| Message ID | 010101a0b30e0db2-db85192c-00c8-4c65-838a-234fef0a179b-000000@us-west-2.amazonses.com |
|---|---|
| State | New |
| Headers | show |
| Series | [AUH] less: upgrading to 710 SUCCEEDED | expand |
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"
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 <auh@yoctoproject.org> 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%)