diff --git a/SPECS/nghttp2.spec b/SPECS/nghttp2.spec index b74b30d..b1bf643 100644 --- a/SPECS/nghttp2.spec +++ b/SPECS/nghttp2.spec @@ -4,7 +4,7 @@ Summary: Meta-package that only requires libnghttp2 Name: %{?scl_prefix}nghttp2 Version: 1.7.1 -Release: 1%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Internet URL: https://nghttp2.org/ @@ -14,7 +14,7 @@ Patch0: nghttp2-1.7.0-httpd24.patch BuildRequires: CUnit-devel BuildRequires: openssl-devel BuildRequires: zlib-devel -%{?scl:BuildRequires: %{scl}} +%{?scl:BuildRequires: %{scl}-runtime} Requires: %{?scl_prefix}libnghttp2%{?_isa} = %{version}-%{release} @@ -111,6 +111,9 @@ make %{?_smp_mflags} check %changelog +* Wed May 24 2017 Luboš Uhliarik - 1.7.1-6 +- rebuild + * Wed Feb 17 2016 Jan Kaluza 1.7.1-1 - fix CVE-2016-1544 (out of memory due to unlimited incoming HTTP header)