Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CGI for openSUSE:Factory checked in at 2021-06-09 21:51:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old) and /work/SRC/openSUSE:Factory/.perl-CGI.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CGI" Wed Jun 9 21:51:19 2021 rev:23 rq:897416 version:4.53 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes 2021-05-08 22:07:09.913808159 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CGI.new.32437/perl-CGI.changes 2021-06-09 21:51:23.714377758 +0200 @@ -1,0 +2,11 @@ +Fri Jun 4 03:06:13 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 4.53 + see /usr/share/doc/packages/perl-CGI/Changes + + 4.53 2021-06-03 + + [ FIX ] + - fix typo in passing of max-age to CGI::Cookie (GH #247) + +------------------------------------------------------------------- Old: ---- CGI-4.52.tar.gz New: ---- CGI-4.53.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CGI.spec ++++++ --- /var/tmp/diff_new_pack.n6aS6a/_old 2021-06-09 21:51:24.122378485 +0200 +++ /var/tmp/diff_new_pack.n6aS6a/_new 2021-06-09 21:51:24.122378485 +0200 @@ -18,7 +18,7 @@ %define cpan_name CGI Name: perl-CGI -Version: 4.52 +Version: 4.53 Release: 0 Summary: Handle Common Gateway Interface requests and responses License: Artistic-2.0 ++++++ CGI-4.52.tar.gz -> CGI-4.53.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/Changes new/CGI-4.53/Changes --- old/CGI-4.52/Changes 2021-05-04 09:59:00.000000000 +0200 +++ new/CGI-4.53/Changes 2021-06-03 08:43:27.000000000 +0200 @@ -1,3 +1,8 @@ +4.53 2021-06-03 + + [ FIX ] + - fix typo in passing of max-age to CGI::Cookie (GH #247) + 4.52 2021-05-04 [ FIX ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/META.json new/CGI-4.53/META.json --- old/CGI-4.52/META.json 2021-05-04 10:01:32.000000000 +0200 +++ new/CGI-4.53/META.json 2021-06-03 08:45:08.000000000 +0200 @@ -78,6 +78,6 @@ "web" : "https://github.com/leejo/CGI.pm" } }, - "version" : "4.52", + "version" : "4.53", "x_serialization_backend" : "JSON::PP version 4.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/META.yml new/CGI-4.53/META.yml --- old/CGI-4.52/META.yml 2021-05-04 10:01:31.000000000 +0200 +++ new/CGI-4.53/META.yml 2021-06-03 08:45:08.000000000 +0200 @@ -47,5 +47,5 @@ homepage: https://metacpan.org/module/CGI license: http://dev.perl.org/licenses/ repository: https://github.com/leejo/CGI.pm -version: '4.52' +version: '4.53' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/CGI/Carp.pm new/CGI-4.53/lib/CGI/Carp.pm --- old/CGI-4.52/lib/CGI/Carp.pm 2021-05-04 09:58:01.000000000 +0200 +++ new/CGI-4.53/lib/CGI/Carp.pm 2021-06-03 08:42:26.000000000 +0200 @@ -326,7 +326,7 @@ $main::SIG{__WARN__}=\&CGI::Carp::warn; -$CGI::Carp::VERSION = '4.52'; +$CGI::Carp::VERSION = '4.53'; $CGI::Carp::CUSTOM_MSG = undef; $CGI::Carp::DIE_HANDLER = undef; $CGI::Carp::TO_BROWSER = 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/CGI/Cookie.pm new/CGI-4.53/lib/CGI/Cookie.pm --- old/CGI-4.52/lib/CGI/Cookie.pm 2021-05-04 09:58:05.000000000 +0200 +++ new/CGI-4.53/lib/CGI/Cookie.pm 2021-06-03 08:42:30.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION='4.52'; +our $VERSION='4.53'; use CGI::Util qw(rearrange unescape escape); use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/CGI/File/Temp.pm new/CGI-4.53/lib/CGI/File/Temp.pm --- old/CGI-4.52/lib/CGI/File/Temp.pm 2021-05-04 09:57:57.000000000 +0200 +++ new/CGI-4.53/lib/CGI/File/Temp.pm 2021-06-03 08:42:25.000000000 +0200 @@ -3,7 +3,7 @@ # you use it directly and your code breaks horribly. package CGI::File::Temp; -$CGI::File::Temp::VERSION = '4.52'; +$CGI::File::Temp::VERSION = '4.53'; use parent File::Temp; use parent Fh; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/CGI/Pretty.pm new/CGI-4.53/lib/CGI/Pretty.pm --- old/CGI-4.52/lib/CGI/Pretty.pm 2021-05-04 09:58:06.000000000 +0200 +++ new/CGI-4.53/lib/CGI/Pretty.pm 2021-06-03 08:42:32.000000000 +0200 @@ -5,7 +5,7 @@ use CGI (); -$CGI::Pretty::VERSION = '4.52'; +$CGI::Pretty::VERSION = '4.53'; $CGI::DefaultClass = __PACKAGE__; @CGI::Pretty::ISA = qw( CGI ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/CGI/Push.pm new/CGI-4.53/lib/CGI/Push.pm --- old/CGI-4.52/lib/CGI/Push.pm 2021-05-04 09:58:08.000000000 +0200 +++ new/CGI-4.53/lib/CGI/Push.pm 2021-06-03 08:42:33.000000000 +0200 @@ -5,7 +5,7 @@ use warnings; #/; -$CGI::Push::VERSION='4.52'; +$CGI::Push::VERSION='4.53'; use CGI; use CGI::Util 'rearrange'; @ISA = ('CGI'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/CGI/Util.pm new/CGI-4.53/lib/CGI/Util.pm --- old/CGI-4.52/lib/CGI/Util.pm 2021-05-04 09:58:03.000000000 +0200 +++ new/CGI-4.53/lib/CGI/Util.pm 2021-06-03 08:42:28.000000000 +0200 @@ -5,7 +5,7 @@ our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); -our $VERSION = '4.52'; +our $VERSION = '4.53'; our $_EBCDIC = "\t" ne "\011"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/CGI.pm new/CGI-4.53/lib/CGI.pm --- old/CGI-4.52/lib/CGI.pm 2021-05-04 09:58:16.000000000 +0200 +++ new/CGI-4.53/lib/CGI.pm 2021-06-03 08:42:41.000000000 +0200 @@ -7,7 +7,7 @@ use warnings; #/; -$CGI::VERSION='4.52'; +$CGI::VERSION='4.53'; use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); @@ -2793,7 +2793,7 @@ push(@param,'-expires'=>$expires) if $expires; push(@param,'-secure'=>$secure) if $secure; push(@param,'-httponly'=>$httponly) if $httponly; - push(@param,'-max_age'=>$max_age) if $max_age; + push(@param,'-max-age'=>$max_age) if $max_age; push(@param,'-samesite'=>$samesite) if $samesite; return CGI::Cookie->new(@param); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.52/lib/Fh.pm new/CGI-4.53/lib/Fh.pm --- old/CGI-4.52/lib/Fh.pm 2021-05-04 09:57:53.000000000 +0200 +++ new/CGI-4.53/lib/Fh.pm 2021-06-03 08:42:23.000000000 +0200 @@ -5,6 +5,6 @@ use strict; use warnings; -$Fh::VERSION = '4.52'; +$Fh::VERSION = '4.53'; 1;
