From c9d30b8686d926bccda3a1147df2f4c02dbfacdc Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 20 Sep 2022 10:16:11 +0800 Subject: less: upgrade 600 -> 608 Remove mark of upstream version as unknown because 608 is the general release. Changelog: ========== Add the --header option. Add the --no-number-headers option. Add the --status-line option. Add the --redraw-on-quit option. Add the --search-options option. Add the --exit-follow-on-close option. 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. Add $XDG_STATE_HOME and $HOME/.local/state to possible locations of history file. Don't read or write history file in secure mode. Fix display of multibyte and double-width chars in prompt. Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08. 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. Fix bug scrolling history when --incsearch is set. Fix buffer overflow when invoking lessecho with more than 63 -m/-n options. Fix buffer overflow in bin_file. 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. Escape filenames when invoking LESSCLOSE. Fix bug using multibyte UTF-8 char in search string with --incsearch. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-extended/less/less_600.bb | 43 ---------------------------------- meta/recipes-extended/less/less_608.bb | 42 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 43 deletions(-) delete mode 100644 meta/recipes-extended/less/less_600.bb create mode 100644 meta/recipes-extended/less/less_608.bb (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/less/less_600.bb b/meta/recipes-extended/less/less_600.bb deleted file mode 100644 index f51083e1de..0000000000 --- a/meta/recipes-extended/less/less_600.bb +++ /dev/null @@ -1,43 +0,0 @@ -SUMMARY = "Text file viewer similar to more" -DESCRIPTION = "Less is a program similar to more, i.e. a terminal \ -based program for viewing text files and the output from other \ -programs. Less offers many features beyond those that more does." -HOMEPAGE = "http://www.greenwoodsoftware.com/" -SECTION = "console/utils" - -# (GPL-2.0-or-later (<< 418), GPL-3.0-or-later (>= 418)) | less -# Including email author giving permissing to use BSD -# -# From: Mark Nudelman -# To: Elizabeth Flanagan = 418)) | less +# Including email author giving permissing to use BSD +# +# From: Mark Nudelman +# To: Elizabeth Flanagan