diff options
author | riggs <riggs@FreeBSD.org> | 2016-09-11 00:31:57 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-09-11 00:31:57 +0800 |
commit | ba18acc088b6cd9fa3df3e4be31fb291895d1aa2 (patch) | |
tree | 3e6317e20d81c87663f9d503af603a72beeb65d1 /UPDATING | |
parent | b7b2a96bd37cfec1b7a86902fa5711a37ee4d1bf (diff) | |
download | freebsd-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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |