summaryrefslogtreecommitdiff
path: root/net/rwhoisd/files
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-10-15 23:31:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-10-15 23:31:32 +0000
commit8dff0035ae5b684daf1f89d0d74722db89d12881 (patch)
tree8efdeaa95f259bf33ad75e85379dd6c550bc8d6a /net/rwhoisd/files
parentupdate mplayer codecs to 0.50; therefore, update port to 010122.1.0.50 (diff)
Update to version 1.5.7.1, which removes the pgp code, uses
autoconf 2.5.2d to hopefully prevent segfaults on FreeBSD, and changes the samples and documentation slightly. Submitted by: Jeff Chan <rwhois@jeffchan.com> (the author)
Diffstat (limited to 'net/rwhoisd/files')
-rw-r--r--net/rwhoisd/files/patch-ag20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/rwhoisd/files/patch-ag b/net/rwhoisd/files/patch-ag
deleted file mode 100644
index 3c87514cd4e8..000000000000
--- a/net/rwhoisd/files/patch-ag
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/Xpgp/Xpgp.c.orig Fri Jan 30 09:25:58 1998
-+++ tools/Xpgp/Xpgp.c Sat Nov 25 15:58:33 2000
-@@ -55,7 +55,7 @@
-
- key = xcalloc(1, sizeof(char) * 1050);
-
-- gets(key);
-+ fgets(key, sizeof(key), stdin);
- fprintf(fp, "%s\n",key);
-
- if (strstr(key, "END"))
-@@ -72,7 +72,7 @@
- free(key);
-
- newstr = xcalloc(1, sizeof(char)*100);
-- gets(newstr);
-+ fgets(newstr, sizeof(newstr), stdin);
-
- if (STRN_EQ(newstr, "-X-pgp off keyadd", 17))
- {