ports/177859: [maintainer-update] mail/sieve-connect: update to 0.85

Alexey V. Degtyarev alexey at renatasystems.org
Sun Apr 14 17:00:02 UTC 2013


>Number:         177859
>Category:       ports
>Synopsis:       [maintainer-update] mail/sieve-connect: update to 0.85
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 14 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root at amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

This will update mail/sieve-connect to latest version 0.85. Previously,
sieve-connect was not actually verifying TLS certificate identities matched
the expected hostname. Changes with new version:

Fix TLS verification; find server by own hostname & SRV.

* TLS hostname verification was not actually happening.

* IO::Socket::SSL requirement bumped to 1.14 (was 0.97).

* By default, if no server specified, before falling back to localhost try to
  use the current hostname and SRV records in DNS to figure out if Sieve is
  available.  Checks for sieve, imaps & imap protocol SRV records and honours
  target==. to mean "no".

* This works better with the Mozilla::PublicSuffix module installed.

* Added ability to blacklist authentication mechanisms

More info:

http://mail.globnix.net/pipermail/sieve-connect-announce/2013/000005.html

>How-To-Repeat:
	
>Fix:

	

--- sieve-connect-0.85.diff begins here ---
Index: sieve-connect/distinfo
===================================================================
--- sieve-connect/distinfo	(revision 312295)
+++ sieve-connect/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (sieve-connect-0.84.tar.bz2) = 3cda30c4f7fbbe3339a1dd934c989315e5a00c32ea203494d5c8dae77a36fa47
-SIZE (sieve-connect-0.84.tar.bz2) = 31737
+SHA256 (sieve-connect-0.85.tar.bz2) = 4d4e3eec881ab45f52b2275dade90478d7a6b47942695efb29227d1538a49e7f
+SIZE (sieve-connect-0.85.tar.bz2) = 34323
Index: sieve-connect/Makefile
===================================================================
--- sieve-connect/Makefile	(revision 312295)
+++ sieve-connect/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sieve-connect
-PORTVERSION=	0.84
+PORTVERSION=	0.85
 CATEGORIES=	mail
 MASTER_SITES=	http://people.spodhuis.org/phil.pennock/software/ \
 		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -17,7 +17,8 @@
 
 RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
 		p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \
-		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+		p5-IO-Socket-SSL>=1.14:${PORTSDIR}/security/p5-IO-Socket-SSL \
+		p5-Mozilla-PublicSuffix>=0:${PORTSDIR}/dns/p5-Mozilla-PublicSuffix \
 		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
 		p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
 		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
@@ -28,7 +29,9 @@
 
 MAN1=		sieve-connect.1
 
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	ChangeLog README TODO
 .endif
 
@@ -36,7 +39,7 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/sieve-connect ${PREFIX}/bin/sieve-connect
 	${INSTALL_MAN} ${WRKSRC}/sieve-connect.1 \
 		${MANPREFIX}/man/man1/sieve-connect.1
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for _doc in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${_doc} ${DOCSDIR}/${_doc}
--- sieve-connect-0.85.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list