Commit Graph

5 Commits

Author SHA256 Message Date
Danilo Spinella
81206a0b70 Accepting request 1108152 from home:dspinella:branches:Base:System
- Update to 1.13:
  * zless now diagnoses gzip failures, if using less 623 or later.
  * When SIGPIPE is ignored, gzip now exits with status 2 (warning)
  instead of status 1 (error) when writing to a broken pipe.  This is
  more useful with programs like 'less' that treat gzip exit status 2
  as a non-failure.
  * 'gzip -d' no longer fails to report invalid compressed data
  that uses a dictionary distance outside the input window.
  [bug present since the beginning]
  * Port to C23, which does not allow K&R-style function definitions
  with parameters, and which does not define __alignas_is_defined.
- Refreshed manpage-no-date.patch

OBS-URL: https://build.opensuse.org/request/show/1108152
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=95
2023-08-30 15:42:03 +00:00
3489662bec Accepting request 968007 from home:dirkmueller:Factory
- update to 1.12:
  * 'gzip -l' no longer misreports file lengths 4 GiB and larger.
    Previously, 'gzip -l' output the 32-bit value stored in the gzip
    header even though that is the uncompressed length modulo 2**32.
    Now, 'gzip -l' calculates the uncompressed length by decompressing
    the data and counting the resulting bytes.  Although this can take
    much more time, nowadays the correctness pros seem to outweigh the
    performance cons.
  * 'zless' is no longer installed on platforms lacking 'less'.
  * zgrep applied to a crafted file name with two or more newlines
    can no longer overwrite an arbitrary, attacker-selected file.
    [bug introduced in gzip-1.3.10]
  * zgrep now names input file on error instead of mislabeling it as
    "(standard input)", if grep supports the GNU -H and --label options.
  * 'zdiff -C 5' no longer misbehaves by treating '5' as a file name.
  * Configure-time options like --program-prefix now work.
- refresh zdiff.diff, zgrep.diff, zmore.diff

OBS-URL: https://build.opensuse.org/request/show/968007
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=86
2022-04-09 12:42:32 +00:00
Danilo Spinella
2cd2e398ab Accepting request 917691 from home:dspinella:branches:Base:System
- Update to 1.11:
  * Performance improvements
  * Added hardware acceleration for IBM Z
- Refresh patches:
  * manpage-no-date.patch
  * xz_lzma.patch
- Remove upstreamed patches:
  * gzip-1.10-fix-DFLTCC-segfault.patch
  * gzip-1.10-fix_count_of_lines_to_skIip.patch
  * gzip-1.10-ibm_dfltcc_support.patch

OBS-URL: https://build.opensuse.org/request/show/917691
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=83
2021-09-10 14:22:11 +00:00
ce8c81a170 Accepting request 563553 from home:kbabioch:branches:Base:System
Bump to gzip version 1.9

OBS-URL: https://build.opensuse.org/request/show/563553
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=58
2018-01-12 09:52:05 +00:00
64924cd2e7 Accepting request 380961 from home:scarabeus_iv:branches:Base:System
- Version update to release 1.7:
  * gzip now accepts the --synchronous option
  * gzip now accepts the --rsyncable option
  * The GZIP environment variable is now obsolescent
  * Installed programs like 'zgrep' now use the PATH environment variable as
    usual to find subsidiary programs like 'gzip' and 'grep'
- Remove obsolete patch tempfile.diff
- Remove upstreamed patch gzip-rsyncable.diff
- Rebase manpage-no-date.patch to apply to 1.7 version

- Rename reproducible.patch to something actually explanatory:
  * manpage-no-date.patch

OBS-URL: https://build.opensuse.org/request/show/380961
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=42
2016-03-29 15:54:32 +00:00