pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg-devel Update to release 1.9.15. This is...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cd28afda4743
branches: trunk
changeset: 487630:cd28afda4743
user: shannonjr <shannonjr%pkgsrc.org@localhost>
date: Mon Jan 17 18:32:47 2005 +0000
description:
Update to release 1.9.15. This is a bug fix release.
diffstat:
security/gnupg-devel/Makefile | 13 +++++++------
security/gnupg-devel/distinfo | 11 +++++------
security/gnupg-devel/patches/patch-ad | 13 -------------
3 files changed, 12 insertions(+), 25 deletions(-)
diffs (76 lines):
diff -r a94cec100be8 -r cd28afda4743 security/gnupg-devel/Makefile
--- a/security/gnupg-devel/Makefile Mon Jan 17 18:27:12 2005 +0000
+++ b/security/gnupg-devel/Makefile Mon Jan 17 18:32:47 2005 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2005/01/04 13:52:01 shannonjr Exp $
+# $NetBSD: Makefile,v 1.8 2005/01/17 18:32:47 shannonjr Exp $
#
-DISTNAME= gnupg-1.9.14
+DISTNAME= gnupg-1.9.15
PKGNAME= ${DISTNAME:S/gnupg/gnupg-devel/}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-DISTFILES+= pth-2.0.0.tar.gz
-SITES_pth-2.0.0.tar.gz= ${MASTER_SITE_GNU:=pth/}
+DISTFILES+= pth-2.0.3.tar.gz
+SITES_pth-2.0.3.tar.gz= ${MASTER_SITE_GNU:=pth/}
MAINTAINER= shannonjr%NetBSD.org@localhost
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/
@@ -25,6 +25,7 @@
CONFIGURE_ARGS+= --with-static-rnd=auto
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --with-pth-prefix=${WRKDIR}/pth
+CONFIGURE_ENV+= gnupg_cv_pth_is_sane=yes
TEST_TARGET= check
@@ -50,7 +51,7 @@
# We are building a static pth library and linking against it
# While this is not very satisfying, gpgme hangs in it's gpgsm tests if we depend on the shared (pkgsrc) pth library
pre-configure:
- cd ${WRKDIR}/pth-2.0.0 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install
+ cd ${WRKDIR}/pth-2.0.3 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install
BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
diff -r a94cec100be8 -r cd28afda4743 security/gnupg-devel/distinfo
--- a/security/gnupg-devel/distinfo Mon Jan 17 18:27:12 2005 +0000
+++ b/security/gnupg-devel/distinfo Mon Jan 17 18:32:47 2005 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.5 2005/01/04 13:52:01 shannonjr Exp $
+$NetBSD: distinfo,v 1.6 2005/01/17 18:32:47 shannonjr Exp $
-SHA1 (gnupg-1.9.14.tar.gz) = 6e5a3b27a4eb6a781bc8d8ad9458ea3e99449b48
-Size (gnupg-1.9.14.tar.gz) = 1925582 bytes
-SHA1 (pth-2.0.0.tar.gz) = 91b7593e5435604090c3974a8584478877194533
-Size (pth-2.0.0.tar.gz) = 536605 bytes
+SHA1 (gnupg-1.9.15.tar.gz) = a00a688dc33f1f22743eb857a16e8506f8d765d9
+Size (gnupg-1.9.15.tar.gz) = 1928702 bytes
+SHA1 (pth-2.0.3.tar.gz) = c2445bcf24ce3615cfbfbd58b79bbab36542617d
+Size (pth-2.0.3.tar.gz) = 639243 bytes
SHA1 (patch-aa) = 4fdedc1f98dbe717fd5a1229944703f19c3c10e5
SHA1 (patch-ab) = 2bd1b553cc45ed66e3f95364058b227dfcc74be5
SHA1 (patch-ac) = 82cae75a7fed505bf2e358d6471b85951513976c
-SHA1 (patch-ad) = 698e585fd554d3581792e0e613d43d20d2ffda77
diff -r a94cec100be8 -r cd28afda4743 security/gnupg-devel/patches/patch-ad
--- a/security/gnupg-devel/patches/patch-ad Mon Jan 17 18:27:12 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2005/01/04 13:52:01 shannonjr Exp $
-
---- ./common/asshelp.c.orig 2004-12-18 02:35:31.000000000 -0700
-+++ ./common/asshelp.c
-@@ -150,7 +150,7 @@ send_pinentry_environment (assuan_contex
- #endif
- if (opt_lc_messages || (dft_ttyname && dft_lc))
- {
-- err = send_one_option (ctx, errsource, "display",
-+ err = send_one_option (ctx, errsource, "lc-messages",
- opt_lc_messages ? opt_lc_messages : dft_lc);
- }
- #if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)
Home |
Main Index |
Thread Index |
Old Index