diff options
author | Marco d'Itri <md@linux.it> | 2010-05-06 23:51:11 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:39 +0100 |
commit | f37f5f4fb30a12ceabac64e49d7e0c1bc50a8a29 (patch) | |
tree | 414b48dec7fc2b748750e72a5ac0fa8d3cc6c09b | |
parent | 00a8697ca960ca65be8bf16b95c68dc42835645e (diff) | |
download | whois-f37f5f4fb30a12ceabac64e49d7e0c1bc50a8a29.tar.gz |
Imported Debian version 5.0.3v5.0.3
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | tld_serv_list | 11 |
4 files changed, 19 insertions, 6 deletions
@@ -1,5 +1,5 @@ /* Program version */ -#define VERSION "5.0.2" +#define VERSION "5.0.3" /* Configurable features */ diff --git a/debian/changelog b/debian/changelog index 01a8f55..5291629 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +whois (5.0.3) unstable; urgency=medium + + * Added the .dj, .gl, .xn--mgbaam7a8h (.امارات, United Arabs Emirates), + and .xn--mgberp4a5d4ar (.السعودية, Saudi Arabia) TLD servers. + * Explicitly ignore Ubuntu patchlevels in the debian/rules version check + to help the Ubuntu developers who keep breaking their package every time + they patch it. + + -- Marco d'Itri <md@linux.it> Thu, 06 May 2010 23:51:11 +0200 + whois (5.0.2) unstable; urgency=medium * Added new IPv4 allocations. diff --git a/debian/rules b/debian/rules index 558b921..e1d38d6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ SHELL+= -e D := $(shell pwd)/debian/whois -VERSION := $(shell dpkg-parsechangelog | sed -n 's/\+.*$$//; /^Version/s/.* //p') +VERSION := $(shell dpkg-parsechangelog | sed -n 's/ubuntu[0-9]*$$//; s/\+.*$$//; /^Version/s/.* //p') build: dh_testdir diff --git a/tld_serv_list b/tld_serv_list index de42c71..2f20627 100644 --- a/tld_serv_list +++ b/tld_serv_list @@ -113,7 +113,7 @@ .cy WEB http://www.nic.cy/nslookup/online_database.php .cz whois.nic.cz .de whois.denic.de -.dj NONE +.dj WEB http://www.nic.dj/whois.php # BROKEN 2010-05-06 .dk whois.dk-hostmaster.dk .dm whois.nic.dm .do WEB http://www.nic.do/whois-h.php3 @@ -140,7 +140,7 @@ .gg whois.gg .gh WEB http://www.nic.gh/customer/search_c.htm .gi AFILIAS -.gl NONE # www.nic.gl +.gl whois.nic.gl .gm whois.ripe.net # www.nic.gm .gn NONE # http://www.psg.com/dns/gn/ .gp whois.nic.gp @@ -251,7 +251,7 @@ .edu.ru whois.informika.ru .ru whois.ripn.net .rw WEB http://www.nic.rw/cgi-bin/whoisrw.pl -.sa saudinic.net.sa +.sa whois.nic.net.sa .sb whois.coccaregistry.net .sc AFILIAS # www.nic.sc .sd NONE # http://isoc.sd/ (CHECK LATER) @@ -319,7 +319,6 @@ .ws whois.samoanic.ws .ye NONE # NIC? www.nominet.org.ye http://www.y.net.ye/services/domain_name.htm .yt whois.nic.fr -.yu NONE # www.nic.yu - phase out date: 30 March 2009 .ac.za whois.ac.za .co.za whois.coza.net.za .gov.za whois.gov.za @@ -329,6 +328,10 @@ .zm NONE # http://www.zamnet.zm/ser-isp/dnr.htm .zw NONE # http://www.zispa.co.zw/ +.xn--mgbaam7a8h whois.aeda.net.ae # United Arab Emirates +.xn--mgberp4a5d4ar whois.nic.net.sa # Saudi Arabia +.xn--wgbh1c NONE # Egypt + -dom whois.networksolutions.com -org whois.networksolutions.com -hst whois.networksolutions.com |