!7 update mod_http2 to 1.15.25

From: @yangl777
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2021-12-09 01:14:49 +00:00 committed by Gitee
commit 8518468802
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)}
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