- update to 0.97.

- patch from Bernd merged upstream.

from Bernd Ahlers;
ok naddy@
This commit is contained in:
aanriot 2005-07-28 23:13:05 +00:00
parent 1bdcd59a56
commit 4fdb91d510
3 changed files with 6 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2005/07/25 16:31:27 aanriot Exp $
# $OpenBSD: Makefile,v 1.3 2005/07/28 23:13:05 aanriot Exp $
COMMENT= "perl extension for unparsed raw whois information"
DISTNAME= Net-Whois-Raw-0.95
DISTNAME= Net-Whois-Raw-0.97
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5

View File

@ -1,4 +1,4 @@
MD5 (Net-Whois-Raw-0.95.tar.gz) = e5e470b6b602d95a979ea4cd0e1a680b
RMD160 (Net-Whois-Raw-0.95.tar.gz) = df9b1fa7080b4a36e53f11d092b10dbc0437accd
SHA1 (Net-Whois-Raw-0.95.tar.gz) = 8b37dbb445415d73ba8df43e1e1cbb3c4c3525f0
SIZE (Net-Whois-Raw-0.95.tar.gz) = 15574
MD5 (Net-Whois-Raw-0.97.tar.gz) = cf28d0adf512756e309c1dbe28a1407c
RMD160 (Net-Whois-Raw-0.97.tar.gz) = 70735dbb57c1c6457b518473c70d4186c9e78113
SHA1 (Net-Whois-Raw-0.97.tar.gz) = 052e82cc0d0fe6163db45ea828015ee311782c99
SIZE (Net-Whois-Raw-0.97.tar.gz) = 15666

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-lib_Net_Whois_Raw_pm,v 1.1 2005/07/25 16:31:27 aanriot Exp $
--- lib/Net/Whois/Raw.pm.orig Fri Jul 22 16:36:17 2005
+++ lib/Net/Whois/Raw.pm Fri Jul 22 16:36:53 2005
@@ -308,6 +308,9 @@ sub whois_query {
if ($srv eq 'whois.melbourneit.com' && $israce) {
$whoisquery .= ' race';
}
+ if ($srv eq 'whois.denic.de') {
+ $whoisquery = "-T dn,ace -C ISO-8859-1 $whoisquery";
+ }
#warn "$srv: $whoisquery ($OMIT_MSG, $CHECK_FAIL, $CACHE_DIR, $CACHE_TIME, $USE_CNAMES, $TIMEOUT)\n";
print $sock "$whoisquery\r\n";
my @lines = <$sock>;