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)
This commit is contained in:
Doug Barton 2001-10-15 23:31:32 +00:00
parent b573b688d8
commit 8dff0035ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48823
10 changed files with 4 additions and 50 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= rwhois
PORTVERSION= 1.5.7
PORTVERSION= 1.5.7.1
CATEGORIES= net ipv6
MASTER_SITES= http://www.rwhois.net/ftp/
DISTNAME= ${PORTNAME}d-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (rwhoisd-1.5.7.tar.gz) = 02e22ebec5c4c76a626fe74c945300a0
MD5 (rwhoisd-1.5.7.1.tar.gz) = 5582a4ebdf3b9f04fb55c86d465a57c7

View File

@ -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))
{

View File

@ -1,5 +1,3 @@
What is Referral Whois (RWhois)?
With the exponential growth of the Internet, a central Whois database that
provides host and network information of systems connected to the Internet,
and electronic mail (email) addresses of the users of those systems has

View File

@ -15,7 +15,6 @@ lib/rwhois/a.com/data/org/org.txt
lib/rwhois/a.com/data/referral/referral.txt
lib/rwhois/a.com/schema
lib/rwhois/a.com/soa
lib/rwhois/bin/Xpgp
lib/rwhois/bin/rwhois_deleter
lib/rwhois/bin/rwhois_indexer
lib/rwhois/net-10.0.0.0-8/attribute_defs/contact.tmpl

View File

@ -6,7 +6,7 @@
#
PORTNAME= rwhois
PORTVERSION= 1.5.7
PORTVERSION= 1.5.7.1
CATEGORIES= net ipv6
MASTER_SITES= http://www.rwhois.net/ftp/
DISTNAME= ${PORTNAME}d-${PORTVERSION}

View File

@ -1 +1 @@
MD5 (rwhoisd-1.5.7.tar.gz) = 02e22ebec5c4c76a626fe74c945300a0
MD5 (rwhoisd-1.5.7.1.tar.gz) = 5582a4ebdf3b9f04fb55c86d465a57c7

View File

@ -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))
{

View File

@ -1,5 +1,3 @@
What is Referral Whois (RWhois)?
With the exponential growth of the Internet, a central Whois database that
provides host and network information of systems connected to the Internet,
and electronic mail (email) addresses of the users of those systems has

View File

@ -15,7 +15,6 @@ lib/rwhois/a.com/data/org/org.txt
lib/rwhois/a.com/data/referral/referral.txt
lib/rwhois/a.com/schema
lib/rwhois/a.com/soa
lib/rwhois/bin/Xpgp
lib/rwhois/bin/rwhois_deleter
lib/rwhois/bin/rwhois_indexer
lib/rwhois/net-10.0.0.0-8/attribute_defs/contact.tmpl