pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg update to 1.4.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bd22d1b9d4b
branches:  trunk
changeset: 516964:6bd22d1b9d4b
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Aug 02 10:37:34 2006 +0000

description:
update to 1.4.5
security update, recommended by gnupg.org
(fixes CVE-2006-3746)
changes:
* More DSA2 tweaks.
* Fixed a problem uploading certain keys to the smart card.
* Fixed 2 more possible memory allocation attacks.
* Added Norwegian translation.

diffstat:

 security/gnupg/Makefile         |   4 ++--
 security/gnupg/PLIST            |   3 ++-
 security/gnupg/distinfo         |   9 ++++-----
 security/gnupg/patches/patch-ac |  13 -------------
 4 files changed, 8 insertions(+), 21 deletions(-)

diffs (66 lines):

diff -r 11d98b74da5f -r 6bd22d1b9d4b security/gnupg/Makefile
--- a/security/gnupg/Makefile   Wed Aug 02 10:29:47 2006 +0000
+++ b/security/gnupg/Makefile   Wed Aug 02 10:37:34 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2006/07/08 21:37:02 markd Exp $
+# $NetBSD: Makefile,v 1.89 2006/08/02 10:37:34 drochner Exp $
 
-DISTNAME=      gnupg-1.4.4
+DISTNAME=      gnupg-1.4.5
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/ \
                ftp://ftp.planetmirror.com/pub/gnupg/ \
diff -r 11d98b74da5f -r 6bd22d1b9d4b security/gnupg/PLIST
--- a/security/gnupg/PLIST      Wed Aug 02 10:29:47 2006 +0000
+++ b/security/gnupg/PLIST      Wed Aug 02 10:37:34 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2006/04/17 07:07:33 jlam Exp $
+@comment $NetBSD: PLIST,v 1.19 2006/08/02 10:37:34 drochner Exp $
 bin/gpg
 bin/gpg-zip
 bin/gpgsplit
@@ -35,6 +35,7 @@
 share/locale/id/LC_MESSAGES/gnupg.mo
 share/locale/it/LC_MESSAGES/gnupg.mo
 share/locale/ja/LC_MESSAGES/gnupg.mo
+share/locale/nb/LC_MESSAGES/gnupg.mo
 share/locale/pl/LC_MESSAGES/gnupg.mo
 share/locale/pt/LC_MESSAGES/gnupg.mo
 share/locale/pt_BR/LC_MESSAGES/gnupg.mo
diff -r 11d98b74da5f -r 6bd22d1b9d4b security/gnupg/distinfo
--- a/security/gnupg/distinfo   Wed Aug 02 10:29:47 2006 +0000
+++ b/security/gnupg/distinfo   Wed Aug 02 10:37:34 2006 +0000
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.42 2006/07/08 21:29:24 markd Exp $
+$NetBSD: distinfo,v 1.43 2006/08/02 10:37:34 drochner Exp $
 
-SHA1 (gnupg-1.4.4.tar.bz2) = 3414d67f22973576f31e354f44859bafbccb7eee
-RMD160 (gnupg-1.4.4.tar.bz2) = b3807b3cf4fc577bf071261eff787c481bd4e0ca
-Size (gnupg-1.4.4.tar.bz2) = 3047120 bytes
+SHA1 (gnupg-1.4.5.tar.bz2) = 553fefe0da5a91108dd9468e381faf9487754f9a
+RMD160 (gnupg-1.4.5.tar.bz2) = f27447b3aec1423ac10c3a5b4745ea3b13c5a5e5
+Size (gnupg-1.4.5.tar.bz2) = 3089617 bytes
 SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84
 RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d
 Size (idea.c.gz) = 5216 bytes
 SHA1 (patch-aa) = 91d55ca22b58e8a1f3c17a2fd0ad888d4c85c6cf
 SHA1 (patch-ab) = 29a7d0b736322eb1ecf0925a2419b513f323000e
-SHA1 (patch-ac) = b5279fa5c43866139ef61b064580837a98ae2a9f
 SHA1 (patch-ak) = 89a6a7552104f4d5b97a98889da88fca68c54f31
diff -r 11d98b74da5f -r 6bd22d1b9d4b security/gnupg/patches/patch-ac
--- a/security/gnupg/patches/patch-ac   Wed Aug 02 10:29:47 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.17 2006/07/08 21:29:24 markd Exp $
-
---- configure.orig     2006-06-25 23:14:59.000000000 +1200
-+++ configure
-@@ -4876,7 +4876,7 @@ fi
-         echo "$as_me:$LINENO: checking whether $_mytar speaks USTAR" >&5
- echo $ECHO_N "checking whether $_mytar speaks USTAR... $ECHO_C" >&6
-         echo hithere > conftest.txt
--        $_mytar -cf - conftest.txt | grep -q ustar
-+        $_mytar -cf - conftest.txt | strings | grep -q ustar
-         _tar_bad=$?
-         rm conftest.txt
- 



Home | Main Index | Thread Index | Old Index