[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. v2.0-7-g4587969
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. v2.0-7-g4587969 |
Date: |
Mon, 26 Apr 2021 15:29:04 -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 4587969cf6aa0da90508ff1e3fd7976420ee3e7c (commit)
via 6360616c53d868cdbbc819f99ee404517adf12d5 (commit)
from 4ad0b48bcba08d0b1c31bc9aafde545ac277dd43 (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=4587969cf6aa0da90508ff1e3fd7976420ee3e7c
commit 4587969cf6aa0da90508ff1e3fd7976420ee3e7c
Author: Ashish SHUKLA <ashish.is@lostca.se>
Date: Sun Apr 25 09:23:41 2021 +0530
whois: Update whois server for .IN
Signed-off-by: Simon Josefsson <simon@josefsson.org>
diff --git a/whois/tld_serv_list b/whois/tld_serv_list
index d9257f3..41083c1 100644
--- a/whois/tld_serv_list
+++ b/whois/tld_serv_list
@@ -151,7 +151,7 @@
.ie whois.domainregistry.ie
.il whois.isoc.org.il
.im whois.nic.im
-.in whois.inregistry.net
+.in whois.registry.in
.io whois.nic.io
#.iq # NIC?
.ir whois.nic.ir
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=6360616c53d868cdbbc819f99ee404517adf12d5
commit 6360616c53d868cdbbc819f99ee404517adf12d5
Author: Ashish SHUKLA <ashish.is@lostca.se>
Date: Sun Apr 25 08:52:51 2021 +0530
whois: .ORG is not handled by InterNIC anymore
See https://www.iana.org/domains/root/db/org.html
Signed-off-by: Simon Josefsson <simon@josefsson.org>
diff --git a/whois/data.h b/whois/data.h
index d1eb10a..82e22b6 100644
--- a/whois/data.h
+++ b/whois/data.h
@@ -68,7 +68,6 @@ const char *rwhois_servers[] = {
const char *gtlds[] = {
".com",
".net",
- ".org",
".edu",
NULL
};
diff --git a/whois/tld_serv_list b/whois/tld_serv_list
index ad7b982..d9257f3 100644
--- a/whois/tld_serv_list
+++ b/whois/tld_serv_list
@@ -219,6 +219,7 @@
.nu whois.nic.nu
.nz whois.srs.net.nz
#.om NONE # NIC? http://www.gto.net.om
+.org whois.pir.org
.pa WEB http://www.nic.pa
#.pe whois.rcp.net.pe # kero.yachay.pe valid 2011-03-10
.pe kero.yachay.pe
-----------------------------------------------------------------------
Summary of changes:
whois/data.h | 1 -
whois/tld_serv_list | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. v2.0-7-g4587969,
Simon Josefsson <=