<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/bash, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-06-20T16:48:35Z</updated>
<entry>
<title>bash: update to 5.3 patch level 15</title>
<updated>2026-06-20T16:48:35Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-06-18T04:34:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bdd34b5a27da9ca1a977462b8fb5a1a89ea8d904'/>
<id>urn:sha1:bdd34b5a27da9ca1a977462b8fb5a1a89ea8d904</id>
<content type='text'>
- Fix technically undefined behavior when comparing return value from
  realloc to the original pointer
- Update mapfile patch 11, removing stray line and improving the
  efficiency of the original fix
- Fix read builtin to avoid cases where -1 is used as an index into the
  input buffer

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: update to 5.3 patch level 12</title>
<updated>2026-06-09T11:17:25Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-06-09T04:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3085718815907c25841c00fc80985d80277bb9f4'/>
<id>urn:sha1:3085718815907c25841c00fc80985d80277bb9f4</id>
<content type='text'>
- Fix loop in subshells calling wait builtin with inherited job list
- Fix mapfile problem when callback unsets the variable it is modifying
- Fix subshells inappropriately running the EXIT trap if they receive a
  fatal signal before resetting traps

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: update to 5.3 patch level 9</title>
<updated>2026-01-18T05:19:05Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-01-08T04:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4a02dcb1c38077fccd5b29f4f59f7b715f5196fe'/>
<id>urn:sha1:4a02dcb1c38077fccd5b29f4f59f7b715f5196fe</id>
<content type='text'>
- Fix posix-mode issue with "wait -n", where it can return process IDs
  outside the requested set
- Do not try to use shm_open, there is too much variance in behavior
  across systems
- Remove internal quoting that causes failures when expanding nested
  array subscripts in an arithmetic context
- Fix issue with source when read(2) returns fewer characters than
  fstat(2) says are available
- Fix crash when restoring default disposition for SIGINT in
  asynchronous subshell
- Fix issues with range expressions and non-ascii characters in glob
  patterns when globasciiranges is enabled
- Fix issue where nofork command substitutions can affect
  redirections in the calling shell
- Fix issue with calling mbrtowc too much when translating
  ansic-single-quoted strings
- Fix crash when interrupting reverse i-search with ^C

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: refactor Makefile</title>
<updated>2026-01-18T05:19:05Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-01-05T13:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d9802c8ba91f1a39c11843743e8ced051b5d5d0a'/>
<id>urn:sha1:d9802c8ba91f1a39c11843743e8ced051b5d5d0a</id>
<content type='text'>
Order CONFIGURE_VARS and CONFIGURE_ARGS by ASCII.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: update to 5.3</title>
<updated>2026-01-03T13:22:31Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-01-02T13:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7c822261b0436ed025391891e4aa4b1848c1889e'/>
<id>urn:sha1:7c822261b0436ed025391891e4aa4b1848c1889e</id>
<content type='text'>
Release notes:
https://www.mail-archive.com/bug-bash@gnu.org/msg34422.html

- Drop 902-missing-params.patch, as the issue (openwrt/packages#15006)
  no longer occurs.
- Refresh remaining patches.
- Take over package maintenance.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>bash: fix build failed with GCC 15 #26784</title>
<updated>2025-06-23T07:34:50Z</updated>
<author>
<name>hingbong lo</name>
</author>
<published>2025-06-19T02:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9672ccaf5bcbd5460aeb6ef0f344fbc5e5f3e86c'/>
<id>urn:sha1:9672ccaf5bcbd5460aeb6ef0f344fbc5e5f3e86c</id>
<content type='text'>
by applying this patch, build successfully

Signed-off-by: hingbong lo &lt;hingbonglo@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: add CFLAGS_FOR_BUILD="-std=gnu17" flag</title>
<updated>2025-06-02T07:19:47Z</updated>
<author>
<name>Ariel Xiong</name>
</author>
<published>2025-05-25T14:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dab90ec210a772251266607c750d07117a000846'/>
<id>urn:sha1:dab90ec210a772251266607c750d07117a000846</id>
<content type='text'>
Fix #26469
add CFLAGS_FOR_BUILD="-std=gnu17" flag

Signed-off-by: Ariel Xiong &lt;ArielHeleneto@outlook.com&gt;
</content>
</entry>
<entry>
<title>bash: bump to 5.2.37</title>
<updated>2025-06-02T07:19:07Z</updated>
<author>
<name>Ariel Xiong</name>
</author>
<published>2025-05-25T14:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ca2b5ea51f8cf7354df28a566eec77dc548da670'/>
<id>urn:sha1:ca2b5ea51f8cf7354df28a566eec77dc548da670</id>
<content type='text'>
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 &lt;ArielHeleneto@outlook.com&gt;
</content>
</entry>
<entry>
<title>bash: update to 5.2.32</title>
<updated>2024-08-31T15:13:18Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-08-26T04:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=928ad5766ea856948bd3b63d32a9b14f56b06976'/>
<id>urn:sha1:928ad5766ea856948bd3b63d32a9b14f56b06976</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
</feed>
