From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] whois: Update to version 5.5.21 Date: Tue, 05 Mar 2024 12:24:04 +0100 Message-ID: <20240305112405.3404991-8-adolf.belka@ipfire.org> In-Reply-To: <20240305112405.3404991-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7278926331782435721==" List-Id: --===============7278926331782435721== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 5.5.18 to 5.5.21 - Update of rootfile not required - Changelog 5.5.21 * Updated the .cv and .sd TLD servers. * Remove 4 new gTLDs which are no longer active. 5.5.20 * Added the .gn TLD server. * Removed 6 new gTLDs which are no longer active. * Enabled getopt_long(3) support on Solaris. 5.5.19 * Fixed english support for Japanese queries to not add again the /e argument if it had already been provided by the user. (Closes: #1050171) * Added the .ye and .=E0=A6=AC=E0=A6=BE=E0=A6=82=E0=A6=B2=E0=A6=BE (.xn--5= 4b7fta0cc, Bangladesh) TLD servers. * Updated the .ba, .bb, .dk, .es, .gt, .jo, .ml, .mo, .pa, .pn, .sv, .uy, .=EF=BA=8D=EF=BB=BB=EF=BA=AD=EF=BA=AA=EF=BB=A7 (.xn--mgbayh7gpa, Jo= rdan) and .=E6=BE=B3=E9=96=80 (.xn--mix891f, Macao) TLD servers. * Upgraded the TLD URLs to HTTPS whenever possible. * Updated the charset for whois.jprs.jp. * Removed 3 new gTLDs which are no longer active. * Removed support for the obsolete as32 dot notation. Signed-off-by: Adolf Belka --- lfs/whois | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/whois b/lfs/whois index fc2b99b6e..2bda1fcc9 100644 --- a/lfs/whois +++ b/lfs/whois @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.5.18 +VER =3D 5.5.21 =20 THISAPP =3D whois-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 86809c2bd7175947191f1b516702e62dcb8ad1ee7bb65091a598ba= 7c5501e628886245d1f61ce141de869c923cfe67247038b61d6e8875c7c6c712c6a61fa119 +$(DL_FILE)_BLAKE2 =3D b1cf42f1a60e5009e5882f154432d5974f45c1bf89d8b36b73f6e5= f55ff2dba02e8ca7900926d2824200f5422d5e9f00abde524d4e2d8a25ba37376cc2e8d04a =20 install : $(TARGET) =20 --=20 2.44.0 --===============7278926331782435721==--