diff --git a/mod_http2-1.15.16.tar.gz b/mod_http2-1.15.16.tar.gz deleted file mode 100644 index 16a5191..0000000 Binary files a/mod_http2-1.15.16.tar.gz and /dev/null differ diff --git a/mod_http2-1.15.25.tar.gz b/mod_http2-1.15.25.tar.gz new file mode 100644 index 0000000..3d55b72 Binary files /dev/null and b/mod_http2-1.15.25.tar.gz differ diff --git a/mod_http2.spec b/mod_http2.spec index 63a8ebc..4fc50b6 100644 --- a/mod_http2.spec +++ b/mod_http2.spec @@ -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 - 1.15.25-1 +- Type:requirements +- ID:NA +- SUG:NA +- DESC: update mod_http2 to 1.15.25 + * Wed Jan 27 2021 xihaochen - 1.15.16-1 - Type:requirements - ID:NA