less: Update to version 608

Message ID 20230101140715.3041415-4-adolf.belka@ipfire.org
State Accepted
Commit d33c4878aabe5da8d851c77daebf77bd182e220c
Headers
Series less: Update to version 608 |

Commit Message

Adolf Belka Jan. 1, 2023, 2:07 p.m. UTC
  - 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>
---
 lfs/less | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Peter Müller Jan. 9, 2023, 6:27 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - 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>
> ---
>  lfs/less | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/lfs/less b/lfs/less
> index f99718c6b..0ba8938f2 100644
> --- a/lfs/less
> +++ b/lfs/less
> @@ -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        #
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 590
> +VER        = 608
>  
>  THISAPP    = less-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb
> +$(DL_FILE)_BLAKE2 = 988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4dab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/less b/lfs/less
index f99718c6b..0ba8938f2 100644
--- a/lfs/less
+++ b/lfs/less
@@ -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        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 590
+VER        = 608
 
 THISAPP    = less-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb
+$(DL_FILE)_BLAKE2 = 988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4dab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6
 
 install : $(TARGET)