From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] screen: Update to version 5.0.0 Date: Sun, 24 Nov 2024 13:27:11 +0100 Message-ID: <20241124122715.7506-6-adolf.belka@ipfire.org> In-Reply-To: <20241124122715.7506-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6222193341608201538==" List-Id: --===============6222193341608201538== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 4.9.1 to 5.0.0 - Update of rootfile - Changelog 5.0.0 * Rewriten autentication mechanism * Add escape %T to show current tty for window * Add escape %O to show number of currently open windows * Use wcwdith() instead of UTF-8 hard-coded tables * New commands: - auth [on|off] Provides password protection - status [top|up|down|bottom] [left|right] The status window by default is in bottom-left corner. This command can move status messages to any corner of the screen. - truecolor [on|off] - multiinput Input to multiple windows at the same time * Removed commands: - time - debug - password - maxwin - nethack * Fixes: - Screen buffers ESC keypresses indefinitely - Crashes after passing through a zmodem transfer - Fix double -U issue Signed-off-by: Adolf Belka --- config/rootfiles/common/screen | 3 ++- lfs/screen | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/screen b/config/rootfiles/common/screen index a367ab078..3442bff2b 100644 --- a/config/rootfiles/common/screen +++ b/config/rootfiles/common/screen @@ -1,6 +1,6 @@ etc/screenrc usr/bin/screen -usr/bin/screen-4.9.1 +usr/bin/screen-5.0.0 #usr/share/info/screen.info #usr/share/man/man1/screen.1 #usr/share/screen @@ -12,6 +12,7 @@ usr/bin/screen-4.9.1 #usr/share/screen/utf8encodings/18 #usr/share/screen/utf8encodings/19 #usr/share/screen/utf8encodings/a1 +#usr/share/screen/utf8encodings/a3 #usr/share/screen/utf8encodings/bf #usr/share/screen/utf8encodings/c2 #usr/share/screen/utf8encodings/c3 diff --git a/lfs/screen b/lfs/screen index c7bd53a8d..6388002cf 100644 --- a/lfs/screen +++ b/lfs/screen @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.9.1 +VER =3D 5.0.0 =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 27d9c100bc1f747e39e109a4957702388d943c7d3b75b4c59dfc38= 94456d5249257742106fb24cf6f07a36764db0a1c5f7e0a44123edda1c570d771d7f46c638 +$(DL_FILE)_BLAKE2 =3D 5ff218afc1692ae201776f759ff2217a51dcf02202e4ba5d12de50= a768df83e0e2a7a3511a5f85a3b21362892f31a4fd90d6444918915165ae12a8c0c2b3af39 =20 install : $(TARGET) =20 --=20 2.47.0 --===============6222193341608201538==--