Blame SPECS/mod_http2.spec

681534
# Module Magic Number
681534
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
681534
681534
Name:		mod_http2
aad437
Version:	1.15.7
aad437
Release:	1%{?dist}
681534
Summary:	module implementing HTTP/2 for Apache 2
681534
Group:		System Environment/Daemons
681534
License:	ASL 2.0
681534
URL:		https://icing.github.io/mod_h2/
681534
Source0:	https://github.com/icing/mod_h2/releases/download/v%{version}/mod_http2-%{version}.tar.gz
681534
BuildRequires:	pkgconfig, httpd-devel >= 2.4.20, libnghttp2-devel >= 1.7.0, openssl-devel >= 1.0.2
681534
Requires:	httpd-mmn = %{_httpd_mmn}
681534
Conflicts:      httpd < 2.4.25-8
681534
e9e147
681534
%description
681534
The mod_h2 Apache httpd module implements the HTTP2 protocol (h2+h2c) on
681534
top of libnghttp2 for httpd 2.4 servers.
681534
681534
%prep
681534
%setup -q
681534
681534
%build
681534
%configure
681534
make %{?_smp_mflags} V=1
681534
681534
%install
681534
make DESTDIR=%{buildroot} install
681534
rm -rf %{buildroot}/etc/httpd/share/doc/
681534
681534
# create configuration
681534
mkdir -p %{buildroot}%{_httpd_modconfdir}
681534
echo "LoadModule http2_module modules/mod_http2.so" > %{buildroot}%{_httpd_modconfdir}/10-h2.conf
681534
echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{_httpd_modconfdir}/10-proxy_h2.conf
681534
681534
%check
681534
make check
681534
681534
%files
681534
%doc README README.md ChangeLog AUTHORS
681534
%license LICENSE
681534
%config(noreplace) %{_httpd_modconfdir}/10-h2.conf
681534
%config(noreplace) %{_httpd_modconfdir}/10-proxy_h2.conf
681534
%{_httpd_moddir}/mod_http2.so
681534
%{_httpd_moddir}/mod_proxy_http2.so
681534
681534
%changelog
aad437
* Tue Apr 14 2020 Lubos Uhliarik <luhliari@redhat.com> - 1.15.7-1
aad437
- new version 1.15.7
aad437
- Resolves: #1814236 - RFE: mod_http2 rebase 
aad437
- Resolves: #1747289 - CVE-2019-10082 httpd:2.4/mod_http2: httpd: 
aad437
  read-after-free in h2 connection shutdown
aad437
- Resolves: #1696099 - CVE-2019-0197 httpd:2.4/mod_http2: httpd: 
aad437
  mod_http2: possible crash on late upgrade
aad437
- Resolves: #1696094 - CVE-2019-0196 httpd:2.4/mod_http2: httpd:
aad437
  mod_http2: read-after-free on a string compare
aad437
- Resolves: #1677591 - CVE-2018-17189 httpd:2.4/mod_http2: httpd: 
aad437
  mod_http2: DoS via slow, unneeded request bodies
aad437
e9e147
* Thu Aug 29 2019 Lubos Uhliarik <luhliari@redhat.com> - 1.11.3-3
e9e147
- Resolves: #1744999 - CVE-2019-9511 httpd:2.4/mod_http2: HTTP/2: large amount
e9e147
  of data request leads to denial of service
e9e147
- Resolves: #1745086 - CVE-2019-9516 httpd:2.4/mod_http2: HTTP/2: 0-length
e9e147
  headers leads to denial of service
e9e147
- Resolves: #1745154 - CVE-2019-9517 httpd:2.4/mod_http2: HTTP/2: request for
e9e147
  large response leads to denial of service
e9e147
681534
* Thu Apr  4 2019 Joe Orton <jorton@redhat.com> - 1.11.3-2
681534
- update release (#1695587)
681534
681534
* Tue Oct 16 2018 Lubos Uhliarik <luhliari@redhat.com> - 1.11.3-1
681534
- new version 1.11.3
681534
- Resolves: #1633401 - CVE-2018-11763 mod_http2: httpd:  DoS for HTTP/2
681534
  connections by continuous SETTINGS
681534
681534
* Wed May  2 2018 Joe Orton <jorton@redhat.com> - 1.10.20-1
681534
- update to 1.10.20
681534
681534
* Wed Apr 18 2018 Joe Orton <jorton@redhat.com> - 1.10.18-1
681534
- update to 1.10.18
681534
681534
* Thu Mar 29 2018 Joe Orton <jorton@redhat.com> - 1.10.16-1
681534
- update to 1.10.16 (CVE-2018-1302)
681534
681534
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.13-2
681534
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
681534
681534
* Tue Nov  7 2017 Joe Orton <jorton@redhat.com> - 1.10.13-1
681534
- update to 1.10.13
681534
681534
* Fri Oct 20 2017 Joe Orton <jorton@redhat.com> - 1.10.12-1
681534
- update to 1.10.12
681534
681534
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.10-2
681534
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
681534
681534
* Mon Jul 31 2017 Joe Orton <jorton@redhat.com> - 1.10.10-1
681534
- update to 1.10.10
681534
681534
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.7-2
681534
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
681534
681534
* Thu Jul  6 2017 Joe Orton <jorton@redhat.com> - 1.10.7-1
681534
- update to 1.10.7
681534
681534
* Mon Jun 12 2017 Joe Orton <jorton@redhat.com> - 1.10.6-1
681534
- update to 1.10.6
681534
681534
* Tue May 16 2017 Joe Orton <jorton@redhat.com> - 1.10.5-1
681534
- update to 1.10.5
681534
681534
* Mon Apr 10 2017 Luboš Uhliarik <luhliari@redhat.com> - 1.10.1-1
681534
- Initial import (#1440780).