forked from pool/perl-CGI
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
a488a6fbe4 | |||
eaf929d0bf | |||
8cd1215ccf | |||
|
6675184520 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39bd8e40ce00cdab39e0a2bc71abd2bbe451d1d97bc7e54e41a2e199eb6226e7
|
||||
size 207299
|
BIN
CGI-4.67.tar.gz
(Stored with Git LFS)
Normal file
BIN
CGI-4.67.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 4.660.0 (4.66)
|
||||
see /usr/share/doc/packages/perl-CGI/Changes
|
||||
|
||||
4.66 2024-06-04
|
||||
[ FIX ]
|
||||
- Restore trailing slashes in the ->url call (GH #267)
|
||||
4.65 2024-06-04
|
||||
[ TESTING ]
|
||||
- "fix" t/url.t for older Perls (GH #266)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 16:06:11 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -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.640.0
|
||||
Version: 4.670.0
|
||||
Release: 0
|
||||
# 4.64 -> normalize -> 4.640.0
|
||||
%define cpan_version 4.64
|
||||
# 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}
|
||||
|
Reference in New Issue
Block a user