diff options
author | tron <tron> | 2015-03-09 19:06:32 +0000 |
---|---|---|
committer | tron <tron> | 2015-03-09 19:06:32 +0000 |
commit | 7e28e204d4346ff57a8a4e0bc39d756df3b17734 (patch) | |
tree | aaad1e731649c9f1289a8f667d322fc70a7bc728 | |
parent | 8a595b73aafde03d5ce73278702087ffe29ef69e (diff) | |
download | pkgsrc-7e28e204d4346ff57a8a4e0bc39d756df3b17734.tar.gz |
Pullup ticket #4635 - requested by he
security/gnupg: security update
Revisions pulled up:
- security/gnupg/Makefile 1.128
- security/gnupg/PLIST 1.28
- security/gnupg/distinfo 1.66
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 28 00:13:25 UTC 2015
Modified Files:
pkgsrc/security/gnupg: Makefile PLIST distinfo
Log Message:
Update to 1.4.19:
Noteworthy changes in version 1.4.19 (2015-02-27)
-------------------------------------------------
* Use ciphertext blinding for Elgamal decryption [CVE-2014-3591].
See http://www.cs.tau.ac.il/~tromer/radioexp/ for details.
* Fixed data-dependent timing variations in modular exponentiation
[related to CVE-2015-0837, Last-Level Cache Side-Channel Attacks
are Practical].
* Detect faulty use of --verify on detached signatures.
* Changed the PKA method to use CERT records and hashed names.
* New import option "keep-ownertrust".
* Support algorithm names when generating keys using the --command-fd
method.
* Updated many translations.
* Updated build system.
* Fixed a regression in keyserver import
* Fixed argument parsing for option --debug-level.
* Fixed DoS based on bogus and overlong key packets.
* Fixed bugs related to bogus keyrings.
* The usual minor minor bug fixes.
-rw-r--r-- | security/gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/PLIST | 3 | ||||
-rw-r--r-- | security/gnupg/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index ad786ab751e..e590f7ccbbe 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.127 2014/10/09 14:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.127.2.1 2015/03/09 19:06:32 tron Exp $ -DISTNAME= gnupg-1.4.18 +DISTNAME= gnupg-1.4.19 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \ diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST index c04b751c871..59b32f392cd 100644 --- a/security/gnupg/PLIST +++ b/security/gnupg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2014/06/24 07:35:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.27.6.1 2015/03/09 19:06:32 tron Exp $ bin/gpg bin/gpg-zip bin/gpgsplit @@ -11,7 +11,6 @@ ${PLIST.ldap}libexec/gnupg/gpgkeys_ldap man/man1/gpg-zip.1 man/man1/gpg.1 man/man1/gpgv.1 -man/man7/gnupg.7 share/gnupg/DETAILS share/gnupg/FAQ share/gnupg/options.skel diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 2f872ba1c9c..ab837502d0a 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2014/07/22 11:24:29 wiz Exp $ +$NetBSD: distinfo,v 1.65.4.1 2015/03/09 19:06:32 tron Exp $ -SHA1 (gnupg-1.4.18.tar.bz2) = 41462d1a97f91abc16a0031b5deadc3095ce88ae -RMD160 (gnupg-1.4.18.tar.bz2) = b82bb5cdec1d6f46d6b277143b2778742394e80e -Size (gnupg-1.4.18.tar.bz2) = 3649557 bytes +SHA1 (gnupg-1.4.19.tar.bz2) = 5503f7faa0a0e84450838706a67621546241ca50 +RMD160 (gnupg-1.4.19.tar.bz2) = 4d7c1a9ea913ac83617b0d379935e9af5dc4ac13 +Size (gnupg-1.4.19.tar.bz2) = 3713811 bytes SHA1 (patch-ab) = 24e200a04f8f31e53e22dc80ed079570cb5de8d8 |