diff options
author | Marco d'Itri <md@linux.it> | 2003-01-23 18:51:48 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:29 +0100 |
commit | 312adb125b774e77c1a6e6115dd4bd9440cea1d2 (patch) | |
tree | f75de079b558010ede73e2196f65e5c6c1466533 | |
parent | d6bec26f44f139fa079230c5ee6c9baac8f0be96 (diff) | |
download | whois-312adb125b774e77c1a6e6115dd4bd9440cea1d2.tar.gz |
Imported Debian version 4.6.2v4.6.2
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | data.h | 3 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | ip_del_list | 2 | ||||
-rw-r--r-- | tld_serv_list | 6 |
6 files changed, 16 insertions, 7 deletions
@@ -1,6 +1,6 @@ /* Program version */ /* not for the inetutils version */ -#define VERSION "4.6.1" +#define VERSION "4.6.2" /* Configurable features */ @@ -55,7 +55,7 @@ const char *hide_strings[] = { "Access to America Online", "time. By accessing", /* AOL */ "% Access and use restricted", "% http://www.icann", /* GANDI */ "NeuStar, Inc., the Registry", "rules. For details", /* us */ - "The data in this whois", "using our Whois information", /* enom */ + "The data in this whois", "Version 6.3", /* enom */ NULL, NULL }; @@ -99,6 +99,7 @@ struct ip6_del ip6_assign[] = { { 0x0800, "whois.ripe.net" }, { 0x0A00, "whois.ripe.net" }, { 0x0C00, "whois.apnic.net" }, + { 0x0E00, "whois.apnic.net" }, { 0x1200, "whois.lacnic.net" }, { 0, NULL } }; diff --git a/debian/changelog b/debian/changelog index 3969c70..f75cbe3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +whois (4.6.2) unstable; urgency=high + + * Added APNIC block 2001:e00::/23. + * Added .pt TLD. + * Updated .na and .org TLDs. + + -- Marco d'Itri <md@linux.it> Thu, 23 Jan 2003 18:51:48 +0100 + whois (4.6.1) unstable; urgency=medium * Oops... queries for 64.0.0.0/2 were broken (Closes: #171575). diff --git a/debian/copyright b/debian/copyright index f4406bd..26e87a1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,5 +3,5 @@ Sun Oct 3 19:46:30 CEST 1999. It was written by Marco d'Itri. -Copyright: GPL. +Copyright: GPL (please see /usr/share/common-licenses/GPL-2). diff --git a/ip_del_list b/ip_del_list index f25e5e1..0000928 100644 --- a/ip_del_list +++ b/ip_del_list @@ -118,7 +118,7 @@ 210.96.0.0/11 whois.nic.or.kr # => 210.127.255.255 210.128.0.0/11 whois.nic.ad.jp 210.160.0.0/12 whois.nic.ad.jp -210.178.0.0/14 whois.nic.or.kr +210.178.0.0/15 whois.nic.or.kr 210.180.0.0/14 whois.nic.or.kr 210.188.0.0/14 whois.nic.ad.jp 210.196.0.0/14 whois.nic.ad.jp diff --git a/tld_serv_list b/tld_serv_list index 75961b6..6b1da68 100644 --- a/tld_serv_list +++ b/tld_serv_list @@ -23,7 +23,7 @@ .eu.org whois.eu.org .com CRSNIC .net CRSNIC -.org CRSNIC +.org whois.publicinterestregistry.net .edu whois.educause.net .gov whois.nic.gov .int whois.icann.org @@ -201,7 +201,7 @@ .mx whois.nic.mx .my WEB http://www.mynic.net.my/newhp/mynic-lookup.htm #.mz # NIC? www.uem.mz -.na WEB http://www.lisse.na/cgi-bin/whois.cgi +.na whois.na-nic.com.na .nc whois.cctld.nc #.ne # NIC? http://www.intnet.ne .nf NONE # http://www.names.nf @@ -225,7 +225,7 @@ .pn WEB http://www.pitcairn.pn/PnRegistry/CheckAvailability.html .pr NONE # http://www.uprr.pr/ .ps WEB http://www.nic.ps/whois/ -.pt NONE # www.dns.pt +.pt whois.dns.pt .pw whois.nic.pw .py WEB http://www.nic.py/consultas/ .qa NONE # http://www.qatar.net.qa/services/virtual.htm |