Resolves: RHEL-25075 - new version 2.4.26
Resolves: RHEL-11838 - [RFE] add support of dns_01 challenge to mod_md Resolves: RHEL-17462 - OCSP response rejected when nextUpdate field not set Resolves: RHEL-17467 - mod_md should trigger the reissue of new pair key/certificate when OCSP reports a revoked status
This commit is contained in:
parent
245929fca5
commit
308cce9006
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/mod_md-2.2.8.tar.gz
|
||||
/mod_md-2.3.7.tar.gz
|
||||
/mod_md-2.4.19.tar.gz
|
||||
/mod_md-2.4.26.tar.gz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%{!?_httpd_mmn: %global _httpd_mmn %(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}
|
||||
|
||||
Name: mod_md
|
||||
Version: 2.4.19
|
||||
Version: 2.4.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate provisioning using ACME for the Apache HTTP Server
|
||||
License: ASL 2.0
|
||||
@ -59,6 +59,13 @@ echo "LoadModule md_module modules/mod_md.so" > %{buildroot}%{_httpd_modconfdir}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon May 20 2024 Luboš Uhliarik <luhliari@redhat.com> - 1:2.4.26-1
|
||||
- Resolves: RHEL-25075 - new version 2.4.26
|
||||
- Resolves: RHEL-11838 - [RFE] add support of dns_01 challenge to mod_md
|
||||
- Resolves: RHEL-17462 - OCSP response rejected when nextUpdate field not set
|
||||
- Resolves: RHEL-17467 - mod_md should trigger the reissue of new pair
|
||||
key/certificate when OCSP reports a revoked status
|
||||
|
||||
* Tue Nov 08 2022 Luboš Uhliarik <luhliari@redhat.com> - 1:2.4.19-1
|
||||
- Resolves: #2140979 - mod_md rebase to 2.4.19
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_md-2.4.19.tar.gz) = cea1c59f80ba932e722be33ebbf372f28aa13b7655ad9ab2b722bb9700e9f99a44d6edd5761429880b3d267d4e350f07ab99d2ee80fa0bde1f47a4c6627397d6
|
||||
SHA512 (mod_md-2.4.26.tar.gz) = 438d914684042356d80f2c04740051e9d2a8d1762c46c53bc4a96b25dc691e0034a7871ddf02cc40e075290a62413707926661fb707f19d9a06fc255ef9cc6c1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user