mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Andreas Helmcke <ahelmcke@ela-soft.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] nano: version bump 8.6 -> 9.0
Date: Sat, 18 Apr 2026 20:23:02 +0200	[thread overview]
Message-ID: <20260418182311.11653-7-ahelmcke@ela-soft.com> (raw)

- some minor changes

link: https://www.nano-editor.org/news.php

- added license hash
- more robust download-url

Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
 rules/nano.make | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/rules/nano.make b/rules/nano.make
index 7ae58b693..a816a9ac8 100644
--- a/rules/nano.make
+++ b/rules/nano.make
@@ -15,14 +15,16 @@ PACKAGES-$(PTXCONF_NANO) += nano
 #
 # Paths and names
 #
-NANO_VERSION		:= 8.6
-NANO_MD5		:= e6a772af7d82411ab5e60d6e7ebb9a6f
+NANO_VERSION	:= 9.0
+NANO_MAJOR		:= $(word 1,$(subst ., ,$(NANO_VERSION)))
+NANO_MD5		:= fe956d0e4807a96d9cf78849aaf04d54
 NANO			:= nano-$(NANO_VERSION)
-NANO_SUFFIX		:= tar.gz
-NANO_URL		:= https://www.nano-editor.org/dist/v$(basename $(NANO_VERSION))/$(NANO).$(NANO_SUFFIX)
+NANO_SUFFIX		:= tar.xz
+NANO_URL		:= https://www.nano-editor.org/dist/v$(NANO_MAJOR)/$(NANO).$(NANO_SUFFIX)
 NANO_SOURCE		:= $(SRCDIR)/$(NANO).$(NANO_SUFFIX)
 NANO_DIR		:= $(BUILDDIR)/$(NANO)
 NANO_LICENSE		:= GPL-3.0-or-later
+NANO_LICENSE_FILES	:= file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -42,6 +44,7 @@ NANO_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--enable-threads=posix \
+	--disable-cross-guesses \
 	--disable-nls \
 	--disable-rpath \
 	--disable-browser \
-- 
2.51.0




                 reply	other threads:[~2026-04-18 18:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260418182311.11653-7-ahelmcke@ela-soft.com \
    --to=ahelmcke@ela-soft.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox