SHA256
8
0
forked from pool/perl-CGI

4 Commits

Author SHA256 Message Date
a488a6fbe4 Accepting request 1237578 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=32
2025-01-14 15:22:00 +00:00
eaf929d0bf - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=80
2025-01-13 21:47:59 +00:00
8cd1215ccf Accepting request 1183500 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CGI?expand=0&rev=31
2024-06-29 13:16:15 +00:00
Lars Vogdt
6675184520 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI?expand=0&rev=78
2024-06-26 21:30:53 +00:00
4 changed files with 31 additions and 7 deletions

View File

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

Binary file not shown.

View File

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

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