update mod_http2 to 1.15.25
This commit is contained in:
parent
a155bd2969
commit
57f12c09ae
Binary file not shown.
BIN
mod_http2-1.15.25.tar.gz
Normal file
BIN
mod_http2-1.15.25.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
||||
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
||||
|
||||
Name: mod_http2
|
||||
Version: 1.15.16
|
||||
Version: 1.15.25
|
||||
Release: 1
|
||||
Summary: Support for the HTTP/2 transport layer
|
||||
License: ASL 2.0
|
||||
URL: https://icing.github.io/mod_h2/
|
||||
Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Patch1: fix-build-with-earlier-2.4.x-which-don-t-define-AP_S.patch
|
||||
BuildRequires: gcc pkgconfig httpd-devel libnghttp2-devel openssl-devel
|
||||
BuildRequires: gcc pkgconfig httpd-devel libnghttp2-devel openssl-devel autoconf libtool hostname
|
||||
Requires: httpd-mmn = %{_httpd_mmn}
|
||||
|
||||
%description
|
||||
@ -21,8 +21,9 @@ See Apache downloads to get a released version. mod_proxy_h[ttp]2 has been relea
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build V=1
|
||||
autoreconf -i
|
||||
%configure --with-apxs=%{_httpd_apxs}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -49,6 +50,12 @@ make check
|
||||
%exclude /etc/httpd/share/doc/*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 04 2021 yanglu <yanglu72@huawei.com> - 1.15.25-1
|
||||
- Type:requirements
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: update mod_http2 to 1.15.25
|
||||
|
||||
* Wed Jan 27 2021 xihaochen <xihaochen@huawei.com> - 1.15.16-1
|
||||
- Type:requirements
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user