From patchwork Wed Sep 20 17:01:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7224 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RrPvB5cJdz3wnC for ; Wed, 20 Sep 2023 17:01:26 +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 4RrPv72Qkkz3ds; Wed, 20 Sep 2023 17:01:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RrPv70bW7z30Hb; Wed, 20 Sep 2023 17:01:23 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RrPv558vpz2xmR for ; Wed, 20 Sep 2023 17:01:21 +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 4RrPv46bQZz2cq; Wed, 20 Sep 2023 17:01:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695229281; 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=s00mfN+DafEqHRMPMo/3Ebdyg2mChWwHEfUuNAd8mRY=; b=DCHoIukNILG7b1zwR4Xa6gl7XLKVAjrmG4dHULaWkY/xrW3QPYmYxz4LskGiP5Yw4VvHbZ Lt5jwZUjLQOss8XJF94dsHwuMczYZr5agwwNEH+Z2j9gcAzWhWP5GdbPVRbyGajVSy39WI tiPiiPr78uNgwYTGTUu6Vy2S6Fhr6mtyHdcdfYeAtd8Dli+Esym2eo4R4iM3eMDnjG1WRl +dlD6airqrUhWr/9jas2meZe9bnO6xmjZOsCXOE8k6C1J4IVdH/TaGGiDxxLd9RwC9xBHa faPvjCYFa5hNeFcJLkvUrvC8haDxHUcmRnzdREzTExlHsKPPSMXMEQ4U7JJ6yQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695229281; 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=s00mfN+DafEqHRMPMo/3Ebdyg2mChWwHEfUuNAd8mRY=; b=3hs87GfI79lda8XXnuh4fyGjDSBrstLfhiCL4/8eQ8fvkiBou33F8pXVaF40q93gXBoOZ9 4NbeDYgHPTzQbaBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] screen: Update to version 4.9.1 Date: Wed, 20 Sep 2023 19:01:12 +0200 Message-ID: <20230920170116.67611-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" - IPFire-3.x - Update from version 4.9.0-2 to 4.9.1-1 - Changelog 4.9.1 * Support stop/parity bits on serial port (#23952) * Add needed system headers in checks and return values for implicit function declarations * Fixes: - Avoid zombies after shell exit (#25089) - Missed signal sending permission check on failed query messages (CVE-2023-24626) - manpage fixes - source code fixes during cleanup - UTF-8 encoding can emit invalid UTF-8 sequences for out of range unicode values (#62097) Signed-off-by: Adolf Belka --- screen/screen.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screen/screen.nm b/screen/screen.nm index 4fe960b05..e8d8d2ea4 100644 --- a/screen/screen.nm +++ b/screen/screen.nm @@ -4,8 +4,8 @@ ############################################################################### name = screen -version = 4.9.0 -release = 2 +version = 4.9.1 +release = 1 groups = Application/System url = https://www.gnu.org/software/screen