From 29c8dac058c9d8acf846c09c0acd3af750ce92dd Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Fri, 30 Apr 2021 10:08:58 +0200 Subject: [PATCH] less: Update to 581.2 - Update from 581 to 581.2 - Update of rootfile not required - Changelog This fixes a bug found in less-581 where the terminal was sometimes left in mouse-reporting mode after exiting less Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/less b/lfs/less index 2655e8c170..5e33bf3119 100644 --- a/lfs/less +++ b/lfs/less @@ -24,7 +24,7 @@ include Config -VER = 581 +VER = 581.2 THISAPP = less-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6201df5b9dae2af9767fc220471471b3 +$(DL_FILE)_MD5 = 18f5d83c0cada3f288a5a20bf88faea2 install : $(TARGET) -- 2.39.5