diff --git a/SPECS/libxml2.spec b/SPECS/libxml2.spec index e393c24..164a752 100644 --- a/SPECS/libxml2.spec +++ b/SPECS/libxml2.spec @@ -7,7 +7,7 @@ Name: libxml2 Version: 2.9.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library providing XML and HTML support License: MIT @@ -34,6 +34,8 @@ Patch7: libxml2-CVE-2019-19956.patch Patch8: libxml2-2.9.7-CVE-2020-7595.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1810058 Patch9: libxml2-2.9.7-CVE-2019-20388.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1878252 +Patch10: libxml2-2.9.7-CVE-2020-24977.patch BuildRequires: gcc BuildRequires: cmake-rpm-macros @@ -205,6 +207,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %{python3_sitearch}/libxml2mod.so %changelog +* Mon Oct 19 2020 David King - 2.9.7-9 +- Fix CVE-2020-24977 (#1878252) + * Mon Jan 20 2020 David King - 2.9.7-8 - Fix CVE-2019-19956 (#1793001) - Fix CVE-2020-7595 (#1799786)