summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-10-11 11:59:21 +0000
committershannonjr <shannonjr>2006-10-11 11:59:21 +0000
commit25eebd07fe9c5b42c05b6db7ff58f9686aea4402 (patch)
tree75b81f6272bfd6e70f030a0de6448b4e126b3f44 /security
parentf3282d78dffb90da5b90294d0f38ee21b16d7b1d (diff)
downloadpkgsrc-25eebd07fe9c5b42c05b6db7ff58f9686aea4402.tar.gz
Update to 1.9.92. Changes:
* New "relax" flag for trustlist.txt to allow root CA certificates without BasicContraints. * [gpg2] Removed the -k PGP 2 compatibility hack. -k is now an alias for --list-keys. * [gpg2] Print a warning if "-sat" is used instead of "--clearsign". * Regular man pages for most tools are now build directly from the Texinfo source. * Included translations from gnupg 1.4.5. * The gpg code from 1.4.5 has been fully merged into this release. The configure option --enable-gpg is still required to build this gpg part. For production use of OpenPGP the gpg version 1.4.5 is still recommended. Note, that gpg will be installed under the name gpg2 to allow coexisting with an 1.4.x gpg. * API change in gpg-agent's pkdecrypt command. Thus an older gpgsm may not be used with the current gpg-agent. * The scdaemon will now call a script on reader status changes. * gpgsm now allows file descriptor passing for "INPUT", "OUTPUT" and "MESSAGE". * The gpgsm server may now output a key listing to the output file handle. This needs to be enabled using "OPTION list-to-output=1". * The --output option of gpgsm has now an effect on list-keys. * New gpgsm commands --dump-chain and list-chain. * gpg-connect-agent has new options to utilize descriptor passing. * A global trustlist may now be used. See doc/examples/trustlist.txt. * When creating a new pubring.kbx keybox common certificates are imported. * Enhanced pkcs#12 support to allow import from simple keyBags. * Exporting to pkcs#12 now create bag attributes so that Mozilla is able to import the files. * Pkcs#12 files are now created with a MAC. This is for better interoperability. * Fixed uploading of certain keys to the smart card. * New command APDU for scdaemon to allow using it for general card access. Might be used through gpg-connect-agent by using the SCD prefix command. * Support for the CardMan 4040 PCMCIA reader (Linux 2.6.15 required). * Scdaemon does not anymore reset cards at the end of a connection. * Kludge to allow use of Bundesnetzagentur issued X.509 certificates. * Added --hash=xxx option to scdaemon's PKSIGN command.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg-devel/Makefile8
-rw-r--r--security/gnupg-devel/distinfo9
2 files changed, 8 insertions, 9 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile
index 35151b688c8..0ac4020a0a3 100644
--- a/security/gnupg-devel/Makefile
+++ b/security/gnupg-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/08/29 10:23:10 shannonjr Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/11 11:59:21 shannonjr Exp $
#
DISTNAME= gnupg-1.9.22
@@ -7,8 +7,8 @@ CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-DISTFILES+= pth-2.0.4.tar.gz
-SITES.pth-2.0.4.tar.gz= ${MASTER_SITE_GNU:=pth/}
+DISTFILES+= pth-2.0.7.tar.gz
+SITES.pth-2.0.7.tar.gz= ${MASTER_SITE_GNU:=pth/}
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/
@@ -50,7 +50,7 @@ PLIST_SRC+= ${.CURDIR}/PLIST.gpgsm
# 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.4 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install
+ cd ${WRKDIR}/pth-2.0.7 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
diff --git a/security/gnupg-devel/distinfo b/security/gnupg-devel/distinfo
index d4c78f09561..443cb43e0fe 100644
--- a/security/gnupg-devel/distinfo
+++ b/security/gnupg-devel/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.13 2006/08/29 10:23:10 shannonjr Exp $
+$NetBSD: distinfo,v 1.14 2006/10/11 11:59:21 shannonjr Exp $
SHA1 (gnupg-1.9.22.tar.bz2) = 10b2a5c256598d9ed25c84d55ea111710b3f8906
RMD160 (gnupg-1.9.22.tar.bz2) = 43b3e8a17d5e116f5fa0c34bc3beaf68250ec3c3
Size (gnupg-1.9.22.tar.bz2) = 1908546 bytes
-SHA1 (pth-2.0.4.tar.gz) = c5ee066185a042a5cf1341a0ec10bcb94a1d4c53
-RMD160 (pth-2.0.4.tar.gz) = ba78260cb8860433cd240e24e2e90dc6997943d8
-Size (pth-2.0.4.tar.gz) = 641851 bytes
-SHA1 (patch-aa) = 4fdedc1f98dbe717fd5a1229944703f19c3c10e5
+SHA1 (pth-2.0.7.tar.gz) = 9a71915c89ff2414de69fe104ae1016d513afeee
+RMD160 (pth-2.0.7.tar.gz) = 80bc66777ba20d9648b7aaf3f58d593be6416910
+Size (pth-2.0.7.tar.gz) = 652640 bytes