Accepting request 662062 from home:AndreasStieger:branches:Base:System

gzip 1.10

OBS-URL: https://build.opensuse.org/request/show/662062
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=66
This commit is contained in:
2019-01-02 12:41:47 +00:00
committed by Git OBS Bridge
parent 8be0d6dd54
commit 8fe39be186
8 changed files with 50 additions and 189 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Dec 30 11:34:12 UTC 2018 - astieger@suse.com
- gzip 1.10:
* Compressed gzip output no longer contains the current time as
a timestamp when the input is not a regular file. Instead, the
output contains a null (zero) timestamp. This makes gzip's
behavior more reproducible when used as part of a pipeline.
* A use of uninitialized memory on some malformed inputs has been
fixed.
* A few theoretical race conditions in signal handers have been
fixed.
- drop upstreamed patches:
* gnulib-libio.patch
* gzip-1.8-deprecate_netstat.patch
-------------------------------------------------------------------
Wed Aug 1 14:03:39 UTC 2018 - schwab@suse.de