summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--as_del_list3
-rw-r--r--config.h2
-rw-r--r--data.h1
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rw-r--r--tld_serv_list7
-rw-r--r--whois.spec2
8 files changed, 19 insertions, 9 deletions
diff --git a/as_del_list b/as_del_list
index db0ed60..2939e1b 100644
--- a/as_del_list
+++ b/as_del_list
@@ -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
diff --git a/config.h b/config.h
index 613e95f..de2af0f 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
/* Program version */
-#define VERSION "4.7.31"
+#define VERSION "4.7.32"
/* Configurable features */
diff --git a/data.h b/data.h
index c0a1dc8..e82780c 100644
--- a/data.h
+++ b/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
};
diff --git a/debian/changelog b/debian/changelog
index 6b15e2a..780d834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 13879fc..a00621b 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/tld_serv_list b/tld_serv_list
index 1819e12..e9da14f 100644
--- a/tld_serv_list
+++ b/tld_serv_list
@@ -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
diff --git a/whois.spec b/whois.spec
index 3f493c6..1b329a1 100644
--- a/whois.spec
+++ b/whois.spec
@@ -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>