From 2551e961c2d9be50c9787a18a0772dff558d9a03 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Tue, 30 Oct 2007 11:06:25 +0100 Subject: [PATCH] Imported Debian version 4.7.24 --- Makefile | 6 +++++- as_del_list | 2 +- config.h | 2 +- debian/changelog | 8 ++++++++ ip_del_list | 4 +++- tld_serv_list | 7 ++++--- whois.spec | 2 +- 7 files changed, 23 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 47cb17c..dfa79c9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -prefix ?= /usr/local +prefix = /usr/local OPTS := -O2 @@ -53,11 +53,15 @@ tld_serv.h: tld_serv_list make_tld_serv.pl $(PERL) -w make_tld_serv.pl < tld_serv_list > $@ install: whois + install -d $(BASEDIR)$(prefix)/bin/ + install -d $(BASEDIR)$(prefix)/share/man/man1/ install -m 0755 whois $(BASEDIR)$(prefix)/bin/ install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/ cd po && $(MAKE) $@ install-mkpasswd: mkpasswd + install -d $(BASEDIR)$(prefix)/bin/ + install -d $(BASEDIR)$(prefix)/share/man/man1/ install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/ install -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/ diff --git a/as_del_list b/as_del_list index ebc6467..8cf4425 100644 --- a/as_del_list +++ b/as_del_list @@ -58,7 +58,7 @@ 36864 37887 afrinic 37888 38911 apnic 38912 39935 ripe -40960 44031 ripe +40960 45055 ripe # catch all: everything else comes from ARIN 1 40959 arin diff --git a/config.h b/config.h index 3560cce..02b46fb 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* Program version */ /* not for the inetutils version */ -#define VERSION "4.7.23" +#define VERSION "4.7.24" /* Configurable features */ diff --git a/debian/changelog b/debian/changelog index 8276b2c..5722cb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +whois (4.7.24) unstable; urgency=medium + + * Added new ASN allocations. + * Added new IPv4 allocations. + * Added the .asia, .kp and .mq TLD servers. (Closes: #445747) + + -- Marco d'Itri Tue, 30 Oct 2007 11:06:25 +0100 + whois (4.7.23) unstable; urgency=medium * Fixed myinet_aton to not reject CIDR networks. diff --git a/ip_del_list b/ip_del_list index 3a8c3f8..bd7aaa7 100644 --- a/ip_del_list +++ b/ip_del_list @@ -24,6 +24,7 @@ 78.0.0.0/7 ripe 80.0.0.0/4 ripe # => 95.255.255.255 96.0.0.0/6 arin +114.0.0.0/7 apnic 116.0.0.0/6 apnic 121.128.0.0/10 whois.nic.or.kr 125.128.0.0/11 whois.nic.or.kr @@ -82,7 +83,8 @@ 169.208.0.0/12 apnic 171.16.0.0/12 ripe 171.32.0.0/15 ripe -# 173 -> 187 reserved +# 173 -> 185 reserved +186.0.0.0/7 lacnic 188.0.0.0/8 ripe # transferred from ARIN to to RIPE 189.0.0.0/8 lacnic 190.0.0.0/8 lacnic diff --git a/tld_serv_list b/tld_serv_list index 9481d94..774e76f 100644 --- a/tld_serv_list +++ b/tld_serv_list @@ -41,6 +41,7 @@ e164.arpa whois.ripe.net .arpa whois.iana.org .aero whois.information.aero +.asia whois.nic.asia .biz whois.nic.biz .cat whois.cat .coop whois.nic.coop @@ -148,7 +149,7 @@ e164.arpa whois.ripe.net .gs whois.nic.gs .gt WEB http://www.gt/whois.htm .gu WEB http://gadao.gov.gu/domainsearch.htm -#.gw # no NIC? +.gw NONE # www.nic.gw .gy NONE # http://www.uog.edu.gy/domain/cit.html .hk whois.hkdnr.net.hk .hm whois.registry.hm @@ -176,7 +177,7 @@ e164.arpa whois.ripe.net .ki WEB http://www.ki/dns/ .km NONE # NO NIC #.kn # NO NIC (UPR) -#.kp +.kp whois.kcce.kp .kr whois.nic.or.kr .kw WEB http://www.kw/ .ky WEB http://kynseweb.messagesecure.com/kywebadmin/ # http://www.icta.ky/ @@ -204,7 +205,7 @@ e164.arpa whois.ripe.net .mn whois.nic.mn .mo WEB http://www.monic.net.mo/ .mp NONE # www.nic.mp -#.mq # www.nic.mq broken +.mq whois.nic.mq .mr NONE # http://www.univ-nkc.mr/nic_mr.html www.nic.mr ? .ms whois.adamsnames.tc .mt WEB http://www.nic.org.mt/dir/home.html diff --git a/whois.spec b/whois.spec index 4fca3f5..4f55f8f 100644 --- a/whois.spec +++ b/whois.spec @@ -1,6 +1,6 @@ Summary: Enhanced WHOIS client Name: whois -Version: 4.7.23 +Version: 4.7.24 Release: 1 License: GPL Vendor: Marco d'Itri