From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cBGt73GKRz34C8 for ; Tue, 26 Aug 2025 18:49:35 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGt16b7gz30SF for ; Tue, 26 Aug 2025 18:49:29 +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 4cBGt018WYz2t9; Tue, 26 Aug 2025 18:49:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234168; 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=jiFNHN2NwyzrhL3CbmXlZ5TsF1ydnaXAeSEYorcnkJQ=; b=p3s/LNLhJwjfi3ySwwNWbxUXyY/DMS2FK9bmA5pKjpJO+IwVno2VEx4PYZCuycVv8y4SYe ssszjMnaR7D/9VNhwR8D7HHUbhdyHzgVD0BaICUSujw1xh6BS3Tw1xx0R92z22fskf2HRC T1FeA4x6UyfH0NtM7+ns6RH1FoCWi5K2Jl+caXxwAz/3sYSZ8rPwltz/uXQsUxRRz6jVkx qITsT0B6wq1iHspTZyoyiqh1ASD7IkpJwpnEAu+czT/1emZZSWYfyyacOZwjmEGA9hu+a8 OWygFULVAmiVLrlsA0I+b4jd5UNd8qM6L71W6WuTrf/tjEiGQsnLWS/8KD22Og== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234168; 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=jiFNHN2NwyzrhL3CbmXlZ5TsF1ydnaXAeSEYorcnkJQ=; b=uWhT+BcZZ8doVxWk1uGDh7irKUTZ6/Tf1cNiHYJmMy8ar15fiL08afzOGsL6XMQSACN/qj Gc+P2NfVTLTfaFBg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] whois: Update to version 5.6.4 Date: Tue, 26 Aug 2025 20:49:03 +0200 Message-ID: <20250826184904.6229-22-adolf.belka@ipfire.org> In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org> References: <20250826184904.6229-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.6.1 to 5.6.4 - Update of rootfile not required - Changelog 5.6.4 * Updated the .cm and .to TLD servers. 5.6.3 * Added the .sr and .мон (.xn--l1acc, Mongolia) TLD servers. * Use readpassphrase(3) on OpenBSD and FreeBSD. 5.6.2 * Updated the .post and .in (and related IDN TLDs) TLD servers. * Removed 1 new gTLDs which is no longer active. * Build-Depend on libcrypt-dev. (Closes: #1106977) Signed-off-by: Adolf Belka --- lfs/whois | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/whois b/lfs/whois index e8ada71e7..951e2f858 100644 --- a/lfs/whois +++ b/lfs/whois @@ -24,7 +24,7 @@ include Config -VER = 5.6.1 +VER = 5.6.4 THISAPP = whois-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = fde0acb2edc7d10e588d73f68cd83303986f05c986b1a237a4e635fe7a54d94073712907136b80a283b4733203a8ffa3588d1deb4bf8783d35943095fefbdd89 +$(DL_FILE)_BLAKE2 = 212ad7c3ce09804fa988b913cc0fc664bc09aa0fabd35570b3038da5d2c6df4eb4866fab083002549c2e3ac734765a139be67f74c019e22c0b93f3d222146196 install : $(TARGET) -- 2.51.0