diff --git a/.gitignore b/.gitignore index c875bf5..4ed89a0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ libxml2-2.7.7.tar.gz /libxml2-2.9.0-rc1.tar.gz /libxml2-2.9.0.tar.gz /libxml2-2.9.1.tar.gz +/libxml2-2.9.2.tar.gz diff --git a/libxml2.spec b/libxml2.spec index b3fdfa4..6c5f170 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.9.1 -Release: 5%{?dist}%{?extra_release} +Version: 2.9.2 +Release: 1%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz @@ -136,6 +136,7 @@ rm -fr %{buildroot} %{_bindir}/xml2-config %{_datadir}/aclocal/libxml.m4 %{_libdir}/pkgconfig/libxml-2.0.pc +%{_libdir}/cmake/libxml2/libxml2-config.cmake %files static %defattr(-, root, root) @@ -155,6 +156,11 @@ rm -fr %{buildroot} %doc doc/python.html %changelog +* Thu Oct 16 2014 Daniel Veillard - 2.9.2-1 +- upstream release of 2.9.1 +- Fix for CVE-214-3660 billion laugh DOS +- many other bug fixes + * Sun Aug 17 2014 Fedora Release Engineering - 2.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 446b233..d562ac4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c0cfef285d5c4a5c80d00904ddab380 libxml2-2.9.1.tar.gz +9e6a9aca9d155737868b3dc5fd82f788 libxml2-2.9.2.tar.gz