update mod_http2 to 1.15.25

This commit is contained in:
yangl777 2021-12-04 11:32:32 +08:00
parent a155bd2969
commit 57f12c09ae
3 changed files with 11 additions and 4 deletions

Binary file not shown.

BIN
mod_http2-1.15.25.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)} %{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
Name: mod_http2 Name: mod_http2
Version: 1.15.16 Version: 1.15.25
Release: 1 Release: 1
Summary: Support for the HTTP/2 transport layer Summary: Support for the HTTP/2 transport layer
License: ASL 2.0 License: ASL 2.0
URL: https://icing.github.io/mod_h2/ URL: https://icing.github.io/mod_h2/
Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/%{name}-%{version}.tar.gz 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 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} Requires: httpd-mmn = %{_httpd_mmn}
%description %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 %autosetup -n %{name}-%{version} -p1
%build %build
%configure autoreconf -i
%make_build V=1 %configure --with-apxs=%{_httpd_apxs}
%make_build
%install %install
%make_install %make_install
@ -49,6 +50,12 @@ make check
%exclude /etc/httpd/share/doc/* %exclude /etc/httpd/share/doc/*
%changelog %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 * Wed Jan 27 2021 xihaochen <xihaochen@huawei.com> - 1.15.16-1
- Type:requirements - Type:requirements
- ID:NA - ID:NA