From patchwork Wed Aug 30 14:17:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7140 Return-Path: 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RbRGN07Ldz3wtH for ; Wed, 30 Aug 2023 14:18:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RbRGF5jR1zbH; Wed, 30 Aug 2023 14:17:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RbRGF5BXqz2yRy; Wed, 30 Aug 2023 14:17:57 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RbRG96D2gz307D for ; Wed, 30 Aug 2023 14:17:53 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RbRG75Dv1z3dQ; Wed, 30 Aug 2023 14:17:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1693405071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=y3OT7nWf7pqvBXV5OBwVemvMB4K9VY5XB+iJJeolQlM=; b=VkGqJdRdo9QG33woR98/7upIPtqfeiPY45YOBFp95NO24cyoGpfMoZ+Wr1JG4BjKwsYBdI mYJfngDP7myY8LDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1693405071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=y3OT7nWf7pqvBXV5OBwVemvMB4K9VY5XB+iJJeolQlM=; b=bOnq1gXs2MYAG3Ljk5v21UzkeTpDtzUwCv5TwteQjnf8YynYpamYwMfu7WpxAH4x2R7MIB QBQx/aWsPchyIrX0M9YS3xFz7roybLUpL8OoYocAvwHU5/DOlQz/xksmMdL3OCdV/DGh6p apRyBcE6y+thEPTzFmhdYWxEcX/YktvbRzDFDNtyfbO6i6u1yRGCA+E9G+GRq634ZuOwKp U++swO3QGdzScd7PMNpHGeJIMLDToMe1IH1YAtmM+AOA22M4DK17FNN1DLrY9C5U1f6L+b wcYwAiWrmzc+wyDSw37y13SrQJx6s4yAOmgFmeXdrQhNcC0UH/qqoVE/22KfTA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] whois: Update to version 5.5.18 Date: Wed, 30 Aug 2023 16:17:40 +0200 Message-ID: <20230830141742.2723629-9-adolf.belka@ipfire.org> In-Reply-To: <20230830141742.2723629-1-adolf.belka@ipfire.org> References: <20230830141742.2723629-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 5.5.17 to 5.5.18 - Update of rootfile not required. - Changelog 5.5.18 * Updated the .ga TLD server. (Closes: #1037288) * Added new recovered IPv4 allocations. * Removed the delegation of 43.0.0.0/8 to JPNIC. * Removed 12 new gTLDs which are no longer active. * Improved the man page source, courtesy of Bjarni Ingi Gislason. (Closes: #1040613) * Added the .edu.za SLD server. * Updated the .alt.za SLD server. * Added the -ru and -su NIC handles servers. Signed-off-by: Adolf Belka --- lfs/whois | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/whois b/lfs/whois index 7715f5c29..fc2b99b6e 100644 --- a/lfs/whois +++ b/lfs/whois @@ -24,7 +24,7 @@ include Config -VER = 5.5.17 +VER = 5.5.18 THISAPP = whois-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2c60c3e9725fc31d1ff159c25a9be8ce42784db8331820a7459c2359364d0312395632a9e478995ddf787e363f073f9018982a2fb95739357a45a826ce8f79ee +$(DL_FILE)_BLAKE2 = 86809c2bd7175947191f1b516702e62dcb8ad1ee7bb65091a598ba7c5501e628886245d1f61ce141de869c923cfe67247038b61d6e8875c7c6c712c6a61fa119 install : $(TARGET)