summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--as_del_list2
-rw-r--r--config.h2
-rw-r--r--data.h1
-rw-r--r--debian/changelog8
-rw-r--r--tld_serv_list2
-rw-r--r--whois.spec2
6 files changed, 13 insertions, 4 deletions
diff --git a/as_del_list b/as_del_list
index 02a2747..347207f 100644
--- a/as_del_list
+++ b/as_del_list
@@ -61,7 +61,7 @@
38912 39935 ripe
40960 45055 ripe
45056 46079 apnic
-47104 48127 ripe
+47104 49151 ripe
# catch all: everything else comes from ARIN
1 47103 arin
diff --git a/config.h b/config.h
index 6597dd8..d9bd100 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
/* Program version */
-#define VERSION "4.7.27"
+#define VERSION "4.7.28"
/* Configurable features */
diff --git a/data.h b/data.h
index 50ebecc..c0a1dc8 100644
--- a/data.h
+++ b/data.h
@@ -72,6 +72,7 @@ const char *nic_handles[] = {
"netblk-", "whois.arin.net",
"poem-", "whois.ripe.net",
"form-", "whois.ripe.net",
+ "pgpkey-", "whois.ripe.net",
#if 0
// commented until somebody will explain the query format for these
"coco-", "whois.corenic.net",
diff --git a/debian/changelog b/debian/changelog
index 22b56e7..2f80e5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+whois (4.7.28) unstable; urgency=medium
+
+ * Updated the .aero TLD server.
+ * Added a new ASN allocation.
+ * Search PGPKEY-* objects in the RIPE database.
+
+ -- Marco d'Itri <md@linux.it> Wed, 10 Sep 2008 18:49:37 +0200
+
whois (4.7.27) unstable; urgency=medium
* Updated the .md and .me TLD servers.
diff --git a/tld_serv_list b/tld_serv_list
index d159f89..251fbf1 100644
--- a/tld_serv_list
+++ b/tld_serv_list
@@ -38,7 +38,7 @@
.e164.arpa whois.ripe.net
.arpa whois.iana.org
-.aero WEB http://www.nic.aero/
+.aero whois.aero
.asia whois.nic.asia
.biz whois.nic.biz
.cat whois.cat
diff --git a/whois.spec b/whois.spec
index 24828b2..ee5d8c5 100644
--- a/whois.spec
+++ b/whois.spec
@@ -1,6 +1,6 @@
Summary: Enhanced WHOIS client
Name: whois
-Version: 4.7.27
+Version: 4.7.28
Release: 1
License: GPL
Vendor: Marco d'Itri <md@linux.it>