[MacPorts] #26634: whois @5.0.7 support idn/iconv
#26634: whois @5.0.7 support idn/iconv -----------------------------+---------------------------------------------- Reporter: roland@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: whois -----------------------------+---------------------------------------------- To be able to use the idn and iconv features of whois, especially when working with .de domain names, whois needs to be compiled with HAVE_IDN and HAVE_ICONV options set. see the following files in the upstream distribution: - Makefile - whois.c (this also requires LIBS and INCLUDES set in the Makefile) Personally, I would like to have both set by default. -- Ticket URL: <https://trac.macports.org/ticket/26634> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26634: whois @5.0.7 support idn/iconv -----------------------------+---------------------------------------------- Reporter: roland@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: whois -----------------------------+---------------------------------------------- Comment(by roland@…): '''After additional research, please upgrade priority! '''Reason: DENIC recently upgraded its WHOIS servers. Due to strict, explicit US- ASCII calls that whois does, when not configureed with IDN/ICONV support, currently ALL QUERIES FAIL when the response data contains any UTF-8 (e.g. Umlauts in the contact information which is very common). Examples {{{ rmoriz@Delbarestivale:~$ whois web.de --verbose Using server whois.denic.de. Query string: "-T dn -C US-ASCII web.de" % Error: 55000000013 Invalid charset for response }}} whois configured with idn/iconv support on debian/ubuntu: {{{ whois web.de --verbose Using server whois.denic.de. Query string: "-T dn,ace web.de" % Copyright (c) 2010 by DENIC % Version: 2.0 % % Restricted rights. % % Terms and Conditions of Use … (correct whois information skipped) }}} -- Ticket URL: <https://trac.macports.org/ticket/26634#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26634: whois @5.0.7 support idn/iconv -----------------------------+---------------------------------------------- Reporter: roland@… | Owner: ryandesign@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: whois -----------------------------+---------------------------------------------- Changes (by ryandesign@…): * cc: roland@… (removed) * status: new => assigned * owner: macports-tickets@… => ryandesign@… Old description:
To be able to use the idn and iconv features of whois, especially when working with .de domain names, whois needs to be compiled with HAVE_IDN and HAVE_ICONV options set.
see the following files in the upstream distribution:
- Makefile - whois.c
(this also requires LIBS and INCLUDES set in the Makefile)
Personally, I would like to have both set by default.
New description: To be able to use the idn and iconv features of whois, especially when working with .de domain names, whois needs to be compiled with HAVE_IDN and HAVE_ICONV options set. see the following files in the upstream distribution: - Makefile - whois.c (this also requires LIBS and INCLUDES set in the Makefile) Personally, I would like to have both set by default. -- Comment: Replying to [ticket:26634 roland@…]:
Personally, I would like to have both set by default.
Gute Idee. -- Ticket URL: <https://trac.macports.org/ticket/26634#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26634: whois @5.0.7 support idn/iconv -----------------------------+---------------------------------------------- Reporter: roland@… | Owner: ryandesign@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: whois -----------------------------+---------------------------------------------- Comment(by ryandesign@…): I'm having a ''little'' trouble making this compile; if someone already has a patch please let me know. -- Ticket URL: <https://trac.macports.org/ticket/26634#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26634: whois @5.0.7 support idn/iconv -----------------------------+---------------------------------------------- Reporter: roland@… | Owner: ryandesign@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: whois -----------------------------+---------------------------------------------- Comment(by roland@…): see http://github.com/rmoriz/seaplane/tree/master/net/whois/ hth -- Ticket URL: <https://trac.macports.org/ticket/26634#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26634: whois @5.0.7 support idn/iconv ------------------------------+--------------------------------------------- Reporter: roland@… | Owner: ryandesign@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: whois | ------------------------------+--------------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Thanks, I think I was making it harder than it needed to be. Updated in r71950. -- Ticket URL: <https://trac.macports.org/ticket/26634#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26634: whois @5.0.7 support idn/iconv ------------------------------+--------------------------------------------- Reporter: roland@… | Owner: ryandesign@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: whois | ------------------------------+--------------------------------------------- Comment(by roland@…): one update: it should be enough just to patch with this: http://github.com/rmoriz/seaplane/blob/master/net/whois/files/patch-idn- iconv.diff -- Ticket URL: <https://trac.macports.org/ticket/26634#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#26634: whois @5.0.7 support idn/iconv ------------------------------+--------------------------------------------- Reporter: roland@… | Owner: ryandesign@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: whois | ------------------------------+--------------------------------------------- Comment(by ryandesign@…): Thank you; simplified in r71955. -- Ticket URL: <https://trac.macports.org/ticket/26634#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts