|
|
@ -1,6 +1,6 @@ |
|
|
|
Name: dehydrated |
|
|
|
Name: dehydrated |
|
|
|
Version: 0.6.1 |
|
|
|
Version: 0.7.0 |
|
|
|
Release: 10%{?dist} |
|
|
|
Release: 2%{?dist} |
|
|
|
Summary: ACME client in bash |
|
|
|
Summary: ACME client in bash |
|
|
|
|
|
|
|
|
|
|
|
Group: Application/System |
|
|
|
Group: Application/System |
|
|
@ -151,10 +151,26 @@ fi |
|
|
|
%attr(0755,root,root) %{_bindir}/%{name} |
|
|
|
%attr(0755,root,root) %{_bindir}/%{name} |
|
|
|
%attr(0755,root,root) %{_bindir}/dehydrated_hooks |
|
|
|
%attr(0755,root,root) %{_bindir}/dehydrated_hooks |
|
|
|
%attr(0755,root,root) %{_bindir}/dehydrated_revoke |
|
|
|
%attr(0755,root,root) %{_bindir}/dehydrated_revoke |
|
|
|
%dir %attr(0750,root,apache) %{_localstatedir}/lib/%{name}/challenges |
|
|
|
%dir %attr(0755,root,root) %{_localstatedir}/lib/%{name}/challenges |
|
|
|
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
|
|
|
%dir %attr(0750,root,root) %{_localstatedir}/lib/%{name}/certificates |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Wed May 26 2021 Daniel Berteaud <daniel@firewall-services.com> 0.7.0-2 |
|
|
|
|
|
|
|
- Update to 0.7.0 (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 09 2020 Daniel Berteaud <daniel@firewall-services.com> 0.6.5-13 |
|
|
|
|
|
|
|
- Don't call hook scripts with exec (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Daniel Berteaud <daniel@firewall-services.com> 0.6.5-12 |
|
|
|
|
|
|
|
- Update to 0.6.5 (daniel@firewall-services.com) |
|
|
|
|
|
|
|
- Switch to LFS to track tarballs (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 06 2018 Daniel Berteaud <daniel@firewall-services.com> 0.6.2-11 |
|
|
|
|
|
|
|
- No reason to restrict read access to the challenge dir And now it can work |
|
|
|
|
|
|
|
with nginx too (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 17 2018 Daniel Berteaud <daniel@firewall-services.com> 0.6.2-10 |
|
|
|
|
|
|
|
- Update to 0.6.2 |
|
|
|
* Thu Mar 15 2018 Daniel Berteaud <daniel@firewall-services.com> 0.6.1-10 |
|
|
|
* Thu Mar 15 2018 Daniel Berteaud <daniel@firewall-services.com> 0.6.1-10 |
|
|
|
- Update to 0.6.1 |
|
|
|
- Update to 0.6.1 |
|
|
|
* Tue Mar 13 2018 Daniel Berteaud <daniel@firewall-services.com> 0.6.0-0.beta1 |
|
|
|
* Tue Mar 13 2018 Daniel Berteaud <daniel@firewall-services.com> 0.6.0-0.beta1 |
|
|
|