From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============2379512306062500343==" List-Id: --===============2379512306062500343== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 @@ ############################################################################= ### =20 name =3D screen -version =3D 4.9.0 -release =3D 2 +version =3D 4.9.1 +release =3D 1 =20 groups =3D Application/System url =3D https://www.gnu.org/software/screen --=20 2.42.0 --===============2379512306062500343==--