diff options
author | Marco d'Itri <md@linux.it> | 2010-11-30 23:51:59 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:40 +0100 |
commit | 49e5db7e4c12bb260330dfc0c3200cedeb1a0336 (patch) | |
tree | 1b6470af45bf4781b8a092a6b75b89754fb18bb4 | |
parent | 4e22684ddea132de477dd0fb77141a4bdc9dc9ad (diff) | |
download | whois-49e5db7e4c12bb260330dfc0c3200cedeb1a0336.tar.gz |
Imported Debian version 5.0.10v5.0.10
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | ip_del_list | 6 | ||||
-rw-r--r-- | whois.spec | 2 |
4 files changed, 11 insertions, 5 deletions
@@ -1,5 +1,5 @@ /* Program version */ -#define VERSION "5.0.9" +#define VERSION "5.0.10" /* Configurable features */ diff --git a/debian/changelog b/debian/changelog index 40f8cb4..78ed432 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +whois (5.0.10) unstable; urgency=medium + + * Added new IPv4 allocations. + + -- Marco d'Itri <md@linux.it> Tue, 30 Nov 2010 23:51:59 +0100 + whois (5.0.9) unstable; urgency=low * Added new IPv4 allocations. diff --git a/ip_del_list b/ip_del_list index 3ea4496..3e92afd 100644 --- a/ip_del_list +++ b/ip_del_list @@ -9,14 +9,13 @@ 0.0.0.0/8 UNKNOWN 1.0.0.0/8 apnic 2.0.0.0/8 ripe -5.0.0.0/8 UNALLOCATED +5.0.0.0/8 ripe 14.0.0.0/8 apnic -23.0.0.0/8 UNALLOCATED 24.132.0.0/14 ripe 27.0.0.0/8 apnic 31.0.0.0/8 ripe 36.0.0.0/8 apnic -37.0.0.0/8 UNALLOCATED +37.0.0.0/8 ripe 39.0.0.0/8 UNALLOCATED 41.0.0.0/8 afrinic 42.0.0.0/8 apnic @@ -39,6 +38,7 @@ 78.0.0.0/7 ripe 80.0.0.0/4 ripe # => 95.255.255.255 96.0.0.0/6 arin # => 99.255.255.255 +100.0.0.0/8 arin 101.0.0.0/8 apnic 105.0.0.0/8 afrinic 107.0.0.0/8 arin @@ -1,6 +1,6 @@ Summary: Enhanced WHOIS client Name: whois -Version: 5.0.9 +Version: 5.0.10 Release: 1 License: GPL Vendor: Marco d'Itri <md@linux.it> |