diff options
Diffstat (limited to 'net/jwhois/patches/patch-aa')
-rw-r--r-- | net/jwhois/patches/patch-aa | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/net/jwhois/patches/patch-aa b/net/jwhois/patches/patch-aa index e5c09c5bcaf..4ddeeaa1765 100644 --- a/net/jwhois/patches/patch-aa +++ b/net/jwhois/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ +$NetBSD: patch-aa,v 1.11 2005/05/24 07:43:08 kleink Exp $ --- example/jwhois.conf.orig 2003-06-30 19:16:45.000000000 +0200 -+++ example/jwhois.conf 2005-04-19 22:59:57.000000000 +0200 -@@ -55,7 +55,52 @@ ++++ example/jwhois.conf 2005-05-24 09:40:34.000000000 +0200 +@@ -55,7 +55,54 @@ "^[0-9]+\\.[0-9]+\\.[0-9]+/[0-9]+-[0-9]+$" = "whois.nic.br"; # @@ -37,10 +37,12 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ + # ... + "^2001:5[A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.ripe.net"; + # ... -+ "^2001:[89A][A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.apnic.net"; ++ "^2001:[89][A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.apnic.net"; + # ... + "^2003:[0?1-3][A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.ripe.net"; + # ... ++ "^2400:[0?1][A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.apnic.net"; ++ # ... + "^2600:0[0?1-3][A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.arin.net"; + # ... + "^2604:0[0?1-3][A-F0-9][A-F0-9][A-F0-9]:.+" = "whois.arin.net"; @@ -56,7 +58,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ # ".*:.*" = "whois.6bone.net"; -@@ -147,7 +192,7 @@ +@@ -147,7 +194,7 @@ "\\.ee$" = "whois.eenet.ee"; "\\.eg$" = "whois.ripe.net"; "\\.es$" = "www.nic.es"; @@ -65,7 +67,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ "\\.fj$" = "whois.usp.ac.fj"; "\\.fm$" = "www.dot.fm"; "\\.fo$" = "whois.ripe.net"; -@@ -176,7 +221,7 @@ +@@ -176,7 +223,7 @@ "\\.it$" = "whois.nic.it"; "\\.je$" = "whois.isles.net"; "\\.jp$" { @@ -74,7 +76,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ query-format = "$* /e"; } "\\.kg$" = "whois.domain.kg"; -@@ -242,7 +287,7 @@ +@@ -242,7 +289,7 @@ "\\.to$" = "whois.tonic.to"; "\\.tr$" = "whois.metu.edu.tr"; "\\.tt$" = "www.nic.tt"; @@ -83,7 +85,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ "\\.tw$" = "whois.twnic.net"; "\\.ua$" = "whois.com.ua"; "\\.ug$" = "whois.co.ug"; -@@ -365,12 +410,25 @@ +@@ -365,12 +412,25 @@ "211.192.0.0/13" = "whois.nic.or.kr"; "24.232.0.0/16" = "whois.lacnic.net"; @@ -109,7 +111,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ "150.217.0.0/16" = "whois.ripe.net"; "151.3.0.0/16" = "whois.ripe.net"; "151.4.0.0/15" = "whois.ripe.net"; -@@ -491,6 +549,10 @@ +@@ -491,6 +551,10 @@ whois-redirect = ".*Whois Server: \\(.*\\)"; } @@ -120,7 +122,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ "whois\\.apnic\\.net" { whois-redirect = ".*http://\\(whois\\.nic\\.or\\.kr\\)/"; whois-redirect = ".*at \\([Ww][Hh][Oo][Ii][Ss]\\.[A-Za-z]*\\.[Nn][Ee][Tt]\\)"; -@@ -693,14 +755,6 @@ +@@ -693,14 +757,6 @@ form-element = "whois"; } @@ -135,7 +137,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ "whois\\.lacnic\\.net" { whois-redirect = ".*\\(whois.nic.br\\)"; whois-redirect = ".*\\(whois.registro.br\\)"; -@@ -724,10 +778,10 @@ +@@ -724,10 +780,10 @@ # # The cache feature is used to provide a local cache with Whois information. @@ -148,7 +150,7 @@ $NetBSD: patch-aa,v 1.10 2005/04/19 21:05:27 kleink Exp $ # # This is the time after which an entry expires from the cache in hours. -@@ -743,7 +797,7 @@ +@@ -743,7 +799,7 @@ # # Path to the browser to use for HTTP servers. # |