summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-08-26 13:19:32 +0000
committerwiz <wiz@pkgsrc.org>2004-08-26 13:19:32 +0000
commit61bd72b91d88862971e695587cd9d33429faa1f7 (patch)
tree9df1e2c82c5d11def7f2ed239feb3bc56fd29e9c /security/gnupg
parentf9c3924d000fc70250b0fcaa9baa6be97663a5e8 (diff)
downloadpkgsrc-61bd72b91d88862971e695587cd9d33429faa1f7.tar.gz
Update to 1.2.6:
* Updated the included gettext. This also fixes the installation problem from 1.2.5 * Fixed a race condition possibly leading to deleted keys.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg/distinfo9
-rw-r--r--security/gnupg/patches/patch-ag13
3 files changed, 5 insertions, 21 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 1dcc69ab352..6b4299f8f83 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2004/07/28 15:55:45 schmonz Exp $
+# $NetBSD: Makefile,v 1.69 2004/08/26 13:19:32 wiz Exp $
-DISTNAME= gnupg-1.2.5
+DISTNAME= gnupg-1.2.6
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index aeef3e1e96d..5b0662a937a 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,14 +1,11 @@
-$NetBSD: distinfo,v 1.29 2004/08/05 21:35:37 minskim Exp $
+$NetBSD: distinfo,v 1.30 2004/08/26 13:19:32 wiz Exp $
-SHA1 (gnupg-1.2.5.tar.bz2) = 0e6b633d1c9fae7051031491f34482c7c0402f6e
-Size (gnupg-1.2.5.tar.bz2) = 2488670 bytes
-SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84
-Size (idea.c.gz) = 5216 bytes
+SHA1 (gnupg-1.2.6.tar.bz2) = 4bc72a7307c4d57618cdba48ad0c6148c1f00a74
+Size (gnupg-1.2.6.tar.bz2) = 2550665 bytes
SHA1 (patch-aa) = 3babbdc4386f0edaed4a6e1bb851312528d6ff9e
SHA1 (patch-ab) = af66565a44b5db979dc1362733193f3d6888a34f
SHA1 (patch-ac) = cc029e0b2dcc18b1d8de0c1145719bb2bf329467
SHA1 (patch-ad) = fc9e85c88e53738faa47f55b769e98dce2c190dc
SHA1 (patch-ae) = 827cdfbc4ed04c382f593051188a5aad0977b0ed
SHA1 (patch-af) = bdc03318447a78ac52b3dbefc59f90fcebc0b20d
-SHA1 (patch-ag) = 90a666cf09db66ad9803fe3d838d03deb75026ff
SHA1 (patch-ak) = bf0d2648382f8737bdda4eac486f23ee76f43b4f
diff --git a/security/gnupg/patches/patch-ag b/security/gnupg/patches/patch-ag
deleted file mode 100644
index c89f51c6b89..00000000000
--- a/security/gnupg/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2004/08/05 21:35:37 minskim Exp $
-
---- po/Makefile.in.in.orig 2002-06-29 08:43:03.000000000 -0500
-+++ po/Makefile.in.in
-@@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- MKINSTALLDIRS = @MKINSTALLDIRS@
--mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
-+mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*|../*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_srcdir)/$(MKINSTALLDIRS)" ;; esac`
-
- CC = @CC@
- GMSGFMT = @GMSGFMT@