mirror of
https://github.com/rfc1036/whois.git
synced 2026-08-31 07:30:22 +00:00
Imported Debian version 4.7.24
This commit is contained in:
parent
c3c46b20b8
commit
2551e961c2
6
Makefile
6
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/
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
2
config.h
2
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 */
|
||||
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <md@linux.it> Tue, 30 Oct 2007 11:06:25 +0100
|
||||
|
||||
whois (4.7.23) unstable; urgency=medium
|
||||
|
||||
* Fixed myinet_aton to not reject CIDR networks.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 <md@linux.it>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user