bash: bump to 5.2.37
authorAriel Xiong <redacted>
Sun, 25 May 2025 14:18:26 +0000 (22:18 +0800)
committerRobert Marko <redacted>
Mon, 2 Jun 2025 07:19:07 +0000 (09:19 +0200)
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 <redacted>
utils/bash/Makefile

index b55e02c8ce6610aafe62f092e071d635b5ee2ebb..9d992dc2b6a84d86b9660b0df4b0a5aafd85be0c 100644 (file)
@@ -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 <naoir@gmx.net>
 PKG_LICENSE:=GPL-3.0-or-later
git clone https://git.99rst.org/PROJECT