- 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 .বাংলা (.xn--54b7fta0cc, Bangladesh) TLD servers. * Updated the .ba, .bb, .dk, .es, .gt, .jo, .ml, .mo, .pa, .pn, .sv, .uy, .ﺍﻻﺭﺪﻧ (.xn--mgbayh7gpa, Jordan) and .澳門 (.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 adolf.belka@ipfire.org --- 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 info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 5.5.18 +VER = 5.5.21
THISAPP = whois-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 86809c2bd7175947191f1b516702e62dcb8ad1ee7bb65091a598ba7c5501e628886245d1f61ce141de869c923cfe67247038b61d6e8875c7c6c712c6a61fa119 +$(DL_FILE)_BLAKE2 = b1cf42f1a60e5009e5882f154432d5974f45c1bf89d8b36b73f6e5f55ff2dba02e8ca7900926d2824200f5422d5e9f00abde524d4e2d8a25ba37376cc2e8d04a
install : $(TARGET)