<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/bash/patches, 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: 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>bash: update to version 5.2.15</title>
<updated>2023-01-20T03:47:30Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2023-01-20T03:43:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f350e2c2cb49e081ff612f62669ef7f05ff5ec4f'/>
<id>urn:sha1:f350e2c2cb49e081ff612f62669ef7f05ff5ec4f</id>
<content type='text'>
Refreshed patches

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: update to 5.1.8</title>
<updated>2021-07-21T07:15:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=069f1a80b65ebde9d1df7f3a9a468660b1a451d7'/>
<id>urn:sha1:069f1a80b65ebde9d1df7f3a9a468660b1a451d7</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Remove upstream backports.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: fixing missing PARAMS() macro in strtod.c</title>
<updated>2021-04-04T01:57:09Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2021-03-02T21:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fd9012836aefc9abd6da8ee1c34119d193d3449d'/>
<id>urn:sha1:fd9012836aefc9abd6da8ee1c34119d193d3449d</id>
<content type='text'>
Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>bash: import upstream patches for 5.1</title>
<updated>2020-12-30T15:09:41Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-12-30T15:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=326315425a84b456047c9e65b808fcafd1fac772'/>
<id>urn:sha1:326315425a84b456047c9e65b808fcafd1fac772</id>
<content type='text'>
Source:
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-001
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-002
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-003
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-004

Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: update to 5.1</title>
<updated>2020-12-09T00:57:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-08T09:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fd0188383fe66a3062bcd4eb4f3fe1f4ca568e99'/>
<id>urn:sha1:fd0188383fe66a3062bcd4eb4f3fe1f4ca568e99</id>
<content type='text'>
Remove upstreamed patches.

Refresh others.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash: Enable system-wide .bashrc file, source /etc/shinit</title>
<updated>2020-04-28T20:38:24Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-28T20:31:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1929baac6d247ea51b8fb7f8a33f46d137211eac'/>
<id>urn:sha1:1929baac6d247ea51b8fb7f8a33f46d137211eac</id>
<content type='text'>
This enables a system-wide .bashrc file (/etc/bash.bashrc), as well as
some other options related to startup files, and sources /etc/shinit for
interactive shells.

Fixes https://bugs.openwrt.org/index.php?do=details&amp;task_id=3019.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
</feed>
