diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-21 23:36:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-21 23:36:03 +0800 |
commit | 1f1a46689002efb5f607ef75ba777efc8866ff33 (patch) | |
tree | aae01a7a95eb83d45a40a2871b85ca0b33cd8ddf /UPDATING | |
parent | 66e0a44e55c41399556c6779140c7e608a09074e (diff) | |
download | freebsd-ports-gnome-1f1a46689002efb5f607ef75ba777efc8866ff33.tar.gz freebsd-ports-gnome-1f1a46689002efb5f607ef75ba777efc8866ff33.tar.zst freebsd-ports-gnome-1f1a46689002efb5f607ef75ba777efc8866ff33.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)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |