From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b4PkF5fGDz33qR for ; Sat, 24 May 2025 14:37:09 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b4Pk91Yrzz34Bn for ; Sat, 24 May 2025 14:37:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b4Pk71nYTz5NH; Sat, 24 May 2025 14:37:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748097423; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2gL4URwMQAGqLPZ8w/3A2GnX1jJkF8YoirA4izsNxL4=; b=Q5iF/ZWveUETSTmTPohaApIew8NJ/f9Oq3C0ISFsudhiA/8vYsbkkX+UDU7ETv/XGwk1Tb WYLqeIhFhfZO5xStpVz4tS7+P5HFsTE4R1mFK/GeDou9o+fMwgaaEFCXdxeoxV4Yly/JTF /2uG9Ikm//DaxobredZ7z0ep6sowehJEKuaZm40YF7ygTjrYDRaokwmJSJB3EOY6EdHn7C FWBIEYoOZMMb/jWZd+PP+CCMcQYwQmIRTMvJ5Hou/d9fjecYXwIa/0S+JmvaD5gkbVzOcA +RHVwuEDPvgFE44BaJmZbXJFvLAdoEg4rxiXvZJ4fI9Yuujhhg7Ft+idQA1clg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748097423; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2gL4URwMQAGqLPZ8w/3A2GnX1jJkF8YoirA4izsNxL4=; b=AeKRoXdmsoXFeSKAQY1UidrnvYNt1IJxg6YVt9i+ATWx/S5h8hAzcic0gMrNnGodXuwN0N bWg5dsBXy0Y/NwAw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] whois: Update to version 5.6.1 Date: Sat, 24 May 2025 16:36:55 +0200 Message-ID: <20250524143655.3304593-10-adolf.belka@ipfire.org> In-Reply-To: <20250524143655.3304593-1-adolf.belka@ipfire.org> References: <20250524143655.3304593-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from version 5.5.23 to 5.6.1 - Update of rootfile not required - Changelog 5.6.1 * Added the .pg TLD server. * Updated the .gov, .mu, .中国 (.xn--fiqs8s) and .中國 (.xn--fiqz9s) TLD servers. * Removed the .jobs TLD server. * Added the encodings for whois.afrinic.net and whois.apnic.net. * Enabled the UTF-8 encoding for whois.ripe.net. * Use the last ReferralServer returned by the ARIN server instead of the first, because we want to follow the referral for the most specific record returned. * Make sure to avoid trivial referral loops. 5.6.0 * Fixed the mangling of RADB queries with commands. * Implemented the parsing of more variants of ARIN's ReferralServer field. * Implemented following the APNIC pseudo-referrals. * Added the .ad and .za TLD servers. * Updated the .ao, .bz, .gi, .gq, .gr, .gw, .lc, .md, .pn, .pr, .uy, .vc, .info, .mobi, .ελ (.xn--qxam, Greece) and .გე (.xn--node, Georgia) TLD servers. * Added 2410::/12. * Removed 7 new gTLDs which are no longer active. * Cleaned up the markup of the man pages, courtesy of Bjarni Ingi Gislason. (Closes: #1036826, #1094208) Signed-off-by: Adolf Belka --- lfs/whois | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/whois b/lfs/whois index 4d56ff8e4..e8ada71e7 100644 --- a/lfs/whois +++ b/lfs/whois @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 @@ include Config -VER = 5.5.23 +VER = 5.6.1 THISAPP = whois-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4985c26b90d8afa678e8cdca2b25f7b5a55c300555c5ac1595ff0c35fb65e35bf6e5dc5733e0364172fecdc2071565f08d1fb38ff5b9671714792d6b7baa2a63 +$(DL_FILE)_BLAKE2 = fde0acb2edc7d10e588d73f68cd83303986f05c986b1a237a4e635fe7a54d94073712907136b80a283b4733203a8ffa3588d1deb4bf8783d35943095fefbdd89 install : $(TARGET) -- 2.49.0