summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2006-12-12 13:12:44 +0000
committershannonjr <shannonjr@pkgsrc.org>2006-12-12 13:12:44 +0000
commit119ca1c23f219f6bac16802bf2ab05c752cf404e (patch)
treeb484e386ef1a3a46dfe55657c301f0230a7ce6a3 /security
parent193b487d2f3c8b83a52b87ac0e7b0491bbc443ad (diff)
downloadpkgsrc-119ca1c23f219f6bac16802bf2ab05c752cf404e.tar.gz
Removed patch-ag becayse this is now in the pnupg code base
Diffstat (limited to 'security')
-rw-r--r--security/gnupg2/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/gnupg2/patches/patch-ag b/security/gnupg2/patches/patch-ag
deleted file mode 100644
index f1f861697a2..00000000000
--- a/security/gnupg2/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2006/11/27 20:37:20 shannonjr Exp $
-
---- ./g10/openfile.c.orig 2006-09-14 08:18:39.000000000 -0600
-+++ ./g10/openfile.c
-@@ -145,7 +145,7 @@ ask_outfile_name( const char *name, size
-
- s = _("Enter new filename");
-
-- n = strlen(s) + namelen + 10;
-+ n = strlen(s) + (defname?strlen (defname):0) + 10;
- defname = name && namelen? make_printable_string( name, namelen, 0): NULL;
- prompt = xmalloc(n);
- if( defname )