|
Lines 5-10
Link Here
|
| 5 |
You should get into the habit of checking this file for changes each time |
5 |
You should get into the habit of checking this file for changes each time |
| 6 |
you update your ports collection, before attempting any port upgrades. |
6 |
you update your ports collection, before attempting any port upgrades. |
| 7 |
|
7 |
|
|
|
8 |
20160912: |
| 9 |
AFFECTS: users of mail/sieve-connect |
| 10 |
AUTHOR: alexey@renatasystems.org |
| 11 |
|
| 12 |
Version 0.88 contains two breaking changes: |
| 13 |
1. If the Sieve server does not offer STARTTLS, then connections should now |
| 14 |
fail. |
| 15 |
2. When deriving a remote script name from the local filename, use the |
| 16 |
basename and strip off directories. |
| 17 |
|
| 18 |
For additional information see: |
| 19 |
http://mail.globnix.net/pipermail/sieve-connect-announce/2016/000012.html |
| 20 |
|
| 21 |
20160910: |
| 22 |
AFFECTS: users of security/letsencrypt.sh |
| 23 |
AUTHOR: riggs@FreeBSD.org |
| 24 |
|
| 25 |
The config filename has been changed upstream from "config.sh" |
| 26 |
to "config". Users must rename the current config file manually. |
| 27 |
In addition, the default WELLKNOWN location has been changed to |
| 28 |
%%PREFIX%%/www/letsencrypt. In order to use the previous default |
| 29 |
location, the config file must be updated manually as well. |
| 30 |
|
| 8 |
20160907: |
31 |
20160907: |
| 9 |
AFFECTS: users of math/galculator |
32 |
AFFECTS: users of math/galculator |
| 10 |
AUTHOR: woodsb02@FreeBSD.org |
33 |
AUTHOR: woodsb02@FreeBSD.org |
|
Lines 13487-13490
Link Here
|
| 13487 |
'nobody' by default. Make sure any existing configuration files are |
13510 |
'nobody' by default. Make sure any existing configuration files are |
| 13488 |
readable by that user. |
13511 |
readable by that user. |
| 13489 |
|
13512 |
|
| 13490 |
$FreeBSD: head/UPDATING 421469 2016-09-06 23:18:47Z woodsb02 $ |
13513 |
$FreeBSD: head/UPDATING 421709 2016-09-10 16:31:57Z riggs $ |