less; Update to version 704

Message ID 20260610190208.3662425-13-adolf.belka@ipfire.org
State Staged
Commit 5302235e814d5be32848d400446d98f1aa555570
Headers
Series less; Update to version 704 |

Commit Message

Adolf Belka 10 Jun 2026, 7:01 p.m. UTC
- Update from version 702 to 704
- No change to rootfile
- Changelog
704
	Fix possibly passing unsafe options to man when opening an OSC 8 link
	 (github #779).
	Fix possibly sending unsafe OSC sequence to terminal when file contains an
	 unterminated OSC sequence (github #781).
	In Examine and Shell commands, expand % and # to shell-escaped filenames
	 (github #784).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/less b/lfs/less
index 92343823f..97cb9ed4f 100644
--- a/lfs/less
+++ b/lfs/less
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 702
+VER        = 704
 
 THISAPP    = less-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 89d52e986a4bf62f6bb8fccf80a7e256e91a1a8e8935e6a4e0bf6ca02080008494b31e5f6d91a4ac5fb7eadb8d49d5289f1020b174bfc344534130baf00b0a39
+$(DL_FILE)_BLAKE2 = 490b5ea9006cec85b8a44f19bfc47f99da7394664e4dc4ed37fb9610c42d9fbe206a702540aaa04fe9b3320e0672522fb740ad189c835aa5a4580da4175fae71
 
 install : $(TARGET)