diff --git a/CGI-4.66.tar.gz b/CGI-4.66.tar.gz deleted file mode 100644 index af42125..0000000 --- a/CGI-4.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1 -size 207571 diff --git a/CGI-4.67.tar.gz b/CGI-4.67.tar.gz new file mode 100644 index 0000000..e470691 --- /dev/null +++ b/CGI-4.67.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a6896eb94a3ecaa1c1ba02f7e0d2bed0be4c5ad3378d80196ec25662ac4111 +size 207827 diff --git a/perl-CGI.changes b/perl-CGI.changes index b0aad8f..407e9dc 100644 --- a/perl-CGI.changes +++ b/perl-CGI.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 9 05:30:16 UTC 2025 - Tina Müller + +- updated to 4.670.0 (4.67) + see /usr/share/doc/packages/perl-CGI/Changes + + 4.67 2025-01-08 + + [ FIX ] + - correctly parse unquoted expires cookie values containing embedded commas (GH #268, thanks to rlauer6 for the patch) + ------------------------------------------------------------------- Sun Jun 23 16:10:07 UTC 2024 - Tina Müller diff --git a/perl-CGI.spec b/perl-CGI.spec index 36a3ddc..41d76b0 100644 --- a/perl-CGI.spec +++ b/perl-CGI.spec @@ -1,7 +1,7 @@ # # spec file for package perl-CGI # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name CGI Name: perl-CGI -Version: 4.660.0 +Version: 4.670.0 Release: 0 -# 4.66 -> normalize -> 4.660.0 -%define cpan_version 4.66 +# 4.67 -> normalize -> 4.670.0 +%define cpan_version 4.67 License: Artistic-2.0 Summary: Handle Common Gateway Interface requests and responses URL: https://metacpan.org/release/%{cpan_name}