aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c31f59371e52..75957b06592a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20161102:
+ AFFECTS: users of security/acme-client
+ AUTHOR: brnrd@FreeBSD.org
+
+ The default configuration paths have changed from 'letsencrypt' to
+ 'acme'. Rename the directories used accordingly
+
+ mv /usr/local/etc/letsencrypt /usr/local/etc/acme
+ mv /usr/local/etc/ssl/letsencrypt /usr/local/etc/ssl/acme
+ mv /usr/local/www/letsencrypt /usr/local/www/acme
+
+ Check your scripts to ensure proper operation.
+
20161030:
AFFECTS: users of mail/squirrelmail
AUTHOR: adamw@FreeBSD.org