commit c436e766300d100d9355227a7bf6146e54803df1 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sat Sep 24 12:58:58 2011 +0200 update to 0.74 .gitignore | 1 + perl-FCGI.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index ea86561..ff2fbc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ FCGI-0.71.tar.gz /FCGI-0.73.tar.gz +/FCGI-0.74.tar.gz diff --git a/perl-FCGI.spec b/perl-FCGI.spec index d3e0b07..ac85892 100644 --- a/perl-FCGI.spec +++ b/perl-FCGI.spec @@ -2,16 +2,12 @@ Name: perl-FCGI Summary: FastCGI Perl bindings # needed to properly replace/obsolete fcgi-perl Epoch: 1 -Version: 0.73 -Release: 3%{?dist} +Version: 0.74 +Release: 1%{?dist} # same as fcgi License: OML Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-%{version}.tar.gz -# resolves rhbz #736604 cve-2011-2766 -# see https://rt.cpan.org/Public/Bug/Display.html?id=68380 -# https://rt.cpan.org/Ticket/Attachment/938983/488105/ -Patch0: cve-2011-2766.patch URL: http://search.cpan.org/dist/FCGI Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -28,7 +24,6 @@ Obsoletes: fcgi-perl =< 2.4.0 %prep %setup -q -n FCGI-%{version} -%patch0 -p 2 find . -type f -exec chmod -c -x {} + echo "test.pl" > .proverc @@ -57,6 +52,10 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Sep 24 2011 Iain Arnell <iarnell@xxxxxxxxx> 1:0.74-1 +- update to latest upstream +- drop cve-2011-2766 patch + * Fri Sep 23 2011 Iain Arnell <iarnell@xxxxxxxxx> 1:0.73-3 - patch to resolve rhbz#736604 cve-2011-2766 diff --git a/sources b/sources index b3a0b0d..6e403fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b55c8b93ccd175b3c0e4473f1a6c0bdd FCGI-0.73.tar.gz +462a77a0072480fea791a4d3095eb486 FCGI-0.74.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel