Hello community,

here is the log from the commit of package perl-CGI-Simple for openSUSE:Factory 
checked in at 2019-09-11 10:34:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CGI-Simple (Old)
 and      /work/SRC/openSUSE:Factory/.perl-CGI-Simple.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CGI-Simple"

Wed Sep 11 10:34:55 2019 rev:26 rq:729738 version:1.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CGI-Simple/perl-CGI-Simple.changes  
2018-10-23 20:37:27.016755058 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CGI-Simple.new.7948/perl-CGI-Simple.changes    
    2019-09-11 10:34:55.911304267 +0200
@@ -1,0 +2,9 @@
+Sun Sep  8 19:48:01 UTC 2019 -  <timueller+p...@suse.de>
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-CGI-Simple/Changes
+
+  1.22  2019-09-07 MANWAR
+        - Fixed issue RT# 130454, samesite parameter missing from sub cookie().
+
+-------------------------------------------------------------------

Old:
----
  CGI-Simple-1.21.tar.gz

New:
----
  CGI-Simple-1.22.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-CGI-Simple.spec ++++++
--- /var/tmp/diff_new_pack.nXsJGg/_old  2019-09-11 10:34:56.803304008 +0200
+++ /var/tmp/diff_new_pack.nXsJGg/_new  2019-09-11 10:34:56.807304006 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI-Simple
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-CGI-Simple
-Version:        1.21
+Version:        1.22
 Release:        0
 %define cpan_name CGI-Simple
 Summary:        Object-oriented CGI interface compliant to CGI.pm

++++++ CGI-Simple-1.21.tar.gz -> CGI-Simple-1.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.21/Changes new/CGI-Simple-1.22/Changes
--- old/CGI-Simple-1.21/Changes 2018-10-06 09:19:11.000000000 +0200
+++ new/CGI-Simple-1.22/Changes 2019-09-06 17:17:03.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension CGI::Simple.
 
+1.22  2019-09-07 MANWAR
+      - Fixed issue RT# 130454, samesite parameter missing from sub cookie().
+
 1.21  2018-10-06 MANWAR
       - Patched issue RT# 67061 (handle warning uninitialsed value).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.21/META.json 
new/CGI-Simple-1.22/META.json
--- old/CGI-Simple-1.21/META.json       2018-10-06 09:20:24.000000000 +0200
+++ new/CGI-Simple-1.22/META.json       2019-09-07 06:27:18.000000000 +0200
@@ -4,13 +4,13 @@
       "Andy Armstrong <a...@hexten.net>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "CGI-Simple",
    "no_index" : {
@@ -49,6 +49,6 @@
          "x_license" : "http://dev.perl.org/licenses/";
       }
    },
-   "version" : "1.21",
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "version" : "1.22",
+   "x_serialization_backend" : "JSON::PP version 4.00"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.21/META.yml new/CGI-Simple-1.22/META.yml
--- old/CGI-Simple-1.21/META.yml        2018-10-06 09:20:24.000000000 +0200
+++ new/CGI-Simple-1.22/META.yml        2019-09-07 06:27:18.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,5 +25,5 @@
   Test::NoWarnings: '0'
 resources:
   repository: http://github.com/manwar/CGI--Simple.git
-version: '1.21'
+version: '1.22'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.21/lib/CGI/Simple/Cookie.pm 
new/CGI-Simple-1.22/lib/CGI/Simple/Cookie.pm
--- old/CGI-Simple-1.21/lib/CGI/Simple/Cookie.pm        2018-10-06 
09:16:44.000000000 +0200
+++ new/CGI-Simple-1.22/lib/CGI/Simple/Cookie.pm        2019-09-06 
23:50:03.000000000 +0200
@@ -13,7 +13,7 @@
 use strict;
 use warnings;
 use vars '$VERSION';
-$VERSION = '1.21';
+$VERSION = '1.22';
 use CGI::Simple::Util qw(rearrange unescape escape);
 use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1;
 
@@ -461,6 +461,10 @@
 
 Get or set the cookie's HttpOnly flag.
 
+=item B<samesite()>
+
+Get or set the cookie's samesite value.
+
 =back
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.21/lib/CGI/Simple/Standard.pm 
new/CGI-Simple-1.22/lib/CGI/Simple/Standard.pm
--- old/CGI-Simple-1.21/lib/CGI/Simple/Standard.pm      2018-10-06 
09:16:44.000000000 +0200
+++ new/CGI-Simple-1.22/lib/CGI/Simple/Standard.pm      2019-09-06 
17:14:20.000000000 +0200
@@ -8,7 +8,7 @@
  $NO_UNDEF_PARAMS $USE_PARAM_SEMICOLONS $HEADERS_ONCE
  $NPH $DEBUG $NO_NULL $FATAL *in %EXPORT_TAGS $AUTOLOAD );
 
-$VERSION = "1.21";
+$VERSION = "1.22";
 
 %EXPORT_TAGS = (
   ':html'     => [qw(:misc)],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.21/lib/CGI/Simple/Util.pm 
new/CGI-Simple-1.22/lib/CGI/Simple/Util.pm
--- old/CGI-Simple-1.21/lib/CGI/Simple/Util.pm  2018-10-06 09:16:44.000000000 
+0200
+++ new/CGI-Simple-1.22/lib/CGI/Simple/Util.pm  2019-09-06 17:14:20.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use vars qw( $VERSION @EXPORT_OK @ISA $UTIL );
-$VERSION = '1.21';
+$VERSION = '1.22';
 require Exporter;
 @ISA       = qw( Exporter );
 @EXPORT_OK = qw(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Simple-1.21/lib/CGI/Simple.pm 
new/CGI-Simple-1.22/lib/CGI/Simple.pm
--- old/CGI-Simple-1.21/lib/CGI/Simple.pm       2018-10-06 09:16:44.000000000 
+0200
+++ new/CGI-Simple-1.22/lib/CGI/Simple.pm       2019-09-06 17:14:20.000000000 
+0200
@@ -13,7 +13,7 @@
      $NO_UNDEF_PARAMS, $USE_PARAM_SEMICOLONS, $PARAM_UTF8, $HEADERS_ONCE,
      $NPH, $DEBUG, $NO_NULL, $FATAL);
 
-$VERSION = "1.21";
+$VERSION = "1.22";
 
 # you can hard code the global variable settings here if you want.
 # warning - do not delete the unless defined $VAR part unless you
@@ -920,13 +920,13 @@
   my ( $self, @params ) = @_;
   require CGI::Simple::Cookie;
   require CGI::Simple::Util;
-  my ( $name, $value, $path, $domain, $secure, $expires, $httponly )
+  my ( $name, $value, $path, $domain, $secure, $expires, $httponly, $samesite )
    = CGI::Simple::Util::rearrange(
     [
       'NAME', [ 'VALUE', 'VALUES' ],
       'PATH',   'DOMAIN',
       'SECURE', 'EXPIRES',
-      'HTTPONLY'
+      'HTTPONLY', 'SAMESITE'
     ],
     @params
    );
@@ -957,6 +957,7 @@
   push @params, '-expires'  => $expires if $expires;
   push @params, '-secure'   => $secure if $secure;
   push @params, '-httponly' => $httponly if $httponly;
+  push @params, '-samesite' => $samesite if $samesite;
   return CGI::Simple::Cookie->new( @params );
 }
 
@@ -1490,7 +1491,7 @@
 
 =head1 VERSION
 
-This document describes CGI::Simple version 1.21.
+This document describes CGI::Simple version 1.22.
 
 =head1 SYNOPSIS
 


Reply via email to