2.0016 bump

This commit is contained in:
Petr Písař 2013-04-15 16:13:05 +02:00
parent 183cf9cb78
commit 4500d6b726
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ XML-LibXML-1.70.tar.gz
/XML-LibXML-2.0010.tar.gz
/XML-LibXML-2.0012.tar.gz
/XML-LibXML-2.0014.tar.gz
/XML-LibXML-2.0016.tar.gz

View File

@ -3,8 +3,8 @@ Name: perl-XML-LibXML
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
# it might not be needed anymore
# this module is maintained, the other is not
Version: 2.0014
Release: 2%{?dist}
Version: 2.0016
Release: 1%{?dist}
Epoch: 1
Summary: Perl interface to the libxml2 library
Group: Development/Libraries
@ -99,6 +99,11 @@ fi
%{_mandir}/man3/*.3*
%changelog
* Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 1:2.0016-1
- 2.0016 bump (disable XML_PARSE_HUGE by default to prevent from
CVE-2003-1564, a recursive XML entity expansion leads to memory exhaustion
in a XML parser)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0014-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
a146e20c122b074dbb0d953fb8f65ca0 XML-LibXML-2.0014.tar.gz
d3bbc3437f6b39eca5825e9d0b0c187a XML-LibXML-2.0016.tar.gz