GNU Zip Compression Utilities
Gzip reduces the size of the named files using Lempel-Ziv coding LZ77.
Whenever possible, each file is replaced by one with the extension .gz,
while keeping the same ownership modes and access and modification
times.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/gzip && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
gzip-1.12.tar.xz | 0000825548 806 KB | |
gzip-1.12.tar.xz.sig | 0000000833 833 Bytes | |
gzip.changes | 0000025790 25.2 KB | |
gzip.keyring | 0000004319 4.22 KB | |
gzip.spec | 0000004422 4.32 KB | |
manpage-no-date.patch | 0000000665 665 Bytes | |
non-exec-stack.diff | 0000000283 283 Bytes | |
xz_lzma.patch | 0000000759 759 Bytes | |
zdiff.diff | 0000000794 794 Bytes | |
zgrep.diff | 0000000621 621 Bytes | |
zmore.diff | 0000000856 856 Bytes |
Revision 60 (latest revision is 66)
Dominique Leuenberger (dimstar_suse)
accepted
request 968010
from
Marcus Meissner (msmeissn)
(revision 60)
- update to 1.12 (CVE-2022-1271,bsc#1198062): * '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
Comments 0