From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] screen: Update to version 5.0.0
Date: Sun, 24 Nov 2024 13:27:11 +0100 [thread overview]
Message-ID: <20241124122715.7506-6-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241124122715.7506-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2400 bytes --]
- 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(a)ipfire.org>
---
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 @@
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)
--
2.47.0
next prev parent reply other threads:[~2024-11-24 12:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-24 12:27 [PATCH] pam: Update to version 1.7.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] pango: Update to version 1.54.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] pciutils: Update to version 3.13.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] qpdf: Updarte to version 11.9.1 Adolf Belka
2024-11-24 12:27 ` [PATCH] ruby: Update to version 3.3.6 Adolf Belka
2024-11-24 12:27 ` Adolf Belka [this message]
2024-11-24 12:27 ` [PATCH] sshfs: Update to version 3.7.3 Adolf Belka
2024-11-24 12:27 ` [PATCH] swig: Update to version 4.3.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] sysstat: Update to version 12.7.6 Adolf Belka
2024-11-24 12:27 ` [PATCH] sysvinit: Update to version 3.11 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241124122715.7506-6-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox