update to 2.0.11
fix conflict with older libnghttp2
This commit is contained in:
parent
5cc4d655e9
commit
35282e4cb2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/mod_http2-2.0.7.tar.gz
|
||||
/results_*
|
||||
/mod_http2-2.0.9.tar.gz
|
||||
/mod_http2-2.0.11.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
||||
|
||||
Name: mod_http2
|
||||
Version: 2.0.9
|
||||
Version: 2.0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: module implementing HTTP/2 for Apache 2
|
||||
License: ASL 2.0
|
||||
@ -14,6 +14,8 @@ BuildRequires: pkgconfig, httpd-devel >= 2.4.20, libnghttp2-devel >= 1.7.0, ope
|
||||
BuildRequires: autoconf, libtool, /usr/bin/hostname
|
||||
Requires: httpd-mmn = %{_httpd_mmn}
|
||||
Conflicts: httpd < 2.4.25-8
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2131458
|
||||
Conflicts: libnghttp2 < 1.50.0-1
|
||||
|
||||
%description
|
||||
The mod_h2 Apache httpd module implements the HTTP2 protocol (h2+h2c) on
|
||||
@ -45,6 +47,10 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{
|
||||
%{_httpd_moddir}/mod_proxy_http2.so
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2022 Joe Orton <jorton@redhat.com> - 2.0.11-1
|
||||
- update to 2.0.11
|
||||
- fix conflict with older libnghttp2
|
||||
|
||||
* Thu Oct 6 2022 Joe Orton <jorton@redhat.com> - 2.0.9-1
|
||||
- update to 2.0.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_http2-2.0.9.tar.gz) = 791f4c091640057439d1f6f0a639dbd242b3487a2571413b2add34a766560a718552c20f19eef03fbe5bb55a3448853440cbfe282e1c7909ef0f1b18f579bff0
|
||||
SHA512 (mod_http2-2.0.11.tar.gz) = 40b1f6ccd028978d8ea6aa824435bdc8a147546a55491dd4d951a29c4d5aa24dd8aa5ffc071868b559de73d86349297eefa074886caf616ccc0fce1862ae3817
|
||||
|
Loading…
Reference in New Issue
Block a user