update to 2.4.26
This commit is contained in:
parent
d0cf93ae1f
commit
5e8407500f
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/mod_md-2.4.21.tar.gz
|
||||
/mod_md-2.4.24.tar.gz
|
||||
/mod_md-2.4.25.tar.gz
|
||||
/mod_md-2.4.26.tar.gz
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
--- mod_md-2.2.6/src/md_store_fs.c.warnfix
|
||||
+++ mod_md-2.2.6/src/md_store_fs.c
|
||||
@@ -502,7 +502,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
- md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, 0, p, "mk_group_dir %d %s", group, name);
|
||||
+ md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, 0, p, "mk_group_dir %d %s", group, name ? name : "(none)");
|
||||
return rv;
|
||||
}
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
%{!?_httpd_statedir: %global _httpd_statedir %{_localstatedir}/lib/httpd}
|
||||
|
||||
Name: mod_md
|
||||
Version: 2.4.25
|
||||
Release: 3%{?dist}
|
||||
Version: 2.4.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate provisioning using ACME for the Apache HTTP Server
|
||||
License: Apache-2.0
|
||||
URL: https://icing.github.io/mod_md/
|
||||
@ -59,6 +59,9 @@ echo "LoadModule md_module modules/mod_md.so" > %{buildroot}%{_httpd_modconfdir}
|
||||
%dir %{_httpd_statedir}/md
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2024 Joe Orton <jorton@redhat.com> - 1:2.4.26-1
|
||||
- update to 2.4.26
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.4.25-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_md-2.4.25.tar.gz) = 428365dec8e29461072c0acd35786e77b1a9b84f34b50adcbc97eb0f0c62d976d84f4e7800134ed918b358afcaf21f9f84df49393e3d1c5cac3d91f3d9b04384
|
||||
SHA512 (mod_md-2.4.26.tar.gz) = 438d914684042356d80f2c04740051e9d2a8d1762c46c53bc4a96b25dc691e0034a7871ddf02cc40e075290a62413707926661fb707f19d9a06fc255ef9cc6c1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user