diff --git a/cryptopp.spec b/cryptopp.spec index 70c380b..299c909 100644 --- a/cryptopp.spec +++ b/cryptopp.spec @@ -1,6 +1,6 @@ Name: cryptopp Version: 5.6.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: C++ class library of cryptographic schemes License: Boost Group: System Environment/Libraries @@ -15,6 +15,7 @@ Patch2: cryptopp-data-files-location.patch # Enable SSE2 only on x86_64 Patch3: cryptopp-x86-disable-sse2.patch Patch4: CVE-2015-2141.patch +Patch5: CVE-2016-3995.patch BuildRequires: doxygen, autoconf, libtool BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -66,6 +67,7 @@ rm -f GNUmakefile %patch2 -p1 %patch3 %patch4 -p1 +%patch5 -p1 autoreconf --verbose --force --install perl -pi -e 's/\r$//g' License.txt Readme.txt @@ -128,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 29 2015 Morten Stevens - 5.6.2-10 +- CVE-2016-3995 + * Mon Jun 29 2015 Morten Stevens - 5.6.2-9 - CVE-2015-2141