From patchwork Wed Feb 3 15:01:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3856 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 (P-384) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DW4dc563Cz3wdN for ; Wed, 3 Feb 2021 15:01:40 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4DW4dc1Dk3z4k3; Wed, 3 Feb 2021 15:01:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DW4dc1Lrbz2xml; Wed, 3 Feb 2021 15:01:40 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DW4dZ6jG3z2xcv for ; Wed, 3 Feb 2021 15:01:38 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4DW4dZ3HGjz1Wp; Wed, 3 Feb 2021 15:01:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1612364498; 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; bh=bllLu7apmDWQ63d6tXkrpl+DkMJb3OkvjovdD4VwsUI=; b=hNk9cvCw/gYuMrt8auyWvhCk6UTDn09iS7PW0q1DUafduz/+b6sJo+nVYMevk4RL2HJUVt VdnSS9Ohp/Ild3BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1612364498; 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; bh=bllLu7apmDWQ63d6tXkrpl+DkMJb3OkvjovdD4VwsUI=; b=aS3UzQsIx9fIQSOQoTb3PaOgILNFlERReA45XxB6DB1Mq7+cQV04OLe7V4vlvQDZUr5y+6 w3v+Jt0yKGU4YIA3kDd1clWBelbSn5EFOOeS2iSkB7G0Gi+UsmyZJRp3vz8tdZ2uDCZqVZ h/1/Zyrk3jUMMzr1/3tIFiROji8YFIB/gdE0/U/LoVlgNUIG6aZ6+D+Q+HT1lSGTAIHMQf lLL4C5HSm1nuoNE0aMCPNrFwSLo9kvhcBNdv4rsF+5jnDKXdv0QyzoNBYXgEJ/N9OHSaXA U6ybGkDaAPk7pHT5lT2/q6DhI6N5dCXY1tVV7FJJ+GNSbaS2sWGnVYKKS9w7+Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] newt: Update to 0.52.21 Date: Wed, 3 Feb 2021 16:01:36 +0100 Message-Id: <20210203150136.3184828-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 newt from 0.52.18 to 0.52.21 - Updated rootfile - Changelog 0.52.21 - define env NEWT_NOFLOWCTRL to disable flow control (Robert Gill) - don't leak memory on errors in dialogboxes - fix radio button selection check in snack - fix plural forms in Lithuanian translation (#1568999) - fix parallel build (Émeric Dupont) - allow python versions to be specified with --with-python option 0.52.20 - improve handling of long strings in whiptail menu (#1353792) - support screen resize as hotkey in form (#1432926) 0.52.19 - support --notags in whiptail checklist and radiolist (#1319794) - don't hard-code -I/usr/include/slang in CPPFLAGS (Alex Suykov) - use $(CC) instead of $(CPP) to generate .depend files (Samuel Martin) - update translations from Zanata Signed-off-by: Adolf Belka --- config/rootfiles/common/newt | 17 +++++------------ lfs/newt | 4 ++-- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/config/rootfiles/common/newt b/config/rootfiles/common/newt index 71e3d732c..391fb59ad 100644 --- a/config/rootfiles/common/newt +++ b/config/rootfiles/common/newt @@ -3,7 +3,7 @@ usr/bin/whiptail #usr/lib/libnewt.a #usr/lib/libnewt.so usr/lib/libnewt.so.0.52 -usr/lib/libnewt.so.0.52.18 +usr/lib/libnewt.so.0.52.21 #usr/lib/pkgconfig/libnewt.pc #usr/lib/python2.7/site-packages/_snack.so #usr/lib/python2.7/site-packages/snack.py @@ -15,8 +15,6 @@ usr/lib/libnewt.so.0.52.18 #usr/share/locale/as #usr/share/locale/as/LC_MESSAGES #usr/share/locale/as/LC_MESSAGES/newt.mo -#usr/share/locale/ast -#usr/share/locale/ast/LC_MESSAGES #usr/share/locale/ast/LC_MESSAGES/newt.mo #usr/share/locale/bal #usr/share/locale/bal/LC_MESSAGES @@ -66,6 +64,9 @@ usr/lib/libnewt.so.0.52.18 #usr/share/locale/id/LC_MESSAGES/newt.mo #usr/share/locale/it/LC_MESSAGES/newt.mo #usr/share/locale/ja/LC_MESSAGES/newt.mo +#usr/share/locale/ka +#usr/share/locale/ka/LC_MESSAGES +#usr/share/locale/ka/LC_MESSAGES/newt.mo #usr/share/locale/km #usr/share/locale/km/LC_MESSAGES #usr/share/locale/km/LC_MESSAGES/newt.mo @@ -77,8 +78,6 @@ usr/lib/libnewt.so.0.52.18 #usr/share/locale/ku/LC_MESSAGES #usr/share/locale/ku/LC_MESSAGES/newt.mo #usr/share/locale/lt/LC_MESSAGES/newt.mo -#usr/share/locale/lv -#usr/share/locale/lv/LC_MESSAGES #usr/share/locale/lv/LC_MESSAGES/newt.mo #usr/share/locale/mg #usr/share/locale/mg/LC_MESSAGES @@ -104,8 +103,6 @@ usr/lib/libnewt.so.0.52.18 #usr/share/locale/nn #usr/share/locale/nn/LC_MESSAGES #usr/share/locale/nn/LC_MESSAGES/newt.mo -#usr/share/locale/pa -#usr/share/locale/pa/LC_MESSAGES #usr/share/locale/pa/LC_MESSAGES/newt.mo #usr/share/locale/pl/LC_MESSAGES/newt.mo #usr/share/locale/pt/LC_MESSAGES/newt.mo @@ -120,8 +117,6 @@ usr/lib/libnewt.so.0.52.18 #usr/share/locale/sr@latin/LC_MESSAGES #usr/share/locale/sr@latin/LC_MESSAGES/newt.mo #usr/share/locale/sv/LC_MESSAGES/newt.mo -#usr/share/locale/ta -#usr/share/locale/ta/LC_MESSAGES #usr/share/locale/ta/LC_MESSAGES/newt.mo #usr/share/locale/te #usr/share/locale/te/LC_MESSAGES @@ -129,8 +124,6 @@ usr/lib/libnewt.so.0.52.18 #usr/share/locale/tg #usr/share/locale/tg/LC_MESSAGES #usr/share/locale/tg/LC_MESSAGES/newt.mo -#usr/share/locale/th -#usr/share/locale/th/LC_MESSAGES #usr/share/locale/th/LC_MESSAGES/newt.mo #usr/share/locale/tl #usr/share/locale/tl/LC_MESSAGES @@ -146,4 +139,4 @@ usr/lib/libnewt.so.0.52.18 #usr/share/locale/xh/LC_MESSAGES/newt.mo #usr/share/locale/zh_CN/LC_MESSAGES/newt.mo #usr/share/locale/zh_TW/LC_MESSAGES/newt.mo -#usr/share/man/man1/whiptail.1 +#usr/share/man/man1/whiptail.1 \ No newline at end of file diff --git a/lfs/newt b/lfs/newt index 735df459b..d7ba62866 100644 --- a/lfs/newt +++ b/lfs/newt @@ -24,7 +24,7 @@ include Config -VER = 0.52.18 +VER = 0.52.21 THISAPP = newt-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 685721bee1a318570704b19dcf31d268 +$(DL_FILE)_MD5 = a0a5fd6b53bb167a65e15996b249ebb5 install : $(TARGET)