summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordrochner <drochner>2006-08-02 10:37:34 +0000
committerdrochner <drochner>2006-08-02 10:37:34 +0000
commit070f6e511ce2827701679b6d1ebb43ac154c1fea (patch)
tree6f21d841ed1c8f625bcdb61303c5fc2232b78969 /security
parent640ac28dad3353ae2848100ff9fd9ac8ee296350 (diff)
downloadpkgsrc-070f6e511ce2827701679b6d1ebb43ac154c1fea.tar.gz
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 (limited to 'security')
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg/PLIST3
-rw-r--r--security/gnupg/distinfo9
-rw-r--r--security/gnupg/patches/patch-ac13
4 files changed, 8 insertions, 21 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index c8f70c63e85..e884e10a8d6 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -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 --git a/security/gnupg/PLIST b/security/gnupg/PLIST
index 78809ea6493..67e49c771e4 100644
--- a/security/gnupg/PLIST
+++ b/security/gnupg/PLIST
@@ -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/hu/LC_MESSAGES/gnupg.mo
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 --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index 743ae311488..8c888efab3b 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -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 --git a/security/gnupg/patches/patch-ac b/security/gnupg/patches/patch-ac
deleted file mode 100644
index 12325d09a6b..00000000000
--- a/security/gnupg/patches/patch-ac
+++ /dev/null
@@ -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
-