From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] less: Update to version 608 Date: Mon, 09 Jan 2023 18:27:43 +0000 Message-ID: <72fa83a3-6d3a-8c6a-fbc4-c1b9730feaff@ipfire.org> In-Reply-To: <20230101140715.3041415-4-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7530097154383490327==" List-Id: --===============7530097154383490327== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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 +=3D syntax to variable section in lesskey files. > * Allow option name in -- command to end with '=3D' 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 sens= e. > * 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). >=20 > Signed-off-by: Adolf Belka > --- > lfs/less | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 = # > +# Copyright (C) 2007-2023 IPFire Team = # > # = # > # 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 @@ > =20 > include Config > =20 > -VER =3D 590 > +VER =3D 608 > =20 > THISAPP =3D less-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6= a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb > +$(DL_FILE)_BLAKE2 =3D 988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4d= ab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6 > =20 > install : $(TARGET) > =20 --===============7530097154383490327==--