2017-05-15 20:28:16 +00:00
|
|
|
# Module Magic Number
|
|
|
|
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
|
|
|
|
|
|
|
Name: mod_http2
|
2024-01-17 13:42:32 +00:00
|
|
|
Version: 2.0.26
|
2024-01-21 08:28:33 +00:00
|
|
|
Release: 2%{?dist}
|
2017-05-15 20:28:16 +00:00
|
|
|
Summary: module implementing HTTP/2 for Apache 2
|
2023-06-01 15:26:34 +00:00
|
|
|
License: Apache-2.0
|
2017-05-15 20:28:16 +00:00
|
|
|
URL: https://icing.github.io/mod_h2/
|
|
|
|
Source0: https://github.com/icing/mod_h2/releases/download/v%{version}/mod_http2-%{version}.tar.gz
|
2021-06-11 11:56:42 +00:00
|
|
|
BuildRequires: make
|
2018-07-09 17:06:49 +00:00
|
|
|
BuildRequires: gcc
|
2021-06-11 11:56:42 +00:00
|
|
|
BuildRequires: pkgconfig, httpd-devel >= 2.4.20, libnghttp2-devel >= 1.7.0, openssl-devel >= 1.0.2
|
|
|
|
BuildRequires: autoconf, libtool, /usr/bin/hostname
|
|
|
|
Requires: httpd-mmn = %{_httpd_mmn}
|
2023-04-12 09:11:48 +00:00
|
|
|
Conflicts: httpd < 2.4.48
|
2022-12-20 12:33:53 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2131458
|
|
|
|
Conflicts: libnghttp2 < 1.50.0-1
|
2017-05-15 20:28:16 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The mod_h2 Apache httpd module implements the HTTP2 protocol (h2+h2c) on
|
|
|
|
top of libnghttp2 for httpd 2.4 servers.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2021-06-11 11:56:42 +00:00
|
|
|
autoreconf -i
|
2020-08-27 17:00:10 +00:00
|
|
|
%configure --with-apxs=%{_httpd_apxs}
|
|
|
|
%make_build
|
2017-05-15 20:28:16 +00:00
|
|
|
|
|
|
|
%install
|
2020-08-27 17:00:10 +00:00
|
|
|
%make_install
|
2017-05-15 20:28:16 +00:00
|
|
|
rm -rf %{buildroot}/etc/httpd/share/doc/
|
|
|
|
|
|
|
|
# create configuration
|
|
|
|
mkdir -p %{buildroot}%{_httpd_modconfdir}
|
|
|
|
echo "LoadModule http2_module modules/mod_http2.so" > %{buildroot}%{_httpd_modconfdir}/10-h2.conf
|
|
|
|
echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{_httpd_modconfdir}/10-proxy_h2.conf
|
|
|
|
|
|
|
|
%files
|
2019-05-29 07:29:24 +00:00
|
|
|
%doc README.md ChangeLog AUTHORS
|
2017-05-15 20:28:16 +00:00
|
|
|
%license LICENSE
|
|
|
|
%config(noreplace) %{_httpd_modconfdir}/10-h2.conf
|
|
|
|
%config(noreplace) %{_httpd_modconfdir}/10-proxy_h2.conf
|
|
|
|
%{_httpd_moddir}/mod_http2.so
|
|
|
|
%{_httpd_moddir}/mod_proxy_http2.so
|
|
|
|
|
|
|
|
%changelog
|
2024-01-21 08:28:33 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.26-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-17 13:42:32 +00:00
|
|
|
* Wed Jan 17 2024 Luboš Uhliarik <luhliari@redhat.com> - 2.0.26-1
|
|
|
|
- new version 2.0.26
|
|
|
|
|
2023-10-21 16:21:11 +00:00
|
|
|
* Sat Oct 21 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.25-1
|
|
|
|
- new version 2.0.25
|
|
|
|
|
2023-09-11 10:49:59 +00:00
|
|
|
* Mon Sep 11 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.22-1
|
|
|
|
- new version 2.0.22
|
|
|
|
|
2023-07-20 15:35:58 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-01 15:26:34 +00:00
|
|
|
* Thu Jun 01 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.18-1
|
|
|
|
- new version 2.0.18
|
|
|
|
- SPDX migration
|
|
|
|
|
2023-04-12 09:11:48 +00:00
|
|
|
* Wed Apr 12 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.14-1
|
|
|
|
- new version 2.0.14
|
|
|
|
|
2023-01-19 20:32:10 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-20 12:33:53 +00:00
|
|
|
* Tue Dec 20 2022 Joe Orton <jorton@redhat.com> - 2.0.11-1
|
|
|
|
- update to 2.0.11
|
|
|
|
- fix conflict with older libnghttp2
|
|
|
|
|
2022-10-06 12:15:59 +00:00
|
|
|
* Thu Oct 6 2022 Joe Orton <jorton@redhat.com> - 2.0.9-1
|
|
|
|
- update to 2.0.9
|
|
|
|
|
2022-09-23 14:01:21 +00:00
|
|
|
* Fri Sep 23 2022 Joe Orton <jorton@redhat.com> - 2.0.7-1
|
|
|
|
- update to 2.0.7
|
|
|
|
|
2022-07-21 23:33:16 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.24-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 20:14:36 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.24-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-17 13:23:03 +00:00
|
|
|
* Fri Sep 17 2021 Joe Orton <jorton@redhat.com> - 1.15.24-1
|
|
|
|
- update to 1.15.24
|
|
|
|
|
2021-09-14 17:08:03 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.15.23-2
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-08-06 12:31:57 +00:00
|
|
|
* Fri Aug 6 2021 Joe Orton <jorton@redhat.com> - 1.15.23-1
|
|
|
|
- update to 1.15.23
|
|
|
|
|
2021-07-22 15:13:02 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-11 11:56:42 +00:00
|
|
|
* Fri Jun 11 2021 Luboš Uhliarik <luhliari@redhat.com> - 1.15.19-1
|
|
|
|
- new version 1.15.19
|
|
|
|
- Resolves: #1968014 - CVE-2021-31618 httpd: NULL pointer dereference on
|
|
|
|
specially crafted HTTP/2 request
|
|
|
|
|
2021-01-26 20:40:03 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.14-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-27 17:00:10 +00:00
|
|
|
* Thu Aug 27 2020 Joe Orton <jorton@redhat.com> - 1.15.14-2
|
|
|
|
- use apxs via _httpd_apxs macro
|
|
|
|
|
2020-08-17 10:16:53 +00:00
|
|
|
* Mon Aug 17 2020 Joe Orton <jorton@redhat.com> - 1.15.14-1
|
|
|
|
- update to 1.15.14
|
2020-08-17 10:14:55 +00:00
|
|
|
|
2020-07-28 08:16:41 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-03-06 15:34:30 +00:00
|
|
|
* Fri Mar 6 2020 Joe Orton <jorton@redhat.com> - 1.15.7-1
|
|
|
|
- update to 1.15.7
|
|
|
|
|
2020-02-07 12:53:10 +00:00
|
|
|
* Fri Feb 7 2020 Joe Orton <jorton@redhat.com> - 1.15.5-1
|
|
|
|
- update to 1.15.5
|
|
|
|
|
2020-01-29 13:49:51 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-08-19 11:45:19 +00:00
|
|
|
* Mon Aug 19 2019 Lubos Uhliarik <luhliari@redhat.com> - 1.15.3-2
|
|
|
|
- Rebuilt with newer nghttp2
|
|
|
|
|
2019-08-08 10:04:59 +00:00
|
|
|
* Thu Aug 8 2019 Joe Orton <jorton@redhat.com> - 1.15.3-1
|
|
|
|
- update to 1.15.3
|
|
|
|
|
2019-07-25 17:29:56 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-29 07:29:24 +00:00
|
|
|
* Wed May 29 2019 Joe Orton <jorton@redhat.com> - 1.15.1-1
|
|
|
|
- update to 1.15.1
|
|
|
|
|
2019-05-22 14:24:03 +00:00
|
|
|
* Wed May 22 2019 Joe Orton <jorton@redhat.com> - 1.15.0-1
|
|
|
|
- update to 1.15.0
|
|
|
|
|
2019-03-14 10:27:00 +00:00
|
|
|
* Thu Mar 14 2019 Joe Orton <jorton@redhat.com> - 1.14.1-1
|
|
|
|
- update to 1.14.1
|
|
|
|
|
2019-03-05 08:06:26 +00:00
|
|
|
* Tue Mar 5 2019 Joe Orton <jorton@redhat.com> - 1.14.0-1
|
|
|
|
- update to 1.14.0
|
|
|
|
|
2019-02-27 16:56:00 +00:00
|
|
|
* Tue Feb 26 2019 Joe Orton <jorton@redhat.com> - 1.13.0-1
|
|
|
|
- update to 1.13.0
|
|
|
|
|
2019-02-01 11:16:15 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-18 13:21:45 +00:00
|
|
|
* Fri Jan 18 2019 Joe Orton <jorton@redhat.com> - 1.12.1-1
|
|
|
|
- update to 1.12.1
|
|
|
|
|
2018-10-10 09:33:13 +00:00
|
|
|
* Tue Oct 09 2018 Lubos Uhliarik <luhliari@redhat.com> - 1.11.2-1
|
|
|
|
- new version 1.11.2
|
|
|
|
|
2018-10-09 12:19:23 +00:00
|
|
|
* Fri Oct 05 2018 Luboš Uhliarik <luhliari@redhat.com> - 1.11.1-1
|
|
|
|
- new version 1.11.1 (CVE-2018-11763)
|
2018-10-05 15:03:06 +00:00
|
|
|
|
2018-07-13 10:52:42 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-02 08:57:37 +00:00
|
|
|
* Wed May 2 2018 Joe Orton <jorton@redhat.com> - 1.10.20-1
|
|
|
|
- update to 1.10.20
|
|
|
|
|
2018-04-18 10:04:34 +00:00
|
|
|
* Wed Apr 18 2018 Joe Orton <jorton@redhat.com> - 1.10.18-1
|
|
|
|
- update to 1.10.18
|
|
|
|
|
2018-03-29 16:18:28 +00:00
|
|
|
* Thu Mar 29 2018 Joe Orton <jorton@redhat.com> - 1.10.16-1
|
|
|
|
- update to 1.10.16 (CVE-2018-1302)
|
|
|
|
|
2018-02-08 02:59:41 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-07 08:19:38 +00:00
|
|
|
* Tue Nov 7 2017 Joe Orton <jorton@redhat.com> - 1.10.13-1
|
|
|
|
- update to 1.10.13
|
|
|
|
|
2017-10-20 15:33:25 +00:00
|
|
|
* Fri Oct 20 2017 Joe Orton <jorton@redhat.com> - 1.10.12-1
|
|
|
|
- update to 1.10.12
|
|
|
|
|
2017-08-03 03:27:54 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-31 07:52:39 +00:00
|
|
|
* Mon Jul 31 2017 Joe Orton <jorton@redhat.com> - 1.10.10-1
|
|
|
|
- update to 1.10.10
|
|
|
|
|
2017-07-26 22:05:02 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-06 09:38:51 +00:00
|
|
|
* Thu Jul 6 2017 Joe Orton <jorton@redhat.com> - 1.10.7-1
|
|
|
|
- update to 1.10.7
|
|
|
|
|
2017-06-12 07:09:34 +00:00
|
|
|
* Mon Jun 12 2017 Joe Orton <jorton@redhat.com> - 1.10.6-1
|
|
|
|
- update to 1.10.6
|
|
|
|
|
2017-05-16 09:03:42 +00:00
|
|
|
* Tue May 16 2017 Joe Orton <jorton@redhat.com> - 1.10.5-1
|
|
|
|
- update to 1.10.5
|
|
|
|
|
2017-05-15 20:28:16 +00:00
|
|
|
* Mon Apr 10 2017 Luboš Uhliarik <luhliari@redhat.com> - 1.10.1-1
|
|
|
|
- Initial import (#1440780).
|