Update of .CL charset

Bug #1773262 reported by Hugo Salgado
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
whois (Debian)
Fix Released
Unknown
whois (Ubuntu)
Fix Released
Medium
Unassigned
Trusty
Won't Fix
Undecided
Unassigned
Xenial
Won't Fix
Undecided
Unassigned
Artful
Won't Fix
Undecided
Unassigned
Bionic
Won't Fix
Undecided
Unassigned

Bug Description

Since today the whois server whois.nic.cl for .CL domain names updated its format and now accepts UTF-8 for input and output.

Patch for 5.3.0 sources:

============
> diff -u servers_charset_list.old servers_charset_list
--- servers_charset_list.old 2018-05-24 18:35:21.276901516 -0400
+++ servers_charset_list 2018-05-24 18:28:38.032625682 -0400
@@ -13,7 +13,7 @@
 whois.registro.br iso-8859-1
 whois.cira.ca iso-8859-1
 whois.nic.ch utf-8
-whois.nic.cl iso-8859-1
+whois.nic.cl utf-8
 whois.cnnic.cn utf-8
 cwhois.cnnic.cn utf-8
 whois.nic.cz utf-8
============

Thanks.

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Symptom:
$ whois www.domain.cl

Invalid domain name: www.domain.cl

%%
%% Check you are using UTF-8 encoding for IDN domain names.
%% The list of allowed IDN names in .CL is https://www.nic.cl/normativa/CL-IDN-policy.html
%%
%% This Registry database contains ONLY .CL domains.
%%

Changed in whois (Ubuntu):
status: New → Confirmed
Changed in whois (Ubuntu):
importance: Undecided → Medium
status: Confirmed → Triaged
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

As it affects Debian just as much I also reported it there and linked the task here.

Changed in whois (Debian):
status: Unknown → New
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Fixed in 5.3.2

Change is:
diff --git a/servers_charset_list b/servers_charset_list
index b83f28d..f39760a 100644
--- a/servers_charset_list
+++ b/servers_charset_list
@@ -13,7 +13,7 @@ whois.ax iso-8859-1
 whois.registro.br iso-8859-1
 whois.cira.ca iso-8859-1
 whois.nic.ch utf-8
-whois.nic.cl iso-8859-1
+whois.nic.cl utf-8
 whois.cnnic.cn utf-8
 cwhois.cnnic.cn utf-8
 whois.nic.cz utf-8

I'm not entirely sure on potential regressions of this to consider an SRU for it.
Also it was found while discussing that actual .cl domains work already even without the update (it only is an issue on not founds)

root@c:~# whois gob.cl
%%
%% This is the NIC Chile Whois server (whois.nic.cl).
%%
%% Rights restricted by copyright.
%% See https://www.nic.cl/normativa/politica-publicacion-de-datos-cl.pdf
%%

Domain name: gob.cl
Registrant name: Ministerio del Interior (SUBSECRETARIA DEL MINISTERIO DEL
INTERIOR)
Registrant organisation:
Registrar name: NIC Chile
Registrar URL: https://www.nic.cl
Creation date: 1997-01-01 00:00:59 CLST
Expiration date: 2024-11-14 10:07:03 CLST
Name server: ns.gob.cl (163.247.54.111 2801:2:85::54:0:111)
Name server: ns2.gob.cl (163.247.70.25 2801:2:85::70:0:25)
Name server: ns6.gob.cl (163.247.72.25 2801:2:85::72:0:25)
Name server: ns7.gob.cl (163.247.75.25 2801:2:85::75:0:25)
Name server: a.nic.cl
Name server: b.nic.cl

%%
%% For communication with domain contacts please use website.
%% See https://www.nic.cl/registry/Whois.do?d=gob.cl
%%

Due to the unclear risk of regressions and the prove that it is working with existing domains I'll set the SRU tasks to Won't Fix for now unless there is a discussion clarifying why it is needed and no bug risk.

Changed in whois (Ubuntu):
status: Triaged → Fix Released
Changed in whois (Ubuntu Trusty):
status: New → Won't Fix
Changed in whois (Ubuntu Xenial):
status: New → Won't Fix
Changed in whois (Ubuntu Artful):
status: New → Won't Fix
Changed in whois (Ubuntu Bionic):
status: New → Won't Fix
Revision history for this message
Hugo Salgado (huguei) wrote :

Thanks paelzer. gob.cl domain name its fine because it happens to be only ASCII content. You should try with a domain name with out-of-ascii content, like:

$ whois vulcano.cl
%%
%% This is the NIC Chile Whois server (whois.nic.cl).
%%
%% Rights restricted by copyright.
%% See https://www.nic.cl/normativa/politica-publicacion-de-datos-cl.pdf
%%

Domain name: vulcano.cl
Registrant name: Hugo Salgado Hernández (HUGO GERMAN SALGADO HERNANDEZ)
Registrant organisation:
Registrar name: NIC Chile
Registrar URL: https://www.nic.cl
Creation date: 1999-10-19 18:08:05 CLST
Expiration date: 2018-11-15 15:08:05 CLST
Name server: n.vulcano.cl (148.163.220.25 2607:f740:1::5aa)
Name server: n6.vulcano.cl (2607:f740:1::5aa)
Name server: puck.nether.net
Name server: secundario.nic.cl

%%
%% For communication with domain contacts please use website.
%% See https://www.nic.cl/registry/Whois.do?d=vulcano.cl
%%

(Registrant name should be "Hugo Salgado Hernández...")

Or with an IDN domain:

$ whois café.cl
%%
%% This is the NIC Chile Whois server (whois.nic.cl).
%%
%% Rights restricted by copyright.
%% See https://www.nic.cl/normativa/politica-publicacion-de-datos-cl.pdf
%%

Domain name: café.cl
Registrant name: Rubén Nilo Moyano
Registrant organisation:
Registrar name: NIC Chile
Registrar URL: https://www.nic.cl
Creation date: 2018-01-13 09:14:35 CLST
Expiration date: 2019-01-13 09:14:35 CLST

%%
%% For communication with domain contacts please use website.
%% See https://www.nic.cl/registry/Whois.do?d=café.cl
%%

Thanks.

Changed in whois (Debian):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.