summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2025-11-17 16:46:24 -0500
committerKhem Raj <raj.khem@gmail.com>2025-11-18 08:17:54 -0800
commitaa635dc5dd3ac879f4668130bb8021b8594aafe8 (patch)
treea99dedde9a196492c800b2af3e03c1160874eeb9
parent736e14743c88b5bb7c1e7a73e8716df5f116c387 (diff)
downloadmeta-openembedded-aa635dc5dd3ac879f4668130bb8021b8594aafe8.tar.gz
nano: upgrade 8.6 -> 8.7
ChangeLog: ========== build: avoid a warning when configured with --disable-multibuffer bump version numbers and add a news item for the 8.7 release display: regenerate the screen after a resize during a spell check display: regenerate the screen only before and after waiting for input display: upon resize, redraw the subwindows only when fully initialized docs: add example of copy-to-clipboard-with-OSC52 to the sample nanorc docs: mention that `execute` can pipe buffer or region to the command gnulib: update to its current upstream state moving: prevent a negative relative jump from going beyond top of buffer new feature: execute a command without capturing the output startup: register the handler for SIGWINCH much earlier text: when blanking a line due to --autoindent, keep the mark in sync tweaks: improve a few comments, drop one, and unwrap some lines tweaks: improve the punctuation of one item in the sample nanorc tweaks: replace a remaining double dash with a true emdash tweaks: reshuffle some #ifdefs, and rename a function tweaks: unwrap three lines, for esthetics Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/nano/nano_8.7.bb (renamed from meta-oe/recipes-support/nano/nano_8.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_8.6.bb b/meta-oe/recipes-support/nano/nano_8.7.bb
index e45c6df757..b6c65a6f31 100644
--- a/meta-oe/recipes-support/nano/nano_8.6.bb
+++ b/meta-oe/recipes-support/nano/nano_8.7.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base"
13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" 13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
14 14
15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" 15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
16SRC_URI[sha256sum] = "f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619" 16SRC_URI[sha256sum] = "afd287aa672c48b8e1a93fdb6c6588453d527510d966822b687f2835f0d986e9"
17 17
18UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano" 18UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano"
19 19