1 |
%define name smeserver-letsencrypt |
%define name smeserver-letsencrypt |
2 |
%define version 0.4 |
%define version 0.5 |
3 |
%define release 2 |
%define release 2 |
4 |
Summary: Plugin to enable letsencrypt certificates |
Summary: Plugin to enable letsencrypt certificates |
5 |
Name: %{name} |
Name: %{name} |
9 |
URL: https://letsencrypt.org/ |
URL: https://letsencrypt.org/ |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
Patch0: smeserver-letsencrypt-0.4-bz10253.patch |
Patch0: smeserver-letsencrypt-remove-debug-lines.patch |
13 |
|
|
14 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 9.0 |
18 |
Requires: dehydrated >= 0.3.1 |
Requires: dehydrated >= 0.6 |
19 |
AutoReqProv: no |
AutoReqProv: no |
20 |
|
|
21 |
%description |
%description |
23 |
https://letsencrypt.org/ |
https://letsencrypt.org/ |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Jun 19 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2.sme |
27 |
|
- remove debug print lines |
28 |
|
|
29 |
|
* Tue Jun 12 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1.sme |
30 |
|
- Update to v2 API [SME:10595] |
31 |
|
- Add key letsencrypt hostOverride to ignore 'Self' host check |
32 |
|
- This requires v0.6 of dehydrated |
33 |
|
|
34 |
|
* Wed Jun 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
35 |
|
- Fix missing event actions [SME: 10315] |
36 |
|
|
37 |
|
* Thu May 31 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme |
38 |
|
- Fix typo in Accept Terms |
39 |
|
- add domain-delete to createlinks [SME: 10315] |
40 |
|
- Update requires release to SME v9 |
41 |
|
- Update requires dehydrated to v0.5 |
42 |
|
|
43 |
|
* Fri Aug 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-4.sme |
44 |
|
- change ACCEPT_TERMS template position to appear after shebang in config file [SME: 10410] |
45 |
|
|
46 |
|
* Wed Jul 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-3.sme |
47 |
|
- remove workaround for curl dns resolution [SME: 10300] |
48 |
|
- should be corrected at dnscache level (djbdns-1.05-10) |
49 |
|
|
50 |
* Fri Apr 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-2.sme |
* Fri Apr 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-2.sme |
51 |
- help accept licence [SME: 10253] |
- help accept licence [SME: 10253] |
52 |
- workaround for curl issues |
- workaround for curl issues |