]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
screen: Update to version 5.0.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 24 Nov 2024 12:27:11 +0000 (13:27 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 Dec 2024 08:03:49 +0000 (09:03 +0100)
- 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>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/screen
lfs/screen

index a367ab0789523377bbb18b77182f4925088a1945..3442bff2b392aeaee16c0b57762e7fc8cc10fb41 100644 (file)
@@ -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
index c7bd53a8d3072d65af2806ab6438c0b901e746b9..6388002cfca025e6e298c056922c5a082282d79d 100644 (file)
@@ -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)