]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
less: upgrade 691 -> 692
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 3 Mar 2026 10:09:12 +0000 (18:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2026 10:48:55 +0000 (10:48 +0000)
Changelog:
==========
- Revert HOME key to scroll to beginning of file and END key to scroll to end of file
- Configure tty to leave CR and NL unmodified
- Add commands to lesskey parser (forw-bell-hilite, goto-pos and osc8-jump).
- Add key sequences to lesskey parser (\kE, \kF, \kH, \kI, \kM, and \kS).
- Fix bug using negative value with -z option
- Fix bug handling empty terminfo capabilties
- Fix memory leak in setupterm
- Make lesstest ignore system locale (nl_langinfo)

License-Update: Copyright year updated to 2026.

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_692.bb [moved from meta/recipes-extended/less/less_691.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-extended/less/less_691.bb
rename to meta/recipes-extended/less/less_692.bb
index 8354dc448630c0bfe845e9325017b096dc1f260e..6f621905a0e4744f95b2bfc9bdd5fcd9f33bf371 100644 (file)
@@ -21,7 +21,7 @@ SECTION = "console/utils"
 
 LICENSE = "GPL-3.0-or-later | BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
-                    file://LICENSE;md5=8051a271adb36d1462531a3b40c22878 \
+                    file://LICENSE;md5=bee5763a5e2bccdcdbd9bfe982ffc82b \
                     "
 DEPENDS = "ncurses"
 
@@ -29,7 +29,7 @@ SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = "88b480eda1bb4f92009f7968b23189eaf1329211f5a3515869e133d286154d25"
+SRC_URI[sha256sum] = "61300f603798ecf1d7786570789f0ff3f5a1acf075a6fb9f756837d166e37d14"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"