mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] nano: version bump 8.6 -> 9.0
@ 2026-04-18 18:23 Andreas Helmcke
  2026-04-27  7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2026-04-18 18:23 UTC (permalink / raw)
  To: ptxdist

- 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] nano: version bump 8.6 -> 9.0
  2026-04-18 18:23 [ptxdist] [PATCH] nano: version bump 8.6 -> 9.0 Andreas Helmcke
@ 2026-04-27  7:46 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-27  7:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

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 \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-27  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-18 18:23 [ptxdist] [PATCH] nano: version bump 8.6 -> 9.0 Andreas Helmcke
2026-04-27  7:46 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox