less: Update to version 692
Commit Message
- Update from version 691 to 692
- No change to rootfile
- Changelog
692
Revert HOME key to scroll to beginning of file and END key to scroll to end of file (github #658).
Configure tty to leave CR and NL unmodified (github #703).
Add commands to lesskey parser (forw-bell-hilite, goto-pos and osc8-jump).
Add key sequences to lesskey parser (\kE, \kF, \kH, \kI, \kM, and \kS).
Fix bug using negative value with -z option (github #709).
Fix bug handling empty terminfo capabilties (github #710).
Fix memory leak in setupterm (github #707).
Make lesstest ignore system locale (nl_langinfo) (github #708).
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/less | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -24,7 +24,7 @@
include Config
-VER = 691
+VER = 692
THISAPP = less-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = b74fe33259ac5731cc6230e115c8ab21f34c8a3e67efbb5ee554af6377a17f9ee3a92f99e9ee2f9c757804de5f0f061c87582d26da71a2c8a62fb079434abe62
+$(DL_FILE)_BLAKE2 = 379d7738894f16fed1b429c9e26c2e46fd27c790be2b0b8b6c0f6744913845ea6003d5b50db4186847c4daf430fb5a23d2c9f35780577a0fb1c1a3b603bfbb41
install : $(TARGET)