diff options
author | adam <adam@pkgsrc.org> | 2017-11-24 12:33:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-24 12:33:10 +0000 |
commit | 62b40bd752403baf731a22da4dd60406bc371604 (patch) | |
tree | b4612966e5ef00d1df587f94ff0be2233ef50a0f /security/gnupg2 | |
parent | 0935d1a0e1c8bb9aae88aa10e3ac349be06698ae (diff) | |
download | pkgsrc-62b40bd752403baf731a22da4dd60406bc371604.tar.gz |
gnupg2: updated to 2.2.3
changes in version 2.2.3:
* gpgsm: Fix initial keybox creation on Windows.
* dirmngr: Fix crash in case of a CRL loading error.
* Fix the name of the Windows registry key.
* gpgtar: Fix wrong behaviour of --set-filename.
* gpg: Silence AKL retrieval messages.
* agent: Use clock or clock_gettime for calibration.
* agent: Improve robustness of the shutdown pending state.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/PLIST | 3 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index c1b67e54e22..0fd42b08e19 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2017/11/09 08:02:30 adam Exp $ +# $NetBSD: Makefile,v 1.77 2017/11/24 12:33:10 adam Exp $ -DISTNAME= gnupg-2.2.2 +DISTNAME= gnupg-2.2.3 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ diff --git a/security/gnupg2/PLIST b/security/gnupg2/PLIST index 8641bee69c6..eb9b8775450 100644 --- a/security/gnupg2/PLIST +++ b/security/gnupg2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2017/08/29 12:07:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2017/11/24 12:33:10 adam Exp $ bin/dirmngr bin/dirmngr-client bin/g13 @@ -30,6 +30,7 @@ man/man1/gpg2.1 man/man1/gpgconf.1 man/man1/gpgparsemail.1 man/man1/gpgsm.1 +man/man1/gpgtar.1 man/man1/gpgv2.1 man/man1/scdaemon.1 man/man1/symcryptrun.1 diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 5efbad751e7..095f51ef685 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2017/11/09 08:02:30 adam Exp $ +$NetBSD: distinfo,v 1.42 2017/11/24 12:33:10 adam Exp $ -SHA1 (gnupg-2.2.2.tar.bz2) = efa00fc20295b1cafe467359107ea170258870e2 -RMD160 (gnupg-2.2.2.tar.bz2) = ccf5ed565b86f183da1c6e43a5c0fce21d2e2bb8 -SHA512 (gnupg-2.2.2.tar.bz2) = 3a390b8da21bef0584f39fb8f4b86ec10c78efc64dd1634377b8637042db5f8da462f2881e12fa509b0322d71cba464e0400b91869a4b9fe6189daa4b1386cc1 -Size (gnupg-2.2.2.tar.bz2) = 6546951 bytes +SHA1 (gnupg-2.2.3.tar.bz2) = 68ed37d363166b5bd79971537484148eb8f2958c +RMD160 (gnupg-2.2.3.tar.bz2) = 92db8a55c30e653779b36a41ea3b772d7db84216 +SHA512 (gnupg-2.2.3.tar.bz2) = c73df3c6f7ce65bd9867a39d10f93548496bf596ba0901737fc0063b370fd2d834c0b912e5aa07ff31067bc9c1263acc9d314c6bfaf7c889b72c8d46087810cb +Size (gnupg-2.2.3.tar.bz2) = 6547069 bytes |