From patchwork Fri Dec 1 17:32:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7376 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 4Shg9r4fKzz3wtp for ; Fri, 1 Dec 2023 17:32:32 +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 4Shg9m6bfHzyP; Fri, 1 Dec 2023 17:32:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Shg9m3YmMz30Rf; Fri, 1 Dec 2023 17:32:28 +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 4Shg9k6lBDz2xYk for ; Fri, 1 Dec 2023 17:32:26 +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 4Shg9j52NwzRH; Fri, 1 Dec 2023 17:32:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701451945; 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=e7LM0kqtxD3rQ13ov0kSEvpucos3JuuUxZAZf5ecGqI=; b=/Dawmvx16NAM2EUUPWeEedGMl2Zhit1lftkQZwaIKRihBh+1hCcSUVFsU/PBP3Mvvilz98 rnQy6JBhKinBVIBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701451945; 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=e7LM0kqtxD3rQ13ov0kSEvpucos3JuuUxZAZf5ecGqI=; b=WiWt1lWPm4J9u6TEOi+Ci6PqnaeU2seTSlxFXDlW79ZcUsSoVhusOxZNnmpgUme/oEj/Fg IfqjePjpZHWAA2ZhXZfzCjT0eVMNTOGhHoDX7bGupC2E6P/Eg2LbrRwVtlnGJOUdXWAhHB AdGbIVOBeUSt18EHwu/3KkyMSwFmttyX2zavwUKfv53anfSjk8GQvLuwtQ/Uy73N1kFuSo HcrFfbl/Ktkm8IsmKMbNM3LYI1N1yIMu7x2dLzTaBNpUN42TdXE7scLMuXEXv23zVvHuHh JgZgUsnpXP8yv/m9uXNWEyJ4zm5ujNZL3fbgELf2IJyvtWVgsSFgA5HRpB+pjw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] newt: Update to version 0.52.24 Date: Fri, 1 Dec 2023 18:32:23 +0100 Message-ID: <20231201173223.141492-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 634ZQPAFKCBLIOKGBX2LOZI3GUHLD467 X-Message-ID-Hash: 634ZQPAFKCBLIOKGBX2LOZI3GUHLD467 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 0.52.21 to 0.52.24 - Changelog 0.52.24 - add support for python3.13 - fix compiler warnings 0.52.23 - fix automatic height of menu/list in whiptail (broken in 0.52.22) - fix automatic width of whiptail --yesno box - fix automatic width in whiptail with unicode characters - fix automatic width with whiptail --noitem and --notags options - fix spacing with longer tags in whiptail - avoid overlapping backtitle in whiptail with automatic height 0.52.22 - fix crash in whiptail with new libpopt - switch from usleep to nanosleep (Rosen Penev) - fix libnewt.pc to enable static linking (Alexey Sheplyakov) - fix LDFLAGS order in snack linking (Sam James) - use CFLAGS when compiling snack - improve configure.ac (Thomas Kuehne) - install header and libnewt.pc with shared library (Michael Olbrich) Signed-off-by: Adolf Belka --- newt/newt.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newt/newt.nm b/newt/newt.nm index 67612cb94..6c0d52cb0 100644 --- a/newt/newt.nm +++ b/newt/newt.nm @@ -4,8 +4,8 @@ ############################################################################### name = newt -version = 0.52.21 -release = 2 +version = 0.52.24 +release = 1 groups = System/Libraries url = https://fedorahosted.org/releases/n/e/newt/