Bug 151900 - jwhois doesn't lookup .aero domains correctly
Summary: jwhois doesn't lookup .aero domains correctly
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: jwhois
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Miloslav Trmač
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-23 11:52 UTC by Robert Scheck
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 3.2.2-12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-23 18:56:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2005-03-23 11:52:55 UTC
Description of problem:
jwhois doesn't lookup .aero domains correctly.

Version-Release number of selected component (if applicable):
jwhois-3.2.2-11

How reproducible:
Everytime, see below.

Steps to Reproduce:
1. whois nic.aero
2. Get the wrong result
  
Actual results:
--- jwhois-3.2.2/example/jwhois.conf       2005-03-13 19:49:45.000000000 +0100
+++ jwhois-3.2.2/example/jwhois.conf.aero  2005-03-23 12:49:47.000000000 +0100
@@ -133,6 +133,7 @@

        "\\.ac$" = "whois.nic.ac";
        "\\.ae$" = "whois.uaenic.ae";
+       "\\.aero$" = "whois.aero";
        "\\.ag$" = "whois.nic.ag";
        "\\.ai$" = "whois.offshore.ai";
        "\\.al$" = "whois.ripe.net";

Expected results:
Apply of the patch or better ;-)

Additional info:
This patch is also sent upstream...

Comment 1 Robert Scheck 2005-03-23 13:32:14 UTC
"Thanks. I've updated in CVS." by Jonas Oberg :)

Comment 2 Miloslav Trmač 2005-03-23 18:56:29 UTC
Yes, upstream seems to be quite responsive recently... I have resent
two of the waiting feature patches; you might want to resend the IDN
patch from #117706.

jwhois-3.2.2-12, to appear in rawhide, is updated to today's config file.

Thanks for your report.


Note You need to log in before you can comment on or make changes to this bug.