diff options
author | kleink <kleink@pkgsrc.org> | 2004-05-21 21:03:13 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2004-05-21 21:03:13 +0000 |
commit | 57f0fd7d8a2f76d094240e1772f53081e18b8b6e (patch) | |
tree | ae964627f3c591d563d17d01cba8bf2bac1defdc /net/jwhois/patches | |
parent | 72b607791ae06cff3a3473907888f4ff58f60513 (diff) | |
download | pkgsrc-57f0fd7d8a2f76d094240e1772f53081e18b8b6e.tar.gz |
Incorporate today's allocation of 2001:3C00::/23 to ARIN,
bringing us to jwhois-3.2.2nb5.
Diffstat (limited to 'net/jwhois/patches')
-rw-r--r-- | net/jwhois/patches/patch-ac | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/jwhois/patches/patch-ac b/net/jwhois/patches/patch-ac index 95fa0cce776..52ed4acf3ef 100644 --- a/net/jwhois/patches/patch-ac +++ b/net/jwhois/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.4 2004/05/07 20:41:39 kleink Exp $ +$NetBSD: patch-ac,v 1.5 2004/05/21 21:03:13 kleink Exp $ ---- example/jwhois.conf.orig 2004-05-07 22:28:47.000000000 +0200 -+++ example/jwhois.conf 2004-05-07 22:32:14.000000000 +0200 -@@ -55,7 +55,29 @@ +--- example/jwhois.conf.orig 2004-05-21 22:58:11.000000000 +0200 ++++ example/jwhois.conf 2004-05-21 22:58:56.000000000 +0200 +@@ -55,7 +55,30 @@ "^[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+-[0-9]+$" = "whois.nic.br"; # @@ -27,13 +27,14 @@ $NetBSD: patch-ac,v 1.4 2004/05/07 20:41:39 kleink Exp $ + "^2001:1[EF][A-F0-9][A-F0-9]:.+" = "whois.ripe.net"; + "^2001:2[A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.ripe.net"; + "^2001:3[A-B0-9][A-F0-9][A-F0-9]:.+" = "whois.ripe.net"; ++ "^2001:3[CD][A-F0-9][A-F0-9]:.+" = "whois.arin.net"; + + # + # Historical IPv6 catch-all # ".*:.*" = "whois.6bone.net"; -@@ -371,6 +393,8 @@ +@@ -371,6 +394,8 @@ "80.0.0.0/8" = "whois.ripe.net"; "81.0.0.0/8" = "whois.ripe.net"; "82.0.0.0/8" = "whois.ripe.net"; |