new version 2.0.22
This commit is contained in:
parent
78a49bfa15
commit
9d4eee5b19
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/mod_http2-2.0.11.tar.gz
|
||||
/mod_http2-2.0.14.tar.gz
|
||||
/mod_http2-2.0.18.tar.gz
|
||||
/mod_http2-2.0.22.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
||||
|
||||
Name: mod_http2
|
||||
Version: 2.0.18
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.22
|
||||
Release: 1%{?dist}
|
||||
Summary: module implementing HTTP/2 for Apache 2
|
||||
License: Apache-2.0
|
||||
URL: https://icing.github.io/mod_h2/
|
||||
@ -47,6 +47,9 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{
|
||||
%{_httpd_moddir}/mod_proxy_http2.so
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.0.22-1
|
||||
- new version 2.0.22
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_http2-2.0.18.tar.gz) = 96150b396badabd864b0b951f01fe80bece544782a630754d77ae892de31747f46b855fb827274e36887800a95e77d7e063200069e888af5bb4349a7357b97bd
|
||||
SHA512 (mod_http2-2.0.22.tar.gz) = 4fab303bbf3e7261188033b24f98a7ec68d55f0d4f350d6fa2a9e342b9b9ff642b657d209807030578408c28559cd1fbd770f894f8854ab0e031256c41e627e7
|
||||
|
Loading…
Reference in New Issue
Block a user