Hi!
Here is an update to sieve-connect. The development transitioned to github. Regenerated the patch -- still no consensus about this ssl ca file/directory stuff. I've reported it to upstream. Also, I don't know if this VERSION variable thing is acceptable, it seemed simpler. Index: Makefile =================================================================== RCS file: /cvs/ports/mail/sieve-connect/Makefile,v retrieving revision 1.6 diff -u -p -p -u -r1.6 Makefile --- Makefile 16 Apr 2013 10:22:11 -0000 1.6 +++ Makefile 27 Jul 2013 14:21:28 -0000 @@ -2,14 +2,15 @@ COMMENT = perl sieveshell-compatible ManageSieve client -DISTNAME = sieve-connect-0.85 +VERSION = 0.85.2 +DISTNAME = sieve-connect-${VERSION} CATEGORIES = mail PKG_ARCH = * MAINTAINER = LEVAI Daniel <l...@ecentrum.hu> -HOMEPAGE = http://people.spodhuis.org/phil.pennock/software/ -MASTER_SITES = ${HOMEPAGE} +HOMEPAGE = https://github.com/syscomet/sieve-connect +MASTER_SITES = https://github.com/syscomet/sieve-connect/releases/download/v${VERSION}/ EXTRACT_SUFX = .tar.bz2 Index: distinfo =================================================================== RCS file: /cvs/ports/mail/sieve-connect/distinfo,v retrieving revision 1.5 diff -u -p -p -u -r1.5 distinfo --- distinfo 16 Apr 2013 10:22:11 -0000 1.5 +++ distinfo 27 Jul 2013 14:21:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (sieve-connect-0.85.tar.bz2) = TU4+7IgatF9SsiddrekEeNemtHlCaV77KSJ9FTiknn8= -SIZE (sieve-connect-0.85.tar.bz2) = 34323 +SHA256 (sieve-connect-0.85.2.tar.bz2) = OTeRXFgIzhxStU4eg+a++4PG8kMwauu7THUom1cTIqY= +SIZE (sieve-connect-0.85.2.tar.bz2) = 35623 Index: patches/patch-sieve-connect_pl =================================================================== RCS file: /cvs/ports/mail/sieve-connect/patches/patch-sieve-connect_pl,v retrieving revision 1.2 diff -u -p -p -u -r1.2 patch-sieve-connect_pl --- patches/patch-sieve-connect_pl 16 Apr 2013 10:22:11 -0000 1.2 +++ patches/patch-sieve-connect_pl 27 Jul 2013 14:21:28 -0000 @@ -1,12 +1,14 @@ -$OpenBSD: patch-sieve-connect_pl,v 1.2 2013/04/16 10:22:11 sthen Exp $ ---- sieve-connect.pl.orig Tue Apr 16 10:07:35 2013 -+++ sieve-connect.pl Tue Apr 16 10:07:38 2013 -@@ -47,7 +47,7 @@ my %ssl_options = ( - SSL_version => 'SSLv23:!SSLv2:!SSLv3', - SSL_cipher_list => 'ALL:!aNULL:!NULL:!LOW:!EXP:!ADH:@STRENGTH', +Bug report: +https://github.com/syscomet/sieve-connect/issues/1 +--- sieve-connect.pl.orig Sat Jul 27 15:29:53 2013 ++++ sieve-connect.pl Sat Jul 27 16:03:27 2013 +@@ -47,7 +47,8 @@ my %ssl_options = ( SSL_verify_mode => 0x03, -- SSL_ca_path => '/etc/ssl/certs', + # Most portable to let this be discovered automatically, but + # an installation might override it here: + #SSL_ca_path => '/etc/ssl/certs', + SSL_ca_file => '/etc/ssl/cert.pem', ); # These defaults can be overriden on the cmdline: my ($forbid_clearauth, $forbid_clearchan) = (0, 0); + Daniel -- LÉVAI Dániel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F