pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/re-alpine Update to 2.02, provided by Uwe Klaus i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65d7ad67e1fb
branches:  trunk
changeset: 602718:65d7ad67e1fb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 18 20:50:21 2012 +0000

description:
Update to 2.02, provided by Uwe Klaus in PR 46025. Ok reed@ (maintainer)
Changes since 2.01 not found.

Package changes:
Enable S/MIME support per default.
Add patch for openssl in NetBSD-5.99*.

diffstat:

 mail/re-alpine/Makefile                    |   6 +++---
 mail/re-alpine/distinfo                    |   9 +++++----
 mail/re-alpine/patches/patch-pith_smkeys.c |  13 +++++++++++++
 3 files changed, 21 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r cf2e0f298beb -r 65d7ad67e1fb mail/re-alpine/Makefile
--- a/mail/re-alpine/Makefile   Wed Apr 18 19:38:00 2012 +0000
+++ b/mail/re-alpine/Makefile   Wed Apr 18 20:50:21 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/03/27 21:47:00 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2012/04/18 20:50:21 wiz Exp $
 #
 
-DISTNAME=      re-alpine-2.01
-PKGREVISION=   2
+DISTNAME=      re-alpine-2.02
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=re-alpine/}
 EXTRACT_SUFX=  .tar.bz2
@@ -25,6 +24,7 @@
 CONFIGURE_ARGS+= --with-ssl-lib-dir=${SSLBASE}/lib
 CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf
 CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed
+CONFIGURE_ARGS+= --with-smime
 
 USE_LIBTOOL=   yes
 
diff -r cf2e0f298beb -r 65d7ad67e1fb mail/re-alpine/distinfo
--- a/mail/re-alpine/distinfo   Wed Apr 18 19:38:00 2012 +0000
+++ b/mail/re-alpine/distinfo   Wed Apr 18 20:50:21 2012 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/09/15 23:27:05 reed Exp $
+$NetBSD: distinfo,v 1.2 2012/04/18 20:50:21 wiz Exp $
 
-SHA1 (re-alpine-2.01.tar.bz2) = 50a9715176d5da25f38816b73d12f84fd1c09bb1
-RMD160 (re-alpine-2.01.tar.bz2) = 3906b75ece8cca6561ff3fafb1a1ee9033a825d0
-Size (re-alpine-2.01.tar.bz2) = 5970290 bytes
+SHA1 (re-alpine-2.02.tar.bz2) = 9c2f13dbc7ca75e7a09f81df607db84694b10fa6
+RMD160 (re-alpine-2.02.tar.bz2) = ef7fc5b46315ec2d32ef4b4a60abd5ac1be16752
+Size (re-alpine-2.02.tar.bz2) = 5589414 bytes
+SHA1 (patch-pith_smkeys.c) = 6b60a00910850e257f770c80a988230f73cc6d21
diff -r cf2e0f298beb -r 65d7ad67e1fb mail/re-alpine/patches/patch-pith_smkeys.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/re-alpine/patches/patch-pith_smkeys.c        Wed Apr 18 20:50:21 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-pith_smkeys.c,v 1.1 2012/04/18 20:50:21 wiz Exp $
+
+--- pith/smkeys.c.orig 2012-02-14 13:27:14.000000000 +0000
++++ pith/smkeys.c
+@@ -277,7 +277,7 @@ char *
+ get_x509_subject_email(X509 *x)
+ {
+     char *result = NULL;
+-#if OPENSSL_VERSION_NUMBER >= 0x1000000f /* OpenSSL 1.0.0 */
++#if OPENSSL_VERSION_NUMBER >= 0x10000000L /* OpenSSL 1.0.0 */
+     STACK_OF(OPENSSL_STRING) *emails;
+ #else /* OpenSSL 0.x and 1.0.0-dev/beta */
+     STACK *emails;



Home | Main Index | Thread Index | Old Index