]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
nano: Update to 9.1
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 24 Jun 2026 10:09:46 +0000 (12:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Jun 2026 15:08:36 +0000 (15:08 +0000)
For details see:
https://www.nano-editor.org/news.php

"2026 June 23 - GNU nano 9.1 "met een hongerig paard aan ons been"

    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 is killed or crashes, 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: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/nano

index 306c9252ad44ed9f53722bf9d8e2a1938ef503b2..6f0793d16a15de7f77c2bf4a94bf361e5f21c7ad 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 9.0
+VER        = 9.1
 
 THISAPP    = nano-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6df92e9f1b0ba8c2ec3dfdd8b4605a34c08f33c747746d8d3b4145894f0cc64b705c59f2b5aee120050eb32292adf78bf267c568a266c17e2f99e48026d38106
+$(DL_FILE)_BLAKE2 = d762076463b0c683d13cd4c47cc05db573a1890c9ea0629c2aa37d36305197242eb724229afc59468aa47c515dbfb8378d9fa6fafa88d8b90a2af6d1ed467b14
 
 install : $(TARGET)