mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Imported Debian version 5.0.3
This commit is contained in:
parent
00a8697ca9
commit
f37f5f4fb3
2
config.h
2
config.h
@ -1,5 +1,5 @@
|
||||
/* Program version */
|
||||
#define VERSION "5.0.2"
|
||||
#define VERSION "5.0.3"
|
||||
|
||||
/* Configurable features */
|
||||
|
||||
|
||||
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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.
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user