[packages/letsencrypt.sh] - rel 4; update letsencrypt license url

arekm arekm at pld-linux.org
Sun Aug 14 12:59:28 CEST 2016


commit f4d4983bcfeea7e0b7fa2d590342e582d22f3668
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Aug 14 12:59:23 2016 +0200

    - rel 4; update letsencrypt license url

 letsencrypt.sh-agrurl.patch | 12 ++++++++++++
 letsencrypt.sh.spec         |  4 +++-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/letsencrypt.sh.spec b/letsencrypt.sh.spec
index e2b1bd4..a1f663d 100644
--- a/letsencrypt.sh.spec
+++ b/letsencrypt.sh.spec
@@ -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
diff --git a/letsencrypt.sh-agrurl.patch b/letsencrypt.sh-agrurl.patch
new file mode 100644
index 0000000..0c043c4
--- /dev/null
+++ b/letsencrypt.sh-agrurl.patch
@@ -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=
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/letsencrypt.sh.git/commitdiff/f4d4983bcfeea7e0b7fa2d590342e582d22f3668



More information about the pld-cvs-commit mailing list