SHA256
6
0
forked from pool/bash

Add patches bash52-001 and bash52-002

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=357
This commit is contained in:
2022-10-06 12:13:37 +00:00
committed by Git OBS Bridge
parent 6e8cf7b7b7
commit df0616707c
3 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 6 10:43:59 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Add upstream patches
* bash52-001
Expanding unset arrays in an arithmetic context can cause a
segmentation fault.
* bash52-002
Starting bash with an invalid locale specification for
LC_ALL/LANG/LC_CTYPE can cause the shell to crash.
- Do not run checks in parallel as it eats memory, a lot of memory
- Disable alternate array implementation as it eats a lot of memory
-------------------------------------------------------------------
Tue Sep 27 07:54:48 UTC 2022 - Dr. Werner Fink <werner@suse.de>
@@ -11,7 +24,6 @@ Tue Sep 27 07:44:16 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Modernize run-tests
-------------------------------------------------------------------
Sat Sep 24 13:57:27 UTC 2022 - Christopher Yeleighton <giecrilj@stegny.2a.pl>