less: Update to version 710
Commit Message
- Update from version 704 to 710
- Update of rootfile
- Changelog
710
* Add || command.
* In | and || commands, ^N allows entering line number instead of mark letter.
* Add "ESC-]" / "ESC-RIGHTARROW" (right-limit-scroll) command (github #783).
* In lesskey files, add \k^x syntax for control chars and \k+x syntax
for shifted chars.
* Underline OSC 8 links in text.
* Add -DO for custom coloring of OSC 8 links.
* Add LESSMSG, which allows translation of messages into other languages.
* Add LESSSECURE_DISALLOW.
* Add LESS_SHELL_COPTION.
* Add %G, %y, and %% in prompt strings.
* Add lesskey support for shift-uparrow, shift-downarrow, shift-pageup,
shift-pagedown, ctl-uparrow, ctl-downarrow, ctl-pageup, ctl-pagedown,
shift-delete.
* Change "make check" to use nonstandard object and binary file names,
to avoid accidentally installing test binaries (github #791).
* Fix issues on systems with volatile getenv return values.
* Improve error handling for malformed binary lesskey file.
* Improve messaging when using __mouse after --emouse (github #808).
* Remove support for obsolete pre-241 lesskey binary format.
* Remove obsolete lesskey program.
* Move lesskey man page to section 5.
* Update display when resize window while in F mode on Windows.
* Fix missing "END" message at end of &-filtered output (github #774).
* Fix missing bell with G command at end of &-filtered output (github #774).
* Don't reset signal handlers in a subprocess on Windows.
* Fix ' command to not modify the mark when given a numeric argument
(github #799).
* Fix erroneous message from --rscroll command when rscroll char is non-ASCII.
* Fix unexpected exit when TERM is invalid (github #809).
* Fix possible crash when use ":e #" after ":d" (github #810).
* Fix infinite loop if invalid option letter in LESS_UNSUPPORT.
* Fix crash if run !! command with no previous ! command (github #812).
* Fix inability to run a shell command starting with "!" character.
* Fix bugs using ^S search modifier (github #814).
* Fix display bugs when a status message contains non-ASCII chars
or is displayed on a very narrow screen (github #816).
* Fix bug defining command which has a built-in command as a prefix
(github #795).
* Fix string overrrun if input contains "\e\0".
* Fix memory leak when using ${...} in lesskey file.
* Fix status column display when long line is marked (github #820).
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/less | 3 +--
lfs/less | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
@@ -1,7 +1,6 @@
usr/bin/less
-#usr/bin/lesskey
#usr/libexec/less-osc8-open
#usr/libexec/lessecho
#usr/share/man/man1/less.1
#usr/share/man/man1/lessecho.1
-#usr/share/man/man1/lesskey.1
+#usr/share/man/man5/lesskey.5
@@ -24,7 +24,7 @@
include Config
-VER = 704
+VER = 710
THISAPP = less-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 490b5ea9006cec85b8a44f19bfc47f99da7394664e4dc4ed37fb9610c42d9fbe206a702540aaa04fe9b3320e0672522fb740ad189c835aa5a4580da4175fae71
+$(DL_FILE)_BLAKE2 = defbc6a019b5d6a598bfbd965cd34ec87777e7ee1dd47025ea84d2a7d474285f2add24b2e5d5aabf7cf9e00f5b2be44c42b1406cb6066d2ac0c5a63b5626917c
install : $(TARGET)