Update to fix CVE-2010-2761
This commit is contained in:
parent
23c3507914
commit
c1544abb8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/CGI.pm-3.50.tar.gz
|
||||
/CGI.pm-3.51.tar.gz
|
||||
|
||||
@ -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@redhat.com> 3.51-1
|
||||
- update to fix CVE-2010-2761
|
||||
|
||||
* Mon Nov 29 2010 Marcela Mašláňová <mmaslano@redhat.com> 3.50-2
|
||||
- remove -test sub-package, which would be needed also in perl-core
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user