screen: Update to version 5.0.0
Commit Message
- 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 <adolf.belka@ipfire.org>
---
config/rootfiles/common/screen | 3 ++-
lfs/screen | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
@@ -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
@@ -24,7 +24,7 @@
include Config
-VER = 4.9.1
+VER = 5.0.0
THISAPP = screen-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 27d9c100bc1f747e39e109a4957702388d943c7d3b75b4c59dfc3894456d5249257742106fb24cf6f07a36764db0a1c5f7e0a44123edda1c570d771d7f46c638
+$(DL_FILE)_BLAKE2 = 5ff218afc1692ae201776f759ff2217a51dcf02202e4ba5d12de50a768df83e0e2a7a3511a5f85a3b21362892f31a4fd90d6444918915165ae12a8c0c2b3af39
install : $(TARGET)