svn commit: r455074 - in branches/2017Q4/security/acme-client: . files
Bernard Spil
brnrd at FreeBSD.org
Tue Nov 28 20:27:11 UTC 2017
Author: brnrd
Date: Tue Nov 28 20:27:09 2017
New Revision: 455074
URL: https://svnweb.freebsd.org/changeset/ports/455074
Log:
MFH: r454922
security/acme-client: Chase upstream URL update
- Unbreaks users fresh installing port
Reported by: David Gessel <gessel blackrosetech com>
Approved by: ports-secteam (swills)
Added:
branches/2017Q4/security/acme-client/files/patch-main.c
- copied unchanged from r454922, head/security/acme-client/files/patch-main.c
Modified:
branches/2017Q4/security/acme-client/Makefile
Directory Properties:
branches/2017Q4/ (props changed)
Modified: branches/2017Q4/security/acme-client/Makefile
==============================================================================
--- branches/2017Q4/security/acme-client/Makefile Tue Nov 28 20:24:51 2017 (r455073)
+++ branches/2017Q4/security/acme-client/Makefile Tue Nov 28 20:27:09 2017 (r455074)
@@ -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
Copied: branches/2017Q4/security/acme-client/files/patch-main.c (from r454922, head/security/acme-client/files/patch-main.c)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2017Q4/security/acme-client/files/patch-main.c Tue Nov 28 20:27:09 2017 (r455074, copy of r454922, head/security/acme-client/files/patch-main.c)
@@ -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-branches
mailing list