From cfdf5fffec99c025c5ae93ad450566a28c915837 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 16 Jun 2025 19:42:36 +0300 Subject: [PATCH] nano: update to 8.5 Update nano editor to version 8.5. Upstream has fixed the gnulib related cross-compilation problem, so remove the config hack that was added at the 8.4 update. Signed-off-by: Hannu Nyman --- utils/nano/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/utils/nano/Makefile b/utils/nano/Makefile index ab81c1ff47..ec001548ca 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=8.4 +PKG_VERSION:=8.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/nano -PKG_HASH:=5ad29222bbd55624d87ea677928b3106a743114d6c6f9b41f36c97be2a8e628d +PKG_HASH:=000b011d339c141af9646d43288f54325ff5c6e8d39d6e482b787bbc6654c26a PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING @@ -117,8 +117,6 @@ endif CONFIGURE_VARS += \ ac_cv_header_regex_h=no \ - ac_cv_func_strcasecmp=no \ - ac_cv_func_strncasecmp=no define Package/nano-plus/conffiles /etc/nanorc -- 2.30.2