public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] screen: Update to version 4.9.1
Date: Mon, 20 May 2024 15:35:25 +0200	[thread overview]
Message-ID: <20240520133525.3502954-7-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240520133525.3502954-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3101 bytes --]

- Update from version 4.9.0 to 4.9.1
- Update of rootfile
- 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 <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/screen |  2 +-
 lfs/screen                     | 11 +++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/screen b/config/rootfiles/common/screen
index b1e74e734..a367ab078 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.0
+usr/bin/screen-4.9.1
 #usr/share/info/screen.info
 #usr/share/man/man1/screen.1
 #usr/share/screen
diff --git a/lfs/screen b/lfs/screen
index a78905970..c7bd53a8d 100644
--- a/lfs/screen
+++ b/lfs/screen
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.9.0
+VER        = 4.9.1
 
 THISAPP    = screen-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0f64a14ce9a719bd4a6d045c55069769045a09ee2086c44c2e3d9da6d1e5ada2f094e00e16029767e1155ce35d4f360d0e2879995eefa052f3214ced71b7617c
+$(DL_FILE)_BLAKE2 = 27d9c100bc1f747e39e109a4957702388d943c7d3b75b4c59dfc3894456d5249257742106fb24cf6f07a36764db0a1c5f7e0a44123edda1c570d771d7f46c638
 
 install : $(TARGET)
 
@@ -71,7 +71,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./autogen.sh
-	cd $(DIR_APP) && ./configure --prefix=/usr --with-socket-dir=/var/run/screen --with-sys-screenrc=/etc/screenrc
+	cd $(DIR_APP) && ./configure \
+				--prefix=/usr \
+				--with-socket-dir=/var/run/screen \
+				--with-sys-screenrc=/etc/screenrc
 	cd $(DIR_APP) && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
2.44.0


  parent reply	other threads:[~2024-05-20 13:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20 13:35 [PATCH] cpio: Update to version 2.15 Adolf Belka
2024-05-20 13:35 ` [PATCH] ed: Update to version 1.20.2 Adolf Belka
2024-05-23 16:59   ` [PATCH] " Michael Tremer
2024-05-20 13:35 ` [PATCH] iana-etc: Update to version 20240502 Adolf Belka
2024-05-23 16:59   ` Michael Tremer
2024-05-20 13:35 ` [PATCH] jq: Update to version 1.7.1 Adolf Belka
2024-05-23 16:59   ` Michael Tremer
2024-05-20 13:35 ` [PATCH] kbd: Update to version 2.6.4 Adolf Belka
2024-05-23 17:00   ` Michael Tremer
2024-05-20 13:35 ` [PATCH] pam: Update to version 1.6.1 Adolf Belka
2024-05-23 16:59   ` Michael Tremer
2024-05-20 13:35 ` Adolf Belka [this message]
2024-05-23 16:59   ` [PATCH] screen: Update to version 4.9.1 Michael Tremer
2024-05-23 16:58 ` [PATCH] cpio: Update to version 2.15 Michael Tremer
  -- strict thread matches above, loose matches on Subject: below --
2023-09-20 17:01 [PATCH] screen: Update to version 4.9.1 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=20240520133525.3502954-7-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