LEVAI Daniel <l...@ecentrum.hu> writes:

> On szo, dec 14, 2013 at 15:10:30 +0100, LEVAI Daniel wrote:
>> Hi!
>> 
>> Here is an update to sieve-connect.
>> The development transitioned to github.
>> Patch is not needed anymore, upstream fixed SSL CA detection.
>> 
>> I've tested this on an amd64.
>
> New diff, using the newer github nomenclature.

This works for me, I'll commit tomorrow if no one objects.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/sieve-connect/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  16 Apr 2013 10:22:11 -0000      1.6
> +++ Makefile  15 Dec 2013 11:31:04 -0000
> @@ -2,14 +2,17 @@
>  
>  COMMENT =    perl sieveshell-compatible ManageSieve client
>  
> -DISTNAME =   sieve-connect-0.85
> +GH_VER =     v0.87
> +V =          ${GH_VER:S/v//}
> +PROJECT =    sieve-connect
> +DISTNAME =   ${PROJECT}-${V}
>  CATEGORIES = mail
>  PKG_ARCH =   *
>  
>  MAINTAINER = LEVAI Daniel <l...@ecentrum.hu>
>  
> -HOMEPAGE =   http://people.spodhuis.org/phil.pennock/software/
> -MASTER_SITES =       ${HOMEPAGE}
> +HOMEPAGE =   http://github.com/philpennock/${PROJECT}
> +MASTER_SITES =       
> http://github.com/philpennock/${PROJECT}/releases/download/${GH_VER}/
>  
>  EXTRACT_SUFX =       .tar.bz2
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/sieve-connect/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo  16 Apr 2013 10:22:11 -0000      1.5
> +++ distinfo  15 Dec 2013 11:31:04 -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.87.tar.bz2) = 
> 496AqzSZTeAnf8e/U7fAjoLbGh8nYt2sQxHYGRzqbEk=
> +SIZE (sieve-connect-0.87.tar.bz2) = 40023
> 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);

-- 
jca | PGP: 0x06A11494 / 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

Reply via email to