diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-16 12:14:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-16 12:14:28 +0000 |
commit | 9bc72c755ca37f67e18eeb7601c4396d770f1803 (patch) | |
tree | 2c8fb2517887a1a2c24708a82e29d824219a172e /security | |
parent | ada7be4716175d1fee22ec0a9960710c84759c2f (diff) | |
download | pkgsrc-9bc72c755ca37f67e18eeb7601c4396d770f1803.tar.gz |
Update to 2.0.26:
Noteworthy changes in version 2.0.26 (2014-08-12)
-------------------------------------------------
* gpg: Fix a regression in 2.0.24 if a subkey id is given
to --recv-keys et al.
* gpg: Cap attribute packets at 16MB.
* gpgsm: Auto-create the ".gnupg" home directory in the same
way gpg does.
* scdaemon: Allow for certificates > 1024 when using PC/SC.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index ac0c3ab3849..4654ff532cd 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2014/07/28 11:02:11 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2014/08/16 12:14:28 wiz Exp $ -DISTNAME= gnupg-2.0.25 +DISTNAME= gnupg-2.0.26 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 3ee832cd555..32e320b82d9 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2014/07/22 11:30:00 wiz Exp $ +$NetBSD: distinfo,v 1.32 2014/08/16 12:14:28 wiz Exp $ -SHA1 (gnupg-2.0.25.tar.bz2) = 890d77d89f2d187382f95e83e386f2f7ba789436 -RMD160 (gnupg-2.0.25.tar.bz2) = b1987258aa0e22a077a02242c0056bdf64e33bfd -Size (gnupg-2.0.25.tar.bz2) = 4301689 bytes +SHA1 (gnupg-2.0.26.tar.bz2) = 3ff5b38152c919724fd09cf2f17df704272ba192 +RMD160 (gnupg-2.0.26.tar.bz2) = 874040ed8fad12067cbe67c8da222b2ad99a5a96 +Size (gnupg-2.0.26.tar.bz2) = 4303384 bytes SHA1 (patch-ai) = 4445d30150518f71f996e3b368a81523daded2e2 SHA1 (patch-aj) = bfd21504e0d55f99df543912b1cdf2c573de2f98 SHA1 (patch-al) = ef7c698ed102c4e27bbf707ae5d1fce4c2b5d8d4 |