forked from pool/perl-CGI
Compare commits
40 Commits
d665673fb2
...
main
Author | SHA256 | Date | |
---|---|---|---|
a9aaac7455 | |||
07244cfea8 | |||
bcc6f2be31 | |||
7b70fdc67d | |||
fa353fbfab | |||
eed1caabb4 | |||
|
ae475769dd | ||
2c11dc45f1 | |||
e7934bcf2e | |||
352895bd62 | |||
|
419791d9ec | ||
78c9e3d116 | |||
875e34069c | |||
5e54098d72 | |||
3a55f3b953 | |||
2215d8e212 | |||
d85e93cc13 | |||
1848b318b7 | |||
6890c614cc | |||
881ca6f976 | |||
6492db64f7 | |||
7827854559 | |||
1aa908b937 | |||
789915231c | |||
4bc38f6933 | |||
b281a50106 | |||
20cce46fb8 | |||
eaad9d6e87 | |||
1a19ac3160 | |||
930a0e7762 | |||
1326ce23bd | |||
466cc6b74f | |||
7fffd74850 | |||
5fbbabc726 | |||
187d870ae1 | |||
09f3b63e5e | |||
1a451d33cc | |||
58c7367a8b | |||
d2b046d261 | |||
8e796c8a08 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39bd8e40ce00cdab39e0a2bc71abd2bbe451d1d97bc7e54e41a2e199eb6226e7
|
|
||||||
size 207299
|
|
3
CGI-4.70.tar.gz
Normal file
3
CGI-4.70.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:538ad19c40402e3bbbe00e6d374c3ce2966feb391096dac883ac5104c2083bc9
|
||||||
|
size 207646
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 8 05:35:23 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 4.700.0 (4.70)
|
||||||
|
see /usr/share/doc/packages/perl-CGI/Changes
|
||||||
|
|
||||||
|
4.70 2025-06-11
|
||||||
|
|
||||||
|
[ META ]
|
||||||
|
- remove github/coveralls/travis badges, no meaningful any more
|
||||||
|
- add github actions for CI (GH #273, thanks to esabol)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 14:55:21 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 4.690.0 (4.69)
|
||||||
|
see /usr/share/doc/packages/perl-CGI/Changes
|
||||||
|
|
||||||
|
4.69 2025-06-11
|
||||||
|
|
||||||
|
[ REVERT ]
|
||||||
|
- changes in 4.68 - this breaks backwards compatibility clearly not sufficiently covered by tests (see GH #271)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 05:35:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 4.680.0 (4.68)
|
||||||
|
see /usr/share/doc/packages/perl-CGI/Changes
|
||||||
|
|
||||||
|
4.68 2025-04-01
|
||||||
|
|
||||||
|
[ FIX ]
|
||||||
|
- handle passing of hash keys as args with a mix of dashed and non dashed (GH #270, thanks to kocoureasy for the patch)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,28 +18,29 @@
|
|||||||
|
|
||||||
%define cpan_name CGI
|
%define cpan_name CGI
|
||||||
Name: perl-CGI
|
Name: perl-CGI
|
||||||
Version: 4.640.0
|
Version: 4.700.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 4.64 -> normalize -> 4.640.0
|
# 4.70 -> normalize -> 4.700.0
|
||||||
%define cpan_version 4.64
|
%define cpan_version 4.70
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Handle Common Gateway Interface requests and responses
|
Summary: Handle Common Gateway Interface requests and responses
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Temp) >= 0.17
|
BuildRequires: perl(File::Temp) >= 0.17
|
||||||
BuildRequires: perl(HTML::Entities) >= 3.69
|
BuildRequires: perl(HTML::Entities) >= 3.690
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
BuildRequires: perl(Test::Warn) >= 0.3
|
BuildRequires: perl(Test::Warn) >= 0.300
|
||||||
BuildRequires: perl(URI) >= 1.76
|
BuildRequires: perl(URI) >= 1.760
|
||||||
BuildRequires: perl(parent) >= 0.225
|
BuildRequires: perl(parent) >= 0.225
|
||||||
Requires: perl(File::Temp) >= 0.17
|
Requires: perl(File::Temp) >= 0.17
|
||||||
Requires: perl(HTML::Entities) >= 3.69
|
Requires: perl(HTML::Entities) >= 3.690
|
||||||
Requires: perl(URI) >= 1.76
|
Requires: perl(URI) >= 1.760
|
||||||
Requires: perl(parent) >= 0.225
|
Requires: perl(parent) >= 0.225
|
||||||
Provides: perl(CGI)
|
Provides: perl(CGI)
|
||||||
Provides: perl(CGI::Carp) = %{version}
|
Provides: perl(CGI::Carp) = %{version}
|
||||||
@@ -69,7 +70,7 @@ CGI.pm was included in the perl distribution from perl v5.4 to v5.20,
|
|||||||
however is has now been removed from the perl core...
|
however is has now been removed from the perl core...
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user