From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b5VFF6m54z3085 for ; Mon, 26 May 2025 09:04:17 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b5VFB3BYcz2y1f for ; Mon, 26 May 2025 09:04:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b5VF82Zh1zrD; Mon, 26 May 2025 09:04:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748250253; 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=PXYX7aOFATV2GkplBXMnRZAZqi0H9+iVFqukM76Hpzo=; b=1tg4sAlkKSzPFxJ5WolF2tLjj9smGeuRbMzk5+ooieYlIo5abfnSSbjDeT9RQ4T5HZDCOY HEATVEfHcmXAoZCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748250253; 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=PXYX7aOFATV2GkplBXMnRZAZqi0H9+iVFqukM76Hpzo=; b=qpwgvlP/YMGYFrDHXKVs0HFTlBN2wCHBFDZvVJt13eno9zYCj/cfzh7pWFQFuYcaFQjKWK bI3ktHDxri+Yuc/hSstQHBZbd06p8zWj1awEPzm/KexTwbb2VC0Y8z0tn08INpayb0sBhK cH5OXFqQjJKroWhHEpoeJgm8SLYzZbi1tArwNLKwzbmBu0uEQUK/0AcGEPwYGeQ87lZPKB 5jky/F2NCRqZJ9mga9BwBL7U6VofRj/o5o7z8mMp8n+yGNPt1zmwUdD0tzsBLI4ZX6Ud9L POyNbxNDAMhsTzWnwn1GfPvJd/Y2GiRyBaoRkNWtdMI0pHxs9v6dhv8tuBVGbw== Content-Type: text/plain; charset=us-ascii Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: [PATCH v2] screen: Update to version 5.0.1 From: Michael Tremer In-Reply-To: <20250523160344.187191-1-adolf.belka@ipfire.org> Date: Mon, 26 May 2025 10:04:08 +0100 Cc: development@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20250523160344.187191-1-adolf.belka@ipfire.org> To: Adolf Belka Thank you. This seems to iron out any problems from the first tarball. Best, -Michael > On 23 May 2025, at 17:03, Adolf Belka wrote: >=20 > - This v2 version is with the correct tarball, without the binary = object files. > - Update from version 5.0.0 to 5.0.1 > - Update of rootfile > - 5 CVE fixes included in this version > - Changelog > 5.0.1 > Security fix > CVE-2025-46805: do NOT send signals with root privileges > CVE-2025-46804: avoid file existence test information leaks > CVE-2025-46803: apply safe PTY default mode of 0620 > CVE-2025-46802: prevent temporary 0666 mode on PTYs in attacher > CVE-2025-23395: reintroduce lf_secreopen() for logfile > buffer overflow due bad strncpy() > uninitialized variables warnings > typos > combining char handling that could lead to a segfault >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/screen | 3 +-- > lfs/screen | 6 +++--- > 2 files changed, 4 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/screen = b/config/rootfiles/common/screen > index 3442bff2b..e8b72aaa2 100644 > --- a/config/rootfiles/common/screen > +++ b/config/rootfiles/common/screen > @@ -1,7 +1,6 @@ > etc/screenrc > usr/bin/screen > -usr/bin/screen-5.0.0 > -#usr/share/info/screen.info > +usr/bin/screen-5.0.1 > #usr/share/man/man1/screen.1 > #usr/share/screen > #usr/share/screen/utf8encodings > diff --git a/lfs/screen b/lfs/screen > index 6388002cf..5c7201985 100644 > --- a/lfs/screen > +++ b/lfs/screen > @@ -1,7 +1,7 @@ > = ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2024 IPFire Team = # > +# Copyright (C) 2007-2025 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 5.0.0 > +VER =3D 5.0.1 >=20 > THISAPP =3D screen-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D = 5ff218afc1692ae201776f759ff2217a51dcf02202e4ba5d12de50a768df83e0e2a7a3511a= 5f85a3b21362892f31a4fd90d6444918915165ae12a8c0c2b3af39 > +$(DL_FILE)_BLAKE2 =3D = ce8478718903ea4f9f7d5de2c77008cee304fef1065f3d564844844cb3ba7acb88bfe2cda0= 51cecee0f034b19ea4e52a0fcc1549f9339eac33e7748ab59cd0f5 >=20 > install : $(TARGET) >=20 > --=20 > 2.49.0 >=20 >=20