Updated to 1.11.2 and removed unnecessary BuildRequires of libcurl-devel
This commit is contained in:
parent
89d73382ab
commit
f9df905d10
@ -2,7 +2,7 @@
|
||||
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
||||
|
||||
Name: mod_http2
|
||||
Version: 1.11.1
|
||||
Version: 1.11.2
|
||||
Release: 1%{?dist}
|
||||
Summary: module implementing HTTP/2 for Apache 2
|
||||
Group: System Environment/Daemons
|
||||
@ -10,7 +10,7 @@ License: ASL 2.0
|
||||
URL: https://icing.github.io/mod_h2/
|
||||
Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/mod_http2-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig, httpd-devel >= 2.4.20, libnghttp2-devel >= 1.7.0, openssl-devel >= 1.0.2, libcurl-devel
|
||||
BuildRequires: pkgconfig, httpd-devel >= 2.4.20, libnghttp2-devel >= 1.7.0, openssl-devel >= 1.0.2
|
||||
Requires: httpd-mmn = %{_httpd_mmn}
|
||||
Conflicts: httpd < 2.4.25-8
|
||||
|
||||
@ -52,6 +52,9 @@ make check
|
||||
%{_httpd_moddir}/mod_proxy_http2.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 09 2018 Lubos Uhliarik <luhliari@redhat.com> - 1.11.2-1
|
||||
- new version 1.11.2
|
||||
|
||||
* Fri Oct 05 2018 Luboš Uhliarik <luhliari@redhat.com> - 1.11.1-1
|
||||
- new version 1.11.1 (CVE-2018-11763)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_http2-1.11.1.tar.gz) = cca4471d3029faaaf828ff052c214dd6a4296f7d7d6511b114dfda920675f9345578f8dfe7752e432588447d2bb6a13453613fc48cab7cb999628309b8d9f70f
|
||||
SHA512 (mod_http2-1.11.2.tar.gz) = 3618f1ba08f8184826a56088da98fb28647dab741f5d0610f2209c9c101887d6a809c5a969f29a1d77b7b7783658e6b81e5008f22e7413319b52441ebbcd476c
|
||||
|
Loading…
Reference in New Issue
Block a user