From: Hannu Nyman Date: Mon, 16 Jun 2025 16:45:33 +0000 (+0300) Subject: nano: update to 8.5 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b6f37bc584f75acb57cde9430e19fe7f77ced86a;p=feed%2Fpackages.git 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 (cherry picked from commit cfdf5fffec99c025c5ae93ad450566a28c915837) --- 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