]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
less: upgrade 661 -> 668
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 25 Oct 2024 05:39:12 +0000 (13:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Oct 2024 11:17:02 +0000 (11:17 +0000)
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

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/less/less_668.bb [moved from meta/recipes-extended/less/less_661.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-extended/less/less_661.bb
rename to meta/recipes-extended/less/less_668.bb
index 061a494f0ff05fa257f8fe6bff2590a7201c9e26..63fc367e33ba8394e2e2fff017fbd46f1765c995 100644 (file)
@@ -29,7 +29,7 @@ SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = "2b5f0167216e3ef0ffcb0c31c374e287eb035e4e223d5dae315c2783b6e738ed"
+SRC_URI[sha256sum] = "2819f55564d86d542abbecafd82ff61e819a3eec967faa36cd3e68f1596a44b8"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"