forked from pool/perl-CGI-Simple
Automatic update to v1.282.0 (1.282) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d58103fdfa5c8e1ed076b15d5cafb7001b2886cb3396f00564a881eb324e5a7
|
||||
size 87335
|
BIN
CGI-Simple-1.282.tar.gz
(Stored with Git LFS)
Normal file
BIN
CGI-Simple-1.282.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 12:08:27 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user