diff --git a/CGI-Simple-1.281.tar.gz b/CGI-Simple-1.281.tar.gz deleted file mode 100644 index 37868a7..0000000 --- a/CGI-Simple-1.281.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d58103fdfa5c8e1ed076b15d5cafb7001b2886cb3396f00564a881eb324e5a7 -size 87335 diff --git a/CGI-Simple-1.282.tar.gz b/CGI-Simple-1.282.tar.gz new file mode 100644 index 0000000..442f33d --- /dev/null +++ b/CGI-Simple-1.282.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57f0f3e32cdd80612645155c1b829b4ccbe4ced655de833ab93005989c27f2f +size 88078 diff --git a/perl-CGI-Simple.changes b/perl-CGI-Simple.changes index ba30122..b9b7a70 100644 --- a/perl-CGI-Simple.changes +++ b/perl-CGI-Simple.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 8 12:08:27 UTC 2025 - Tina Müller + +- updated to 1.282.0 (1.282) + see /usr/share/doc/packages/perl-CGI-Simple/Changes + + 1.282 2025-08-28 MANWAR + - Sanitize all user-supplied values before inserting into HTTP headers. + Thanks Maxim Kosenko for raising the issue with recommended solution. + Thanks breno for the patch. + Thanks Stig Palmquist for assiginig it CVE-2025-40927. + ------------------------------------------------------------------- Fri Mar 8 22:00:44 UTC 2024 - Tina Müller diff --git a/perl-CGI-Simple.spec b/perl-CGI-Simple.spec index fdb82da..e1638db 100644 --- a/perl-CGI-Simple.spec +++ b/perl-CGI-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-CGI-Simple # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,10 @@ %define cpan_name CGI-Simple Name: perl-CGI-Simple -Version: 1.281.0 +Version: 1.282.0 Release: 0 -%define cpan_version 1.281 +# 1.282 -> normalize -> 1.282.0 +%define cpan_version 1.282 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Object-oriented CGI interface compliant to CGI.pm URL: https://metacpan.org/release/%{cpan_name} @@ -60,7 +61,7 @@ In practical testing this module loads and runs about twice as fast as CGI.pm depending on the precise task. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor