Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2016 15:36:04 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422568 - in head: . mail/sieve-connect
Message-ID:  <201609211536.u8LFa4k5016405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep 21 15:36:03 2016
New Revision: 422568
URL: https://svnweb.freebsd.org/changeset/ports/422568

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

Modified:
  head/UPDATING
  head/mail/sieve-connect/Makefile
  head/mail/sieve-connect/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Sep 21 15:34:11 2016	(r422567)
+++ head/UPDATING	Wed Sep 21 15:36:03 2016	(r422568)
@@ -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

Modified: head/mail/sieve-connect/Makefile
==============================================================================
--- head/mail/sieve-connect/Makefile	Wed Sep 21 15:34:11 2016	(r422567)
+++ head/mail/sieve-connect/Makefile	Wed Sep 21 15:36:03 2016	(r422568)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sieve-connect
-PORTVERSION=	0.87
-PORTREVISION=	1
+PORTVERSION=	0.88
 CATEGORIES=	mail
 MASTER_SITES=	http://people.spodhuis.org/phil.pennock/software/ \
 		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -11,7 +10,7 @@ MASTER_SITES=	http://people.spodhuis.org
 MAINTAINER=	alexey@renatasystems.org
 COMMENT=	Command-line client for the MANAGESIEVE protocol
 
-LICENSE=	PD
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	p5-Authen-SASL>=0:security/p5-Authen-SASL \

Modified: head/mail/sieve-connect/distinfo
==============================================================================
--- head/mail/sieve-connect/distinfo	Wed Sep 21 15:34:11 2016	(r422567)
+++ head/mail/sieve-connect/distinfo	Wed Sep 21 15:36:03 2016	(r422568)
@@ -1,2 +1,3 @@
-SHA256 (sieve-connect-0.87.tar.bz2) = e3de80ab34994de0277fc7bf53b7c08e82db1a1f2762ddac4311d8191cea6c49
-SIZE (sieve-connect-0.87.tar.bz2) = 40023
+TIMESTAMP = 1473287119
+SHA256 (sieve-connect-0.88.tar.bz2) = b8b0146120d76de7407017573d695680b9cae5fc4d9974f4a7cbf166328a3872
+SIZE (sieve-connect-0.88.tar.bz2) = 45327



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609211536.u8LFa4k5016405>