mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Imported Debian version 4.7.32
This commit is contained in:
parent
95229c98ad
commit
ba38b34886
@ -62,7 +62,8 @@
|
||||
38912 39935 ripe
|
||||
40960 45055 ripe
|
||||
45056 46079 apnic
|
||||
47104 49151 ripe
|
||||
47104 52223 ripe
|
||||
52224 53247 lacnic
|
||||
|
||||
# catch all: everything else comes from ARIN
|
||||
1 47103 arin
|
||||
|
||||
2
config.h
2
config.h
@ -1,5 +1,5 @@
|
||||
/* Program version */
|
||||
#define VERSION "4.7.31"
|
||||
#define VERSION "4.7.32"
|
||||
|
||||
/* Configurable features */
|
||||
|
||||
|
||||
1
data.h
1
data.h
@ -64,6 +64,7 @@ const char *hide_strings[] = {
|
||||
"DotAsia WHOIS LEGAL STATEMENT", "integrity of the database.",
|
||||
"mTLD WHOIS LEGAL STATEMENT", "integrity of the database." /* .mobi */
|
||||
"Access to RegistryPro's Whois", "All rights", /* .pro */
|
||||
"Telnic, Ltd., the Registry Operator", "(b) harass any person;", /* .tel */
|
||||
NULL, NULL
|
||||
};
|
||||
|
||||
|
||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
whois (4.7.32) unstable; urgency=medium
|
||||
|
||||
* Added new ASN allocations.
|
||||
* Updated the .tel, .gg and .je TLD servers.
|
||||
|
||||
-- Marco d'Itri <md@linux.it> Mon, 16 Mar 2009 18:08:04 +0100
|
||||
|
||||
whois (4.7.31) unstable; urgency=low
|
||||
|
||||
* Implemented a 10 seconds timeout on connect(2) to allow querying
|
||||
|
||||
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
4
|
||||
5
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@ -2,8 +2,8 @@ Source: whois
|
||||
Section: net
|
||||
Priority: standard
|
||||
Maintainer: Marco d'Itri <md@linux.it>
|
||||
Standards-Version: 3.8.0
|
||||
Build-Depends: debhelper (>= 4), gettext, libidn11-dev
|
||||
Standards-Version: 3.8.1
|
||||
Build-Depends: debhelper (>= 5), gettext, libidn11-dev
|
||||
|
||||
Package: whois
|
||||
Architecture: any
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
.museum whois.museum
|
||||
.name whois.nic.name
|
||||
.pro whois.registrypro.pro
|
||||
.tel WEB http://www.whois.tel/
|
||||
.tel whois.nic.tel
|
||||
.travel whois.nic.travel
|
||||
|
||||
.ac whois.nic.ac
|
||||
@ -136,7 +136,7 @@
|
||||
.gd whois.adamsnames.tc
|
||||
.ge WEB http://whois.sanet.ge/
|
||||
.gf whois.nplus.gf
|
||||
.gg whois.channelisles.net
|
||||
.gg whois.gg
|
||||
.gh WEB http://www.nic.gh/customer/search_c.htm
|
||||
.gi AFILIAS
|
||||
.gl NONE # www.nic.gl
|
||||
@ -166,7 +166,7 @@
|
||||
.ir whois.nic.ir
|
||||
.is whois.isnet.is
|
||||
.it whois.nic.it
|
||||
.je whois.channelisles.net
|
||||
.je whois.je
|
||||
.jm NONE # NIC? uwimona.edu.jm http://nic.jm
|
||||
.jo WEB http://www.dns.jo/Whois.aspx
|
||||
.jp whois.jprs.jp
|
||||
@ -360,6 +360,7 @@
|
||||
-ripn whois.ripn.net
|
||||
-rotld whois.rotld.ro
|
||||
-sgnic whois.nic.net.sg
|
||||
-tel whois.nic.tel
|
||||
-uanic whois.com.ua
|
||||
-uynic www.rau.edu.uy
|
||||
-sixxs whois.sixxs.net
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Enhanced WHOIS client
|
||||
Name: whois
|
||||
Version: 4.7.31
|
||||
Version: 4.7.32
|
||||
Release: 1
|
||||
License: GPL
|
||||
Vendor: Marco d'Itri <md@linux.it>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user