From ab1bd66407bbd4628f7becf6a8cea3746dd41bfe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 25 Oct 2024 13:39:12 +0800 Subject: less: upgrade 661 -> 668 Changelog: ============ * Make 256/true colors work better on Windows without -Da * Fix build using --with-secure * Fix crash when using --header on command line * Fix possible crash when scrolling left/right or toggling -S * Fix bug when using #stop in a lesskey file * Fix bug when using --shift or --match-shift on command line with a parameter starting with '.' * Fix bug in R command when file size changes * Fix bug using --header when file does not fill screen * Fix ^X bug when output is not a terminal * Fix bug where ^Z is not handled immediately * Fix bug where first byte from a LESSOPEN filter is deleted if it is greater than 0x7F * Fix uninitialized variable in edit_ifile * Fix incorrect handling of UTF-8 chars in prompts (From OE-Core rev: 71c5b012278fc5c9c0c5e31b46ce348309b4b9e7) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-extended/less/less_661.bb | 61 ---------------------------------- meta/recipes-extended/less/less_668.bb | 61 ++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 meta/recipes-extended/less/less_661.bb create mode 100644 meta/recipes-extended/less/less_668.bb diff --git a/meta/recipes-extended/less/less_661.bb b/meta/recipes-extended/less/less_661.bb deleted file mode 100644 index 061a494f0f..0000000000 --- a/meta/recipes-extended/less/less_661.bb +++ /dev/null @@ -1,61 +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