[perl-CGI] Update to fix CVE-2010-2761

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jan 21 09:16:06 UTC 2011


commit c1544abb8ccf02eb2f619a065eabc6126fd40165
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Jan 21 10:15:29 2011 +0100

    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á <mmaslano at redhat.com> 3.51-1
+- update to fix CVE-2010-2761
+
 * Mon Nov 29 2010 Marcela Mašláňová <mmaslano at redhat.com> 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



More information about the perl-devel mailing list