svn commit: r454922 - in head/security/acme-client: . files
Bernard Spil
brnrd at FreeBSD.org
Sun Nov 26 21:07:21 UTC 2017
Author: brnrd
Date: Sun Nov 26 21:07:20 2017
New Revision: 454922
URL: https://svnweb.freebsd.org/changeset/ports/454922
Log:
security/acme-client: Chase upstream URL update
- Unbreaks users fresh installing port
Reported by: David Gessel <gessel blackrosetech com>
MFH: 2017Q4
Added:
head/security/acme-client/files/patch-main.c (contents, props changed)
Modified:
head/security/acme-client/Makefile
Modified: head/security/acme-client/Makefile
==============================================================================
--- head/security/acme-client/Makefile Sun Nov 26 20:53:15 2017 (r454921)
+++ head/security/acme-client/Makefile Sun Nov 26 21:07:20 2017 (r454922)
@@ -3,7 +3,7 @@
PORTNAME= acme-client
PORTVERSION= 0.1.16
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= portable-
CATEGORIES= security
MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \
@@ -58,7 +58,7 @@ STAGEDIR_libressl!= ${MAKE} -V STAGEDIR -C ${PORTSDIR}
. endif
pre-configure:
- @(cd ${STAGEDIR_libressl}${LOCALBASE} && ${COPYTREE_SHARE} \
+ (cd ${STAGEDIR_libressl}${LOCALBASE} && ${COPYTREE_SHARE} \
. ${WRKDIR}/libressl "! -name *.so*")
.endif # SSL_DEFAULT
Added: head/security/acme-client/files/patch-main.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/acme-client/files/patch-main.c Sun Nov 26 21:07:20 2017 (r454922)
@@ -0,0 +1,11 @@
+--- main.c.orig 2017-02-01 15:20:14 UTC
++++ main.c
+@@ -33,7 +33,7 @@
+ #include "extern.h"
+
+ #define AGREEMENT "https://letsencrypt.org" \
+- "/documents/LE-SA-v1.1.1-August-1-2016.pdf"
++ "/documents/LE-SA-v1.2-November-15-2017.pdf"
+ #define SSL_DIR "/etc/ssl/acme"
+ #define SSL_PRIV_DIR "/etc/ssl/acme/private"
+ #define ETC_DIR "/etc/acme"
More information about the svn-ports-head
mailing list