On sze, aug 07, 2013 at 21:44:13 +0200, LEVAI Daniel wrote:
> Hi!

Hukk?

> Here is an update to sieve-connect.
> The development transitioned to github.
> Patch is not needed anymore, upstream fixed SSL CA detection.
> 
> Also, I don't know if this VERSION variable thing is acceptable, it
> seemed simpler.
> 
> I've tested this on an amd64.
> 
> 
> 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  28 Jul 2013 06:49:36 -0000
> @@ -2,14 +2,15 @@
>  
>  COMMENT =    perl sieveshell-compatible ManageSieve client
>  
> -DISTNAME =   sieve-connect-0.85
> +VERSION =    0.86
> +DISTNAME =   sieve-connect-${VERSION}
>  CATEGORIES = mail
>  PKG_ARCH =   *
>  
>  MAINTAINER = LEVAI Daniel <[email protected]>
>  
> -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  28 Jul 2013 06:49:36 -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.86.tar.bz2) = 
> 5cBlc9l8kLr5CxGfupd5RjoQWWsrj7Z+z0Pll9h4SYw=
> +SIZE (sieve-connect-0.86.tar.bz2) = 36292
> Index: patches/patch-sieve-connect_pl
> ===================================================================
> RCS file: patches/patch-sieve-connect_pl
> diff -N patches/patch-sieve-connect_pl
> --- patches/patch-sieve-connect_pl    16 Apr 2013 10:22:11 -0000      1.2
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,12 +0,0 @@
> -$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',
> -     SSL_verify_mode => 0x03,
> --    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);
> 
> 

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F

Reply via email to