--- rpms/smeserver-letsencrypt/contribs10/smeserver-letsencrypt.spec 2020/10/06 11:15:05 1.2 +++ rpms/smeserver-letsencrypt/contribs10/smeserver-letsencrypt.spec 2022/06/10 08:51:04 1.8 @@ -1,6 +1,6 @@ %define name smeserver-letsencrypt %define version 0.5 -%define release 16 +%define release 20 Summary: Plugin to enable letsencrypt certificates Name: %{name} Version: %{version} @@ -18,6 +18,10 @@ Patch5: smeserver-letsencrypt-fix-loggin Patch6: smeserver-letsencrypt-fix-acme-v01-url.patch Patch7: smeserver-letsencrypt-fix-hook-entry.patch Patch8: smeserver-letsencrypt-change-cron-entry.patch +Patch9: smeserver-letsencrypt-0.5-change-API-default-to-v2.patch +Patch10: smeserver-letsencrypt-0.5-bz11773.patch +Patch11: smeserver-letsencrypt-0.5-bz10637-alias.patch +Patch12: smeserver-letsencrypt-0.5-bz11990-timer.patch BuildRoot: /var/tmp/%{name}-%{version} BuildArchitectures: noarch @@ -31,10 +35,23 @@ Lets Encrypt is a free, automated, and o https://letsencrypt.org/ %changelog -* Fri Oct 06 2020 Brian Read 0.5-16.sme -- Move to SME10 [SME: 11022] +* Fri Jun 10 2022 Brian Read 0.5-20.sme +- Stop systemd timer runnning as well as cron [SME: 11990] -* Thu Mar 12 2020 John Crisp 0.5-15.sme +* Wed Mar 23 2022 Jean-Philippe Pialasse 0.5-19.sme +- use a general Alias for acme path and a proxypass [SME: 10637] + +* Tue Nov 23 2021 Jean-Philippe Pialasse 0.5-18.sme +- force RSA as algorithm [SME: 11773] +- populate smeserver-letsencrypt-update event and create letsencrypt-config event + +* Thu Apr 01 2021 Brian Read 0.5-17.sme +- Add in mkdir in spec file for smeserver-letsencrypt-update event [SME: 11514] + +* Tue Oct 06 2020 Brian Read 0.5-16.sme +- Move to SME10 and set default to API v2 [SME: 11022] + +* Thu Mar 12 2020 John Crisp 0.5-15.sme - take 3: remove dangling cron.daily dir missed in 0.5-12 [SME: 10862] * Wed Mar 11 2020 Jean-Philipe Pialasse 0.5-14.sme @@ -72,7 +89,7 @@ https://letsencrypt.org/ * Wed Dec 12 2018 John Crisp 0.5-4.sme - log to file rather than /dev/null [SME: 10412] -* Tue Oct 13 2018 John Crisp 0.5-3.sme +* Sat Oct 13 2018 John Crisp 0.5-3.sme - remove Licence key from config template [SME:10636] * Tue Jun 19 2018 John Crisp 0.5-2.sme @@ -237,9 +254,14 @@ https://letsencrypt.org/ %patch6 -p1 %patch7 -p1 %patch8 -p1 - +%patch9 -p1 +mkdir -p root/etc/e-smith/events/smeserver-letsencrypt-update # remove old template rm -rf root/etc/e-smith/templates/etc/cron.daily +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 + %build perl createlinks