From bfbf3566b6a206cac68c1b36764451f73f89049f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 22 May 2025 15:37:46 +0000 Subject: [PATCH] Revert "screen: Update to version 5.0.1" This reverts commit de98f72736d8ee27c31226df46403b4e122733e2. The source tarball contains binaries. Read more here: https://lists.ipfire.org/development/98828B86-5323-4EFA-9278-6BB578AB77E2@ipfire.org/T/#t Signed-off-by: Michael Tremer --- config/rootfiles/common/screen | 3 ++- lfs/screen | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/screen b/config/rootfiles/common/screen index e8b72aaa2..3442bff2b 100644 --- a/config/rootfiles/common/screen +++ b/config/rootfiles/common/screen @@ -1,6 +1,7 @@ etc/screenrc usr/bin/screen -usr/bin/screen-5.0.1 +usr/bin/screen-5.0.0 +#usr/share/info/screen.info #usr/share/man/man1/screen.1 #usr/share/screen #usr/share/screen/utf8encodings diff --git a/lfs/screen b/lfs/screen index d1c0380fb..6388002cf 100644 --- a/lfs/screen +++ b/lfs/screen @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # 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 = 5.0.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 = f33f985bb9855a5335b72f93b3e8cf8fccddc7c18d3db3fd7493da2825b17002d798e6cf95d35fc39194eb6933018be96efa0b4f6aa4894657ab258f86002220 +$(DL_FILE)_BLAKE2 = 5ff218afc1692ae201776f759ff2217a51dcf02202e4ba5d12de50a768df83e0e2a7a3511a5f85a3b21362892f31a4fd90d6444918915165ae12a8c0c2b3af39 install : $(TARGET) -- 2.39.5