Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 64cd3fc22e |
BIN
CGI-4.60.tar.gz
LFS
Normal file
BIN
CGI-4.60.tar.gz
LFS
Normal file
Binary file not shown.
BIN
CGI-4.67.tar.gz
LFS
BIN
CGI-4.67.tar.gz
LFS
Binary file not shown.
@@ -1,46 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 4.64
|
||||
see /usr/share/doc/packages/perl-CGI/Changes
|
||||
|
||||
4.64 2024-03-18
|
||||
[ META ]
|
||||
- pass --no-xattrs to tar in Makefile to fix tar backwards compat (GH #264, thanks to ryandesign)
|
||||
4.63 2024-03-01
|
||||
[ FIX ]
|
||||
- ->url returns a string in all cases (GH #263, thanks to Sketch6307)
|
||||
4.62 2024-03-01
|
||||
[ FIX ]
|
||||
- ->url now returns the correct thing for ipv6 brackets (GH #259, thanks to eserte)
|
||||
4.61 2024-01-08
|
||||
[ ENHANCEMENT ]
|
||||
- Support Paritioned cookies in CGI::Cookie (GH #262, thanks to dakkar)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 03:06:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-CGI
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2023 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,9 @@
|
||||
|
||||
%define cpan_name CGI
|
||||
Name: perl-CGI
|
||||
Version: 4.670.0
|
||||
Version: 4.600.0
|
||||
Release: 0
|
||||
# 4.67 -> normalize -> 4.670.0
|
||||
%define cpan_version 4.67
|
||||
%define cpan_version 4.60
|
||||
License: Artistic-2.0
|
||||
Summary: Handle Common Gateway Interface requests and responses
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -35,11 +34,9 @@ BuildRequires: perl(HTML::Entities) >= 3.69
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Warn) >= 0.3
|
||||
BuildRequires: perl(URI) >= 1.76
|
||||
BuildRequires: perl(parent) >= 0.225
|
||||
Requires: perl(File::Temp) >= 0.17
|
||||
Requires: perl(HTML::Entities) >= 3.69
|
||||
Requires: perl(URI) >= 1.76
|
||||
Requires: perl(parent) >= 0.225
|
||||
Provides: perl(CGI)
|
||||
Provides: perl(CGI::Carp) = %{version}
|
||||
@@ -49,9 +46,9 @@ Provides: perl(CGI::HTML::Functions)
|
||||
Provides: perl(CGI::MultipartBuffer)
|
||||
Provides: perl(CGI::Pretty) = %{version}
|
||||
Provides: perl(CGI::Push)
|
||||
Provides: perl(CGI::Util) = %{version}
|
||||
Provides: perl(CGI::Util) = 4.590.0
|
||||
Provides: perl(Fh) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user