From c1544abb8ccf02eb2f619a065eabc6126fd40165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 21 Jan 2011 10:15:29 +0100 Subject: [PATCH] Update to fix CVE-2010-2761 --- .gitignore | 1 + perl-CGI.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3860bb8..879a835 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /CGI.pm-3.50.tar.gz +/CGI.pm-3.51.tar.gz diff --git a/perl-CGI.spec b/perl-CGI.spec index de0b3d2..a2b138a 100644 --- a/perl-CGI.spec +++ b/perl-CGI.spec @@ -1,10 +1,10 @@ Name: perl-CGI Summary: Handle Common Gateway Interface requests and responses -Version: 3.50 -Release: 2%{?dist} +Version: 3.51 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries -Source0: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/CGI.pm-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.pm-%{version}.tar.gz URL: http://search.cpan.org/dist/CGI Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -14,7 +14,7 @@ BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(FCGI) >= 0.67 # test BuildRequires: perl(Test::More) >= 0.80 -Obsoletes: %{name}-tests +Obsoletes: %{name}-tests <= 3.49 %{?perl_default_filter} @@ -67,6 +67,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Thu Jan 20 2011 Marcela Mašláňová 3.51-1 +- update to fix CVE-2010-2761 + * Mon Nov 29 2010 Marcela Mašláňová 3.50-2 - remove -test sub-package, which would be needed also in perl-core diff --git a/sources b/sources index 9e50bbe..3fbe366 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51d62c74b83e5b6a8b6f88b4e9334387 CGI.pm-3.50.tar.gz +53534654f745a1388bbda477022cf971 CGI.pm-3.51.tar.gz