Merge whois 5.5.11 from Debian unstable

Bug #1959120 reported by Robie Basak
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
whois (Ubuntu)
Fix Released
Undecided
Bryce Harrington

Bug Description

This can probably be a sync.

Changes since 5.5.10:

whois (5.5.11) unstable; urgency=medium

  * Implemented a --no-recursion command line option to disable recursion
    from registrar to registry servers.
  * Updated the .pro, .vu and .xxx TLD servers.
  * Updated the list of new gTLDs.
  * Removed 7 new gTLDs which are no longer active.
  * Updated make_version_h.pl to support Ubuntu no-change uploads,
   contributed by Matthias Klose. (Closes: #995873)

 -- Marco d'Itri <email address hidden> Mon, 03 Jan 2022 18:18:36 +0100

Revision history for this message
Bryce Harrington (bryce) wrote :

Yep looks like a sync. I'll doublecheck the "buildN" handling changes are indeed present and then sync.

Changed in whois (Ubuntu):
assignee: nobody → Bryce Harrington (bryce)
Revision history for this message
Bryce Harrington (bryce) wrote :

From git-ubuntu the ubuntu delta is:

diff --git a/make_version_h.pl b/make_version_h.pl
index 51a8f76..ae4a69b 100755
--- a/make_version_h.pl
+++ b/make_version_h.pl
@@ -13,7 +13,7 @@ close($fh);
 my ($ver) = $line =~ /^whois \s+ \( ( [^\)]+ ) \) \s+ \S+/x;
 die "Version number not found in $changelog!\n" if not $ver;

-$ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | \+dyson\d+ ) $//x;
+$ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | build\d+ | \+dyson\d+ ) $//x;

 # The version number must not deviate from this format or the -V option
 # to RIPE-like servers will break. If needed, update the previous regexp.

Which does match Debian's change:

https://github.com/rfc1036/whois/commit/96b3c3f58c7702a56e262fb7d0794c9289fab20b

- $ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | \+dyson\d+ ) $//x;
+ $ver =~ s/ ( ~bpo\d+\+\d+ | \+b\d+ | ~deb\d+.* | ubuntu\d+ | build\d+ | \+dyson\d+ ) $//x;

Changed in whois (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
Bryce Harrington (bryce) wrote :

This bug was fixed in the package whois - 5.5.11

---------------
whois (5.5.11) unstable; urgency=medium

  * Implemented a --no-recursion command line option to disable recursion
    from registrar to registry servers.
  * Updated the .pro, .vu and .xxx TLD servers.
  * Updated the list of new gTLDs.
  * Removed 7 new gTLDs which are no longer active.
  * Updated make_version_h.pl to support Ubuntu no-change uploads,
   contributed by Matthias Klose. (Closes: #995873)

 -- Marco d'Itri <email address hidden> Mon, 03 Jan 2022 18:18:36 +0100

Revision history for this message
Bryce Harrington (bryce) wrote :

"""
Import problem - Basque (eu) - whois in Ubuntu Jammy package "whois"

The file could not be imported because of text encoding problems. This
may indicate that the file does not specify the correct encoding, or
that it contains garbled or truncated text data.

The specific error message was:

'utf-8' codec can't decode byte 0xf1 in position 11: invalid
continuation byte

For your convenience, you can find the file you uploaded at:
http://launchpadlibrarian.net/582322222/eu.po
"""

Changed in whois (Ubuntu):
milestone: ubuntu-22.04-feature-freeze → ubuntu-22.03
status: Fix Released → Fix Committed
Revision history for this message
Bryce Harrington (bryce) wrote :

I'm not spotting the cause of the utf issue, but looks like the package transitioned successfully anyway, so this bug can be closed.

Changed in whois (Ubuntu):
status: Fix Committed → Fix Released
Bryce Harrington (bryce)
Changed in whois (Ubuntu):
milestone: ubuntu-22.03 → ubuntu-22.02
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.