From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Andreas Helmcke <ahelmcke@ela-soft.com>
Subject: Re: [ptxdist] [APPLIED] nano: version bump 8.6 -> 9.0
Date: Mon, 27 Apr 2026 09:46:07 +0200 [thread overview]
Message-ID: <20260427074607.52402-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20260418182311.11653-7-ahelmcke@ela-soft.com>
Thanks, applied as d1f94dbb8e98bb40519cb26588e3fbe55789f790.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:07 +0200, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> - 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>
> Message-Id: <20260418182311.11653-7-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/nano.make b/rules/nano.make
> index 7ae58b693618..a816a9ac8a96 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 \
prev parent reply other threads:[~2026-04-27 7:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-18 18:23 [ptxdist] [PATCH] " Andreas Helmcke
2026-04-27 7:46 ` Michael Olbrich [this message]
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=20260427074607.52402-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=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