From d84837230230dc2a17cd513b589c71781f344b2c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 30 Jun 2026 17:21:38 +0800 Subject: [PATCH] nano: upgrade 9.0 -> 9.1 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 Signed-off-by: Khem Raj --- 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 --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"