From patchwork Sat Oct 25 16:28:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9233 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cv4wK4HG5z3wbl for ; Sat, 25 Oct 2025 16:29:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cv4wK1SBlz440 for ; Sat, 25 Oct 2025 16:29:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cv4wK0lbVz32gL for ; Sat, 25 Oct 2025 16:29:05 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cv4wG3Qd0z2yHd for ; Sat, 25 Oct 2025 16:29:02 +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 4cv4wF0MqXz2p9; Sat, 25 Oct 2025 16:29:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761409741; 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=ciAiKpbkJhxe7aNPHlpG9C1TxULXyrP9irH3tDbwNus=; b=zgVv7C32UQDls4U90HThSqWSt/H4uQM5Rv3oWHhIJpj9kpafbobGsiwOCtK5+TyrOXK7j8 1s2aIuljHxCPKqAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761409741; 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=ciAiKpbkJhxe7aNPHlpG9C1TxULXyrP9irH3tDbwNus=; b=LMRepGQkOBiGaihv85mXwjF/9AxqQaLXbgUULbgS2BqwH5ZhDvEvTok7m+mXtFpXgoKkS8 O5y4xGUTT0dWH+7iHdKVLzlGPwGZVKiz9bW0exMjmwbZLQu+3JmHBxXSY4PfiHzTGU7xk6 XP4+ZK6ofsacEbNXw+RQQuV4lwTIH1vTjmcU89/J9anPW68mTHYjv2Lm8CKfybsJYeiSfr H7KBsi1n2ykHQt7eGJ3eu5boH26NoiwxtvaTRdQ7qdsWa4dA4ylV7HK+Z4BeejHG2iciBX dQYspv+JOLSJmbfRWPpOLvogMhjMhA1h0UWboihicp6er1j1O6KuKQJrvxL1fg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] whois: Update to version 5.6.5 Date: Sat, 25 Oct 2025 18:28:57 +0200 Message-ID: <20251025162858.2599620-2-adolf.belka@ipfire.org> In-Reply-To: <20251025162858.2599620-1-adolf.belka@ipfire.org> References: <20251025162858.2599620-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 - Update from version 5.6.4 to 5.6.5 - No change to rootfile - Changelog 5.6.5 * Updated the .co TLD server. * Added some large KRNIC networks. * Updated the second level .uk TLD servers. * Removed the .pro TLD server. * Removed 1 new gTLD which is no longer active. Signed-off-by: Adolf Belka --- lfs/whois | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lfs/whois b/lfs/whois index 951e2f858..85a5f7f0c 100644 --- a/lfs/whois +++ b/lfs/whois @@ -24,7 +24,7 @@ include Config -VER = 5.6.4 +VER = 5.6.5 THISAPP = whois-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 212ad7c3ce09804fa988b913cc0fc664bc09aa0fabd35570b3038da5d2c6df4eb4866fab083002549c2e3ac734765a139be67f74c019e22c0b93f3d222146196 +$(DL_FILE)_BLAKE2 = 65008f6251d005cab594fc558247f9ceb47a0a848fd4257dc0956190b0cd0e8174bb86f4a73722e5be36b5e910aeeb4df4f11f08bda1681cf12905f1a5ea78c6 install : $(TARGET) @@ -71,12 +71,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_SRC)/$(THISAPP) && make $(MAKETUNING) \ CONFIG_FILE=/etc/whois.conf \ whois cd $(DIR_SRC)/$(THISAPP) && make prefix=/usr install-whois cd $(DIR_SRC)/$(THISAPP) && install -v -m 644 whois.conf -t /etc/ - @rm -rf $(DIR_APP) @$(POSTBUILD)