update to 2.2.7
This commit is contained in:
parent
fbd2fbcb7d
commit
cf6762f4ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/mod_md-2.0.3.tar.gz
|
||||
/mod_md-2.0.8.tar.gz
|
||||
/mod_md-2.2.6.tar.gz
|
||||
/mod_md-2.2.7.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.2.6
|
||||
Version: 2.2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate provisioning using ACME for the Apache HTTP Server
|
||||
License: ASL 2.0
|
||||
@ -11,7 +11,7 @@ Source0: https://github.com/icing/mod_md/releases/download/v%{version}/mo
|
||||
Patch1: mod_md-2.0.8-state_dir.patch
|
||||
Patch2: mod_md-2.2.6-warnfix.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig, httpd-devel >= 2.4.41, openssl-devel >= 1.1.0, jansson-devel, libcurl-devel
|
||||
BuildRequires: pkgconfig, httpd-devel >= 2.4.41, openssl-devel >= 1.1.0, jansson-devel, libcurl-devel, xmlto
|
||||
Requires: httpd-mmn = %{_httpd_mmn}, mod_ssl >= 1:2.4.41
|
||||
Conflicts: httpd < 2.4.39-7
|
||||
Epoch: 1
|
||||
@ -56,8 +56,12 @@ echo "LoadModule md_module modules/mod_md.so" > %{buildroot}%{_httpd_modconfdir}
|
||||
%config(noreplace) %{_httpd_modconfdir}/01-md.conf
|
||||
%{_httpd_moddir}/mod_md.so
|
||||
%{_bindir}/a2md
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 2020 Joe Orton <jorton@redhat.com> - 1:2.2.7-1
|
||||
- update to 2.2.7
|
||||
|
||||
* Fri Feb 7 2020 Joe Orton <jorton@redhat.com> - 1:2.2.6-1
|
||||
- update to 2.2.6 (#1799660)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mod_md-2.2.6.tar.gz) = 55f19ecbe2780a9215920b32eb00cd7d6aa2de1364a3a28cc0855b4a5d4e18854effa43461bd410650458a66a822982ca74458316606fd2f52438d9def79e543
|
||||
SHA512 (mod_md-2.2.7.tar.gz) = 54b61977dc00582024ea8b5f996810d02852faa577c46595748ae7d1d764b05be771c29138c7d993ddc758dc8d658d36757e1bddfa375e3681fc17b01e58efbf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user