- 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)