SHA256
1
0
forked from pool/busybox

Accepting request 860408 from home:kukuk:container

- Update to version 1.32.1
  - fixes a case where in ash, "wait" never finishes. 

- sendmail-ignore-F-option.patch: ignore -F option as used by
  cron (workaround for [bbn#13426])

OBS-URL: https://build.opensuse.org/request/show/860408
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=84
This commit is contained in:
2021-01-05 09:00:02 +00:00
committed by Git OBS Bridge
parent 37f162f0c7
commit 67d783471a
5 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 5 08:17:09 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 1.32.1
- fixes a case where in ash, "wait" never finishes.
-------------------------------------------------------------------
Tue Jan 5 07:26:20 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- sendmail-ignore-F-option.patch: ignore -F option as used by
cron (workaround for [bbn#13426])
-------------------------------------------------------------------
Wed Dec 9 14:40:27 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>