aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2016-09-11 00:31:57 +0800
committerriggs <riggs@FreeBSD.org>2016-09-11 00:31:57 +0800
commitba18acc088b6cd9fa3df3e4be31fb291895d1aa2 (patch)
tree3e6317e20d81c87663f9d503af603a72beeb65d1 /UPDATING
parentb7b2a96bd37cfec1b7a86902fa5711a37ee4d1bf (diff)
downloadfreebsd-ports-graphics-ba18acc088b6cd9fa3df3e4be31fb291895d1aa2.tar.gz
freebsd-ports-graphics-ba18acc088b6cd9fa3df3e4be31fb291895d1aa2.tar.zst
freebsd-ports-graphics-ba18acc088b6cd9fa3df3e4be31fb291895d1aa2.zip
Document breaking upstream changes in security/letsencrypt.sh
PR: 212485 Submitted by: sascha@root-login.org (maintainer security/letsencrypt.sh) Reviewed by: riggs
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cd0d4e7717d..46571843a9d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20160910:
+ AFFECTS: users of security/letsencrypt.sh
+ AUTHOR: riggs@FreeBSD.org
+
+ The config filename has been changed upstream from "config.sh"
+ to "config". Users must rename the current config file manually.
+ In addition, the default WELLKNOWN location has been changed to
+ %%PREFIX%%/www/letsencrypt. In order to use the previous default
+ location, the config file must be updated manually as well.
+
20160907:
AFFECTS: users of math/galculator
AUTHOR: woodsb02@FreeBSD.org