aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-21 15:36:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-21 15:36:03 +0000
commit0e5c0cc3043b9cc862d05f2698b0b4274617d81e (patch)
treeaae01a7a95eb83d45a40a2871b85ca0b33cd8ddf /UPDATING
parenteab9e4b24b54278b2b851599ba77c957a0ac5bf3 (diff)
downloadports-0e5c0cc3043b9cc862d05f2698b0b4274617d81e.tar.gz
ports-0e5c0cc3043b9cc862d05f2698b0b4274617d81e.zip
- Update mail/sieve-connect to 0.88
- Fix LICENSE Changes in v0.88: * (BREAKING CHANGE) Require TLS verification to work. * (POSSIBLY BREAKING CHANGE) Remote sieve name should be basename of local. * Fail early if no CA trust anchors can be found but TLS verification is enabled. * Added `--tlshostname` option to override the hostname used for TLS host identity verification * If not interactive, various warnings in interactive at the application-level with the remote server will now trigger a final warning before exit and a non-zero exit code. * Kolab nocaps server compatibility, in the continuing saga of "feature-based negotiation, who needs it anyway?" * build-system fix to better isolate releaser tools from "just make the tarball", to let others make the unsigned tarball and compare. * Interactive command `debug` added when invoked with `--debug` to toggle debugging off/on, to reduce self-inflicted log-spam. * Handle local hostnames which lack real DNS better, avoid an undef dereference Full ChangeLog at: http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt PR: 212466 Submitted by: alexey@renatasystems.org (maintainer)
Notes
Notes: svn path=/head/; revision=422568
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fc16dd1217ea..3bd9bde09c3e 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.
+20160921:
+ AFFECTS: users of mail/sieve-connect
+ AUTHOR: alexey@renatasystems.org
+
+ Version 0.88 contains two breaking changes:
+ 1. If the Sieve server does not offer STARTTLS, then connections should now
+ fail.
+ 2. When deriving a remote script name from the local filename, use the
+ basename and strip off directories.
+
+ For additional information see:
+ http://mail.globnix.net/pipermail/sieve-connect-announce/2016/000012.html
+
20160919:
AFFECTS: users of net/vtun
AUTHOR: cy@FreeBSD.org