summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-20 10:16:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-21 20:19:39 +0100
commitc9d30b8686d926bccda3a1147df2f4c02dbfacdc (patch)
tree8350762898a6ce931f915f82c34645f438e37c9d /meta/recipes-extended
parent93c3f0e8dca180fd2dddf88bd0cfd68c0a70ec4c (diff)
downloadopenembedded-core-contrib-c9d30b8686d926bccda3a1147df2f4c02dbfacdc.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/less/less_608.bb (renamed from meta/recipes-extended/less/less_600.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/less/less_600.bb b/meta/recipes-extended/less/less_608.bb
index f51083e1de..f411a8fb53 100644
--- a/meta/recipes-extended/less/less_600.bb
+++ b/meta/recipes-extended/less/less_608.bb
@@ -28,10 +28,9 @@ DEPENDS = "ncurses"
SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
"
-SRC_URI[sha256sum] = "6633d6aa2b3cc717afb2c205778c7c42c4620f63b1d682f3d12c98af0be74d20"
+SRC_URI[sha256sum] = "a69abe2e0a126777e021d3b73aa3222e1b261f10e64624d41ec079685a6ac209"
UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
-UPSTREAM_VERSION_UNKNOWN = "1"
inherit autotools update-alternatives