]> git.pld-linux.org Git - packages/letsencrypt.sh.git/commitdiff
- rel 4; update letsencrypt license url auto/th/letsencrypt.sh-0.2.0-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Aug 2016 10:59:23 +0000 (12:59 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Aug 2016 10:59:23 +0000 (12:59 +0200)
letsencrypt.sh-agrurl.patch [new file with mode: 0644]
letsencrypt.sh.spec

diff --git a/letsencrypt.sh-agrurl.patch b/letsencrypt.sh-agrurl.patch
new file mode 100644 (file)
index 0000000..0c043c4
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN letsencrypt.sh-0.2.0.org/letsencrypt.sh letsencrypt.sh-0.2.0/letsencrypt.sh
+--- letsencrypt.sh-0.2.0.org/letsencrypt.sh    2016-05-22 16:10:12.000000000 +0200
++++ letsencrypt.sh-0.2.0/letsencrypt.sh        2016-08-14 12:58:37.860936998 +0200
+@@ -61,7 +61,7 @@
+   # Default values
+   CA="https://acme-v01.api.letsencrypt.org/directory"
+-  LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
++  LICENSE="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
+   CHALLENGETYPE="http-01"
+   CONFIG_D=
+   HOOK=
index e2b1bd4fd34239fa08aabae9395e8b840794c84e..a1f663dfa133e58a25d315e1adfdf6dd43ad534c 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       letsencrypt/acme client implemented as a shell-script
 Name:          letsencrypt.sh
 Version:       0.2.0
-Release:       3
+Release:       4
 License:       MIT
 Group:         Applications/Networking
 Source0:       https://github.com/lukas2511/letsencrypt.sh/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -13,6 +13,7 @@ Source4:      domains.txt
 Source5:       hook.sh
 Source6:       crontab
 Patch0:                pld.patch
+Patch1:                letsencrypt.sh-agrurl.patch
 URL:           https://github.com/lukas2511/letsencrypt.sh
 BuildRequires: rpmbuild(macros) >= 1.713
 Requires:      crondaemon
@@ -47,6 +48,7 @@ Current features:
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.087076 seconds and 4 git commands to generate.