From 61bd72b91d88862971e695587cd9d33429faa1f7 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 Aug 2004 13:19:32 +0000 Subject: 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. --- security/gnupg/Makefile | 4 ++-- security/gnupg/distinfo | 9 +++------ security/gnupg/patches/patch-ag | 13 ------------- 3 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 security/gnupg/patches/patch-ag (limited to 'security/gnupg') 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@ -- cgit v1.2.3