From patchwork Mon Nov 27 09:25:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7359 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 4Sf0Yk0JCKz3wfv for ; Mon, 27 Nov 2023 09:25:30 +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 4Sf0Yd616dz2wD; Mon, 27 Nov 2023 09:25:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Sf0Yd3zjVz30HZ; Mon, 27 Nov 2023 09:25:25 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Sf0YZ2X4hz2xR9 for ; Mon, 27 Nov 2023 09:25:22 +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 4Sf0YY438Yz2wD; Mon, 27 Nov 2023 09:25:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701077121; 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; bh=9zOov57e0h7y9ByL3L7qI+a4UP+sXnPQAVi/TIiuRA0=; b=B3H6xJ08rBSpGEuTTb4o/uueQz4pofcxWVyGLhTASP+LFa9769ZmY26kn38cw610b7Q9Um tNH2MwYBUNu+dyDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701077121; 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; bh=9zOov57e0h7y9ByL3L7qI+a4UP+sXnPQAVi/TIiuRA0=; b=p3KMbYwxqycz+TWmDmjmVwqraPXgDajRf4VAyXzIv/UuFypKaipIHFS85JZrJGAoilXjyR MME5OUSh57hNYu63ATnoJmkuM8iBH79z7PiIQMxWzcPTHf3XI6SDuQ3hFZfbZ/yX8sCjZq 3aCAewcjmRmBsHw9Gt6eHfRBRX6yYG7HwyBg4VsFS+4MHpZyZ9nt86lWOnz5M4HYEkFGMF R7OjE/XO8hTfpCW6wOGpz/Jd1BqX3XIO5AuU6I2jG0KVV2Zg1Il7l8OFv4eevmZYc3+1Bv ubbg36tv4zlWI0a0wW7W4vR1GiYtskTZrKsJsxL4UFSagjKdDdN2HFEgK5Bn3Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] whois: Update to version 5.5.20 Date: Mon, 27 Nov 2023 10:25:04 +0100 Message-ID: <20231127092504.1137-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: PV3ND6DZI5AU77EGQQYU6AVFUWGOJE6C X-Message-ID-Hash: PV3ND6DZI5AU77EGQQYU6AVFUWGOJE6C X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - IPFire-3.x - Update from version 5.5.18 to 5.5.20 - Changelog 5.5.20 * Added the .gn TLD server. * Removed 6 new gTLDs which are no longer active. * Enabled getopt_long(3) support on Solaris. Signed-off-by: Adolf Belka --- whois/whois.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whois/whois.nm b/whois/whois.nm index eba84afc6..24038880a 100644 --- a/whois/whois.nm +++ b/whois/whois.nm @@ -4,7 +4,7 @@ ############################################################################### name = whois -version = 5.5.18 +version = 5.5.20 release = 1 groups = Applications/Internet