Skip to content

Commit

Permalink
less: Update to version 608
Browse files Browse the repository at this point in the history
- Update from version 590 to 608
- Update of rootfile not required
- Changelog
    Major changes between "less" versions 590 and 608
	* Add the --header option (github #43).
	* Add the --no-number-headers option (github #178).
	* Add the --status-line option.
	* Add the --redraw-on-quit option (github #36).
	* Add the --search-options option (github #213).
	* Add the --exit-follow-on-close option (github #244).
	* Add 'H' color type to set color of header lines.
	* Add #version conditional to lesskey.
	* Add += syntax to variable section in lesskey files.
	* Allow option name in -- command to end with '=' in addition to '\n'.
	* Add $HOME/.config to possible locations of lesskey file (github #153).
	* Add $XDG_STATE_HOME and $HOME/.local/state to possible locations
	  of history file (github #223).
	* Don't read or write history file in secure mode (github #201).
	* Fix display of multibyte and double-width chars in prompt.
	* Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08
	  (github #188).
	* Add more \k codes to lesskey format.
	* Fix bug when empty file is modified while viewing it.
	* Fix bug when parsing a malformed lesskey file (githb #234).
	* Fix bug scrolling history when --incsearch is set (github #214).
	* Fix buffer overflow when invoking lessecho with more than 63 -m/-n
	  options (github #198).
	* Fix buffer overflow in bin_file (github #271).
	* Fix bug restoring color at end of highlighted text.
	* Fix bug in parsing lesskey file.
	* Defer moving cursor to lower left in some more cases.
	* Suppress TAB filename expansion in some cases where it doesn't make sense.
	* Fix termlib detection when compiler doesn't accept
	  calls to undeclared functions.
	* Fix bug in input of non-ASCII characters on Windows (github #247)
	* Escape filenames when invoking LESSCLOSE.
	* Fix bug using multibyte UTF-8 char in search string
	  with --incsearch (github #273).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
  • Loading branch information
Adolf Belka authored and pmu-ipf committed Jan 9, 2023
1 parent 75650f7 commit d33c487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lfs/less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2019 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
# #
# 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 #
Expand All @@ -24,7 +24,7 @@

include Config

VER = 590
VER = 608

THISAPP = less-$(VER)
DL_FILE = $(THISAPP).tar.gz
Expand All @@ -40,7 +40,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = 0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb
$(DL_FILE)_BLAKE2 = 988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4dab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6

install : $(TARGET)

Expand Down

0 comments on commit d33c487

Please sign in to comment.