diff mbox series

[meta-oe,10/37] nano: upgrade 9.0 -> 9.1

Message ID 20260630092206.322-10-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/37] 7zip: upgrade 26.01 -> 26.02 | expand

Commit Message

Wang Mingyu June 30, 2026, 9:21 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- When searching, the viewport is placed snug left where possible.
- The ability to read and write files in old Mac format was removed
  (that is: files that use a lone carriage return as line ending).
- The ^T toggle between WhereIs and GotoLine has been dropped.
- When --backup is active, in some situations no backup was made,
  or it had a wrong timestamp.  Both issues are fixed now.
- When nano crashes or is killed, any .save file is not chmodded
  to the permissions of the base file, nor chowned to its owner.
- M-Ins and M-Del have become rebindable.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/nano/{nano_9.0.bb => nano_9.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/nano/{nano_9.0.bb => nano_9.1.bb} (87%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/nano/nano_9.0.bb b/meta-oe/recipes-support/nano/nano_9.1.bb
similarity index 87%
rename from meta-oe/recipes-support/nano/nano_9.0.bb
rename to meta-oe/recipes-support/nano/nano_9.1.bb
index 06bb7a63ce..774bd0021a 100644
--- a/meta-oe/recipes-support/nano/nano_9.0.bb
+++ b/meta-oe/recipes-support/nano/nano_9.1.bb
@@ -13,7 +13,7 @@  RDEPENDS:${PN} = "ncurses-terminfo-base"
 PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
 
 SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
-SRC_URI[sha256sum] = "9f384374b496110a25b73ad5a5febb384783c6e3188b37063f677ac908013fde"
+SRC_URI[sha256sum] = "5f47764274cb7532349ce0aa20ec10f1e8e851a6e9fa3eb66812c43d196db042"
 
 UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano"