SHA256
6
0
forked from pool/bash

Add official patch bash50-017

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=312
This commit is contained in:
2020-05-09 07:08:45 +00:00
committed by Git OBS Bridge
parent f3053694c4
commit 001e6e2140
3 changed files with 11 additions and 257 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 9 07:03:45 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add official patch bash50-017
* There were cases where patch 16 reaped process substitution
file descriptors (or FIFOs) and processes to early. This is
a better fix for the problem that bash50-016 attempted to solve.
- Remove temporary patch bash50-fix-016-close-new-fifos.patch
-------------------------------------------------------------------
Sun Apr 19 08:03:03 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>