From: Ariel Xiong Date: Sun, 25 May 2025 14:18:26 +0000 (+0800) Subject: bash: bump to 5.2.37 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ca2b5ea51f8cf7354df28a566eec77dc548da670;p=openwrt-packages.git bash: bump to 5.2.37 fix autoconf test for broken strtold fix for parsing compound assignment while expanding alias fix compilation on systems that provide select or pselect but not both fix for reading partial invalid multibyte characters fix issue where comparing quoted and unquoted words to be completed results in readline not displaying possible matches Signed-off-by: Ariel Xiong --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index b55e02c8c..9d992dc2b 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bash -PKG_VERSION:=5.2.32 +PKG_VERSION:=5.2.37 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/bash -PKG_HASH:=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5 +PKG_HASH:=9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff PKG_MAINTAINER:=Marcel Denia PKG_LICENSE:=GPL-3.0-or-later