diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-13 18:01:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-13 18:01:55 +0000 |
commit | 3dc79aafdfe99b51104333fbf29b73ba021b8223 (patch) | |
tree | 0f960d01599dca031f5567dcd14c3eb6f6e078e3 /security/gnupg2 | |
parent | ed5272b109b937f08ea32779f1e5fe0b81f9a010 (diff) | |
download | pkgsrc-3dc79aafdfe99b51104333fbf29b73ba021b8223.tar.gz |
Update gnupg2 to 2.0.30.
Noteworthy changes in version 2.0.30 (2016-03-31)
-------------------------------------------------
* gpg: Avoid too early timeout during key generation with 2.1 cards.
* agent: Fixed printing of ssh fingerprints for 384 bit ECDSA keys.
* agent: Fixed an alignment bug related to the passphrase
confirmation.
* scdaemon: Fixed a "conflicting usage" bug.
* scdaemon: Fixed usb card reader removal problem on Windows 8 and
later.
* Fixed a problem on AIX due to peculiarity with RLIMIT_NOFILE.
* Updated the Japanese and Dutch translations.
* Fixed a few other bugs.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 11 | ||||
-rw-r--r-- | security/gnupg2/patches/patch-ao | 17 |
3 files changed, 7 insertions, 26 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 5b5b62ad90f..fae40225dd7 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2016/03/20 22:03:17 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/13 18:01:55 wiz Exp $ -DISTNAME= gnupg-2.0.29 +DISTNAME= gnupg-2.0.30 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 f12590bf4e6..58c79a18bea 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.37 2015/11/04 01:17:45 agc Exp $ +$NetBSD: distinfo,v 1.38 2016/04/13 18:01:55 wiz Exp $ -SHA1 (gnupg-2.0.29.tar.bz2) = 87eb0df18f9953675f979405a1af10ab6c5322b3 -RMD160 (gnupg-2.0.29.tar.bz2) = 364388c339b4bb9bb040ddbcbe3fa4d66ec62cb5 -SHA512 (gnupg-2.0.29.tar.bz2) = 23b452c740ab5c1e1e37337ae0583dd3b15df58a5bb5639c0c2aef1fb603e0a7d90a257ac99b0d9dfb68b81fa061c0c64e0bfd256c00d64e2f432192f5052f37 -Size (gnupg-2.0.29.tar.bz2) = 4416251 bytes -SHA1 (patch-ao) = b0d0dfb9234ec332f826e3c93008c2fbb1c955f5 +SHA1 (gnupg-2.0.30.tar.bz2) = a9f024588c356a55e2fd413574bfb55b2e18794a +RMD160 (gnupg-2.0.30.tar.bz2) = 7d682c3e0e1c188d026519b0511ecde6a0cc6bd7 +SHA512 (gnupg-2.0.30.tar.bz2) = e60a57f7dc74b44f884fd50d5a9c51cef7df8c098644ebab9ef7d945a40b0e4a285d0dc80b10fe39d8e4c2cc9d6cbbe800a0ddae54883180dc755fe47ced3314 +Size (gnupg-2.0.30.tar.bz2) = 4414652 bytes SHA1 (patch-tools_gpgkey2ssh.c) = 38ccb1980d6248b11316ccc49cd3dda06bab0d3b diff --git a/security/gnupg2/patches/patch-ao b/security/gnupg2/patches/patch-ao deleted file mode 100644 index 24e8ded5760..00000000000 --- a/security/gnupg2/patches/patch-ao +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ao,v 1.4 2015/09/09 18:15:34 wiz Exp $ - -gpg-zip script will not be installed, so man page also should not be installed. -If will introduce conflict with security/gnupg. -https://bugs.gnupg.org/gnupg/issue2095 - ---- doc/Makefile.in.orig 2010-07-19 07:05:40.000000000 +0000 -+++ doc/Makefile.in -@@ -351,7 +351,7 @@ myman_sources = gnupg7.texi gpg.texi gpg - myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 scdaemon.1 gpgv2.1 \ - watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \ - gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \ -- gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1 -+ gpgsm-gencert.sh.1 applygnupgdefaults.8 - - man_MANS = $(myman_pages) - noinst_MANS = gnupg.7 |