Sync from SUSE:SLFO:Main perl-CGI revision 8030678b7ddb0f39120debea92a8381d

This commit is contained in:
2025-02-26 13:50:52 +01:00
parent 708a99610e
commit 846bfcfb36
4 changed files with 18 additions and 7 deletions

BIN
CGI-4.66.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
CGI-4.67.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 9 05:30:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

View File

@@ -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}