* [OE-core] [PATCH] less: upgrade 600 -> 608
@ 2022-09-20 2:16 Wang Mingyu
0 siblings, 0 replies; only message in thread
From: Wang Mingyu @ 2022-09-20 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
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>
---
meta/recipes-extended/less/{less_600.bb => less_608.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-extended/less/{less_600.bb => less_608.bb} (91%)
diff --git a/meta/recipes-extended/less/less_600.bb b/meta/recipes-extended/less/less_608.bb
similarity index 91%
rename from meta/recipes-extended/less/less_600.bb
rename to 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
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-20 2:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20 2:16 [OE-core] [PATCH] less: upgrade 600 -> 608 Wang Mingyu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox