Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *less* to *710* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-less-upgrade-704-710.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From e89d1a69e32dbdbba081ed84979874f5cb9a3ec3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Fri, 18 Sep 2026 05:45:33 +0000
Subject: [PATCH] less: upgrade 704 -> 710

Source: NEWS

======================================================================

        Major changes between "less" versions 704 and 710

* Add || command.

* In | and || commands, ^N allows entering line number instead of mark letter.

* Add "ESC-]" / "ESC-RIGHTARROW" (right-limit-scroll) command (github #783).

* In lesskey files, add \k^x syntax for control chars and \k+x syntax
  for shifted chars.

* Underline OSC 8 links in text.

* Add -DO for custom coloring of OSC 8 links.

* Add LESSMSG, which allows translation of messages into other languages.

* Add LESSSECURE_DISALLOW.

* Add LESS_SHELL_COPTION.

* Add %G, %y, and %% in prompt strings.

* Add lesskey support for shift-uparrow, shift-downarrow, shift-pageup,
  shift-pagedown, ctl-uparrow, ctl-downarrow, ctl-pageup, ctl-pagedown,
  shift-delete.

* Change "make check" to use nonstandard object and binary file names,
  to avoid accidentally installing test binaries (github #791).

* Fix issues on systems with volatile getenv return values.

* Improve error handling for malformed binary lesskey file.

* Improve messaging when using __mouse after --emouse (github #808).

* Remove support for obsolete pre-241 lesskey binary format.

* Remove obsolete lesskey program.

* Move lesskey man page to section 5.

* Update display when resize window while in F mode on Windows.

* Fix missing "END" message at end of &-filtered output (github #774).

* Fix missing bell with G command at end of &-filtered output (github #774).

* Don't reset signal handlers in a subprocess on Windows.

* Fix ' command to not modify the mark when given a numeric argument
  (github #799).

* Fix erroneous message from --rscroll command when rscroll char is non-ASCII.

* Fix unexpected exit when TERM is invalid (github #809).

* Fix possible crash when use ":e #" after ":d" (github #810).

* Fix infinite loop if invalid option letter in LESS_UNSUPPORT.

* Fix crash if run !! command with no previous ! command (github #812).

* Fix inability to run a shell command starting with "!" character.

* Fix bugs using ^S search modifier (github #814).

* Fix display bugs when a status message contains non-ASCII chars
  or is displayed on a very narrow screen (github #816).

* Fix bug defining command which has a built-in command as a prefix
  (github #795).

* Fix string overrrun if input contains "\e\0".

* Fix memory leak when using ${...} in lesskey file.

* Fix status column display when long line is marked (github #820).
---
 meta/recipes-extended/less/{less_704.bb => less_710.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/less/{less_704.bb => less_710.bb} (94%)

diff --git a/meta/recipes-extended/less/less_704.bb 
b/meta/recipes-extended/less/less_710.bb
similarity index 94%
rename from meta/recipes-extended/less/less_704.bb
rename to meta/recipes-extended/less/less_710.bb
index dc841a9ae6..f3f5ebd6a1 100644
--- a/meta/recipes-extended/less/less_704.bb
+++ b/meta/recipes-extended/less/less_710.bb
@@ -29,7 +29,7 @@ SRC_URI = 
"http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = 
"20a0b0a2bb2525fa53c7eee9beb854b4c9cf172eabb209af7020743547bfe9fb"
+SRC_URI[sha256sum] = 
"d1008fb78dcae1323ddab664bcb352a61f022b1b131bd8018548e021d975ec7a"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html";
 
-- 
2.47.1

Attachment: 0001-less-upgrade-704-710.patch
Description: Binary data

packages/x86-64-v3-poky-linux/less/less-dev: RRECOMMENDS: removed 
"update-alternatives-opkg-dev"
packages/x86-64-v3-poky-linux/less/less-doc: FILELIST: removed 
"/usr/share/man/man1/lesskey.1", added "/usr/share/man/man5/lesskey.5"
packages/x86-64-v3-poky-linux/less/less-ptest: FILELIST: added 
"/usr/lib/less/ptest/lt/osc8-hilite.lt"
packages/x86-64-v3-poky-linux/less/less: FILELIST: removed 
"/usr/libexec/lessecho /usr/bin/less.less /usr/bin/lesskey", added 
"/usr/bin/less_t /usr/libexec/lessecho_t"
packages/x86-64-v3-poky-linux/less/less: RDEPENDS: removed all items 
"update-alternatives-opkg"
packages/x86-64-v3-poky-linux/less/less: pkg_postinst cleared:
  @@ -1,3 +0,0 @@
  -#!/bin/sh
  -set -e
  -     update-alternatives --install /usr/bin/less less /usr/bin/less.less 100
  --
packages/x86-64-v3-poky-linux/less/less: pkg_prerm cleared:
  @@ -1,3 +0,0 @@
  -#!/bin/sh
  -set -e
  -     update-alternatives --remove  less /usr/bin/less.less
  --
packages/x86-64-v3-poky-linux/less: SRC_URI changed from 
"http://www.greenwoodsoftware.com/less/less-704.tar.gz file://run-ptest" to 
"http://www.greenwoodsoftware.com/less/less-710.tar.gz file://run-ptest"
packages/x86-64-v3-poky-linux/less: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less: PKGV changed from 704 [default] to 710 
[default]
packages/x86-64-v3-poky-linux/less/less-dbg: FILELIST: removed 
"/usr/libexec/.debug/lessecho /usr/bin/.debug/less.less 
/usr/bin/.debug/lesskey", added "/usr/bin/.debug/less_t 
/usr/libexec/.debug/lessecho_t"
packages/x86-64-v3-poky-linux/less/less-dbg: PKGSIZE changed from 982408 to 
1024616 (+4%)
packages/x86-64-v3-poky-linux/less/less-dbg: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less/less-dbg: PKGV changed from 704 [default] to 
710 [default]
packages/x86-64-v3-poky-linux/less/less-dev: RRECOMMENDS: removed 
"update-alternatives-opkg-dev"
packages/x86-64-v3-poky-linux/less/less-dev: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less/less-dev: PKGV changed from 704 [default] to 
710 [default]
packages/x86-64-v3-poky-linux/less/less-doc: FILELIST: removed 
"/usr/share/man/man1/lesskey.1", added "/usr/share/man/man5/lesskey.5"
packages/x86-64-v3-poky-linux/less/less-doc: PKGSIZE changed from 131257 to 
135750 (+3%)
packages/x86-64-v3-poky-linux/less/less-doc: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less/less-doc: PKGV changed from 704 [default] to 
710 [default]
packages/x86-64-v3-poky-linux/less/less-locale: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less/less-locale: PKGV changed from 704 [default] 
to 710 [default]
packages/x86-64-v3-poky-linux/less/less-ptest: FILELIST: added 
"/usr/lib/less/ptest/lt/osc8-hilite.lt"
packages/x86-64-v3-poky-linux/less/less-ptest: PKGSIZE changed from 11603240 to 
11927302 (+3%)
packages/x86-64-v3-poky-linux/less/less-ptest: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less/less-ptest: PKGV changed from 704 [default] 
to 710 [default]
packages/x86-64-v3-poky-linux/less/less-src: FILELIST: directory renamed 
/usr/src/debug/less/704/lesstest -> /usr/src/debug/less/710/lesstest, removed 
"/usr/src/debug/less/704/version.c /usr/src/debug/less/704/lang.h 
/usr/src/debug/less/704/tags.c /usr/src/debug/less/704/command.c 
/usr/src/debug/less/704/charset.c /usr/src/debug/less/704/brac.c 
/usr/src/debug/less/704/signal.c /usr/src/debug/less/704/pattern.c 
/usr/src/debug/less/704/lesskey_parse.c /usr/src/debug/less/704/optfunc.c 
/usr/src/debug/less/704/cmdbuf.c /usr/src/debug/less/704/prompt.c 
/usr/src/debug/less/704/output.c /usr/src/debug/less/704/option.h 
/usr/src/debug/less/704/decode.c /usr/src/debug/less/704/help.c 
/usr/src/debug/less/704/os.c /usr/src/debug/less/704/position.c 
/usr/src/debug/less/704/ifile.c /usr/src/debug/less/704/option.c 
/usr/src/debug/less/704/screen.c /usr/src/debug/less/704/main.c 
/usr/src/debug/less/704/xbuf.h /usr/src/debug/less/704/mark.c 
/usr/src/debug/less/704/xbuf.c /usr/src/debug/less/704/optt
 bl.c /usr/src/debug/less/704/funcs.h /usr/src/debug/less/704/lesskey.h 
/usr/src/debug/less/704/search.c /usr/src/debug/less/704/ch.c 
/usr/src/debug/less/704/cvt.c /usr/src/debug/less/704/line.c 
/usr/src/debug/less/704/edit.c /usr/src/debug/less/704/filename.c 
/usr/src/debug/less/704/forwback.c /usr/src/debug/less/704/lesskey.c 
/usr/src/debug/less/704/linenum.c /usr/src/debug/less/704/lsystem.c 
/usr/src/debug/less/704/input.c /usr/src/debug/less/704/less.h 
/usr/src/debug/less/704/jump.c /usr/src/debug/less/704/evar.c 
/usr/src/debug/less/704/ttyin.c /usr/src/debug/less/704/lessecho.c", added 
"/usr/src/debug/less/710/version.c /usr/src/debug/less/710/lang.h 
/usr/src/debug/less/710/tags.c /usr/src/debug/less/710/command.c 
/usr/src/debug/less/710/charset.c /usr/src/debug/less/710/brac.c 
/usr/src/debug/less/710/signal.c /usr/src/debug/less/710/pattern.c 
/usr/src/debug/less/710/lesskey_parse.c /usr/src/debug/less/710/lmsg.h 
/usr/src/debug/less/710/optfunc.c /usr/src/debug/less/710/cmdbuf.c
  /usr/src/debug/less/710/prompt.c /usr/src/debug/less/710/output.c 
/usr/src/debug/less/710/lmsg.c /usr/src/debug/less/710/option.h 
/usr/src/debug/less/710/decode.c /usr/src/debug/less/710/help.c 
/usr/src/debug/less/710/os.c /usr/src/debug/less/710/position.c 
/usr/src/debug/less/710/ifile.c /usr/src/debug/less/710/option.c 
/usr/src/debug/less/710/screen.c /usr/src/debug/less/710/main.c 
/usr/src/debug/less/710/xbuf.h /usr/src/debug/less/710/mark.c 
/usr/src/debug/less/710/xbuf.c /usr/src/debug/less/710/opttbl.c 
/usr/src/debug/less/710/funcs.h /usr/src/debug/less/710/lesskey.h 
/usr/src/debug/less/710/search.c /usr/src/debug/less/710/ch.c 
/usr/src/debug/less/710/cvt.c /usr/src/debug/less/710/line.c 
/usr/src/debug/less/710/edit.c /usr/src/debug/less/710/filename.c 
/usr/src/debug/less/710/forwback.c /usr/src/debug/less/710/linenum.c 
/usr/src/debug/less/710/lsystem.c /usr/src/debug/less/710/input.c 
/usr/src/debug/less/710/less.h /usr/src/debug/less/710/jump.c 
/usr/src/debug/less/710/evar.c 
 /usr/src/debug/less/710/ttyin.c /usr/src/debug/less/710/lessecho.c"
packages/x86-64-v3-poky-linux/less/less-src: PKGSIZE changed from 940404 to 
955595 (+2%)
packages/x86-64-v3-poky-linux/less/less-src: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less/less-src: PKGV changed from 704 [default] to 
710 [default]
packages/x86-64-v3-poky-linux/less/less-staticdev: PV changed from "704" to 
"710"
packages/x86-64-v3-poky-linux/less/less-staticdev: PKGV changed from 704 
[default] to 710 [default]
packages/x86-64-v3-poky-linux/less/less: FILELIST: removed "/usr/bin/lesskey 
/usr/libexec/lessecho /usr/bin/less.less", added "/usr/libexec/lessecho_t 
/usr/bin/less_t"
packages/x86-64-v3-poky-linux/less/less: RDEPENDS: removed all items 
"update-alternatives-opkg"
packages/x86-64-v3-poky-linux/less/less: PKGSIZE changed from 317987 to 328211 
(+3%)
packages/x86-64-v3-poky-linux/less/less: PV changed from "704" to "710"
packages/x86-64-v3-poky-linux/less/less: PKGV changed from 704 [default] to 710 
[default]
packages/x86-64-v3-poky-linux/less/less: pkg_postinst cleared:
  @@ -1,3 +0,0 @@
  -#!/bin/sh
  -set -e
  -     update-alternatives --install /usr/bin/less less /usr/bin/less.less 100
  --
packages/x86-64-v3-poky-linux/less/less: pkg_prerm cleared:
  @@ -1,3 +0,0 @@
  -#!/bin/sh
  -set -e
  -     update-alternatives --remove  less /usr/bin/less.less
  --
Changelog for less: 704 -> 710
Source: NEWS

======================================================================

        Major changes between "less" versions 704 and 710

* Add || command.

* In | and || commands, ^N allows entering line number instead of mark letter.

* Add "ESC-]" / "ESC-RIGHTARROW" (right-limit-scroll) command (github #783).

* In lesskey files, add \k^x syntax for control chars and \k+x syntax
  for shifted chars.

* Underline OSC 8 links in text.

* Add -DO for custom coloring of OSC 8 links.

* Add LESSMSG, which allows translation of messages into other languages.

* Add LESSSECURE_DISALLOW.

* Add LESS_SHELL_COPTION.

* Add %G, %y, and %% in prompt strings.

* Add lesskey support for shift-uparrow, shift-downarrow, shift-pageup,
  shift-pagedown, ctl-uparrow, ctl-downarrow, ctl-pageup, ctl-pagedown,
  shift-delete.

* Change "make check" to use nonstandard object and binary file names,
  to avoid accidentally installing test binaries (github #791).

* Fix issues on systems with volatile getenv return values.

* Improve error handling for malformed binary lesskey file.

* Improve messaging when using __mouse after --emouse (github #808).

* Remove support for obsolete pre-241 lesskey binary format.

* Remove obsolete lesskey program.

* Move lesskey man page to section 5.

* Update display when resize window while in F mode on Windows.

* Fix missing "END" message at end of &-filtered output (github #774).

* Fix missing bell with G command at end of &-filtered output (github #774).

* Don't reset signal handlers in a subprocess on Windows.

* Fix ' command to not modify the mark when given a numeric argument
  (github #799).

* Fix erroneous message from --rscroll command when rscroll char is non-ASCII.

* Fix unexpected exit when TERM is invalid (github #809).

* Fix possible crash when use ":e #" after ":d" (github #810).

* Fix infinite loop if invalid option letter in LESS_UNSUPPORT.

* Fix crash if run !! command with no previous ! command (github #812).

* Fix inability to run a shell command starting with "!" character.

* Fix bugs using ^S search modifier (github #814).

* Fix display bugs when a status message contains non-ASCII chars
  or is displayed on a very narrow screen (github #816).

* Fix bug defining command which has a built-in command as a prefix
  (github #795).

* Fix string overrrun if input contains "\e\0".

* Fix memory leak when using ${...} in lesskey file.

* Fix status column display when long line is marked (github #820).
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#246187): 
https://lists.openembedded.org/g/openembedded-core/message/246187
Mute This Topic: https://lists.openembedded.org/mt/121310071/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to