[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-113-g276e7
From: |
Mats Erik Andersson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-113-g276e7dc |
Date: |
Sun, 10 May 2020 10:32:25 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via 276e7dc49f700cc4b3fb6c31af19eefc22125ae1 (commit)
from 30e26e4c2fac84bda713b8c687d9f6555ea0eed6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=276e7dc49f700cc4b3fb6c31af19eefc22125ae1
commit 276e7dc49f700cc4b3fb6c31af19eefc22125ae1
Author: Mats Erik Andersson <address@hidden>
Date: Sun May 10 16:22:31 2020 +0200
whois: Add more IPv6 delegation prefixes.
The new delegations were tried against the mirror list published
by gnu.org, until at least one IPv6 address per country was detected.
Only one Japanese server, using an IANA-reserved address, did not fit
as expected when queried with `whois'. A further test run against
HTTP mirrors of OpenBSD was able to explain all addresses correctly.
diff --git a/ChangeLog b/ChangeLog
index 4648070..d9f52a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-10 Mats Erik Andersson <address@hidden>
+
+ * whois/data.h (hide_strings): Add Brazilian pattern.
+ * whois/ip6_del_list: Update with more ranges.
+
2020-05-08 Mats Erik Andersson <address@hidden>
whois: Delegation list for IPv6 ranges.
diff --git a/whois/data.h b/whois/data.h
index 5e013b2..182dcee 100644
--- a/whois/data.h
+++ b/whois/data.h
@@ -83,6 +83,7 @@ const char *hide_strings[] = {
"% The RIPE Database is subject", "\n",
"% This query was served", "\n",
"% Copyright LACNIC", "% only for lawful",
+ "% Copyright (c) Nic.br", "% any similar purpose",
"# ARIN WHOIS data and services", "# Copyright 19",
NULL, NULL
};
diff --git a/whois/ip6_del_list b/whois/ip6_del_list
index db21d28..02d0638 100644
--- a/whois/ip6_del_list
+++ b/whois/ip6_del_list
@@ -26,9 +26,18 @@
# The default hard-coded server is ARIN.
# The first established match is chosen as query server.
-2001:2000::/20 ripe
-2001:3000::/21 ripe
-2001:3800::/22 ripe
+2001:200::/23 apnic
+2001:600::/23 ripe
+2001:800::/23 ripe
+2001:a00::/23 ripe
+2001:c00::/22 apnic
+
+2001:1200::/23 lacnic
+2001:1400::/22 ripe
+2001:1a00::/23 ripe
+2001:1c00::/22 ripe
+
+2001:2000::/19 ripe
2001:4000::/23 ripe
2001:4200::/23 afrinic
@@ -37,6 +46,11 @@
2001:4a00::/23 ripe
2001:4c00::/23 ripe
+2001:5000::/20 ripe
+2001:8000::/18 apnic
+
+2003:0::/18 ripe
+
2400:0::/12 apnic
2800:0::/12 lacnic
2a00:0::/11 ripe
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
whois/data.h | 1 +
whois/ip6_del_list | 20 +++++++++++++++++---
3 files changed, 23 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-113-g276e7dc,
Mats Erik Andersson <=