Imported Debian version 4.7.32

This commit is contained in:
Marco d'Itri 2009-03-16 18:08:04 +01:00
parent 95229c98ad
commit ba38b34886
8 changed files with 19 additions and 9 deletions

View File

@ -62,7 +62,8 @@
38912 39935 ripe 38912 39935 ripe
40960 45055 ripe 40960 45055 ripe
45056 46079 apnic 45056 46079 apnic
47104 49151 ripe 47104 52223 ripe
52224 53247 lacnic
# catch all: everything else comes from ARIN # catch all: everything else comes from ARIN
1 47103 arin 1 47103 arin

View File

@ -1,5 +1,5 @@
/* Program version */ /* Program version */
#define VERSION "4.7.31" #define VERSION "4.7.32"
/* Configurable features */ /* Configurable features */

1
data.h
View File

@ -64,6 +64,7 @@ const char *hide_strings[] = {
"DotAsia WHOIS LEGAL STATEMENT", "integrity of the database.", "DotAsia WHOIS LEGAL STATEMENT", "integrity of the database.",
"mTLD WHOIS LEGAL STATEMENT", "integrity of the database." /* .mobi */ "mTLD WHOIS LEGAL STATEMENT", "integrity of the database." /* .mobi */
"Access to RegistryPro's Whois", "All rights", /* .pro */ "Access to RegistryPro's Whois", "All rights", /* .pro */
"Telnic, Ltd., the Registry Operator", "(b) harass any person;", /* .tel */
NULL, NULL NULL, NULL
}; };

7
debian/changelog vendored
View File

@ -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 whois (4.7.31) unstable; urgency=low
* Implemented a 10 seconds timeout on connect(2) to allow querying * Implemented a 10 seconds timeout on connect(2) to allow querying

2
debian/compat vendored
View File

@ -1 +1 @@
4 5

4
debian/control vendored
View File

@ -2,8 +2,8 @@ Source: whois
Section: net Section: net
Priority: standard Priority: standard
Maintainer: Marco d'Itri <md@linux.it> Maintainer: Marco d'Itri <md@linux.it>
Standards-Version: 3.8.0 Standards-Version: 3.8.1
Build-Depends: debhelper (>= 4), gettext, libidn11-dev Build-Depends: debhelper (>= 5), gettext, libidn11-dev
Package: whois Package: whois
Architecture: any Architecture: any

View File

@ -50,7 +50,7 @@
.museum whois.museum .museum whois.museum
.name whois.nic.name .name whois.nic.name
.pro whois.registrypro.pro .pro whois.registrypro.pro
.tel WEB http://www.whois.tel/ .tel whois.nic.tel
.travel whois.nic.travel .travel whois.nic.travel
.ac whois.nic.ac .ac whois.nic.ac
@ -136,7 +136,7 @@
.gd whois.adamsnames.tc .gd whois.adamsnames.tc
.ge WEB http://whois.sanet.ge/ .ge WEB http://whois.sanet.ge/
.gf whois.nplus.gf .gf whois.nplus.gf
.gg whois.channelisles.net .gg whois.gg
.gh WEB http://www.nic.gh/customer/search_c.htm .gh WEB http://www.nic.gh/customer/search_c.htm
.gi AFILIAS .gi AFILIAS
.gl NONE # www.nic.gl .gl NONE # www.nic.gl
@ -166,7 +166,7 @@
.ir whois.nic.ir .ir whois.nic.ir
.is whois.isnet.is .is whois.isnet.is
.it whois.nic.it .it whois.nic.it
.je whois.channelisles.net .je whois.je
.jm NONE # NIC? uwimona.edu.jm http://nic.jm .jm NONE # NIC? uwimona.edu.jm http://nic.jm
.jo WEB http://www.dns.jo/Whois.aspx .jo WEB http://www.dns.jo/Whois.aspx
.jp whois.jprs.jp .jp whois.jprs.jp
@ -360,6 +360,7 @@
-ripn whois.ripn.net -ripn whois.ripn.net
-rotld whois.rotld.ro -rotld whois.rotld.ro
-sgnic whois.nic.net.sg -sgnic whois.nic.net.sg
-tel whois.nic.tel
-uanic whois.com.ua -uanic whois.com.ua
-uynic www.rau.edu.uy -uynic www.rau.edu.uy
-sixxs whois.sixxs.net -sixxs whois.sixxs.net

View File

@ -1,6 +1,6 @@
Summary: Enhanced WHOIS client Summary: Enhanced WHOIS client
Name: whois Name: whois
Version: 4.7.31 Version: 4.7.32
Release: 1 Release: 1
License: GPL License: GPL
Vendor: Marco d'Itri <md@linux.it> Vendor: Marco d'Itri <md@linux.it>