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:Factory:LegacyX86/gzip && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
gzip-1.5.tar.gz | 0001114684 1.06 MB | |
gzip-rsyncable.diff | 0000012018 11.7 KB | |
gzip.changes | 0000015480 15.1 KB | |
gzip.spec | 0000002990 2.92 KB | |
non-exec-stack.diff | 0000000283 283 Bytes | |
tempfile.diff | 0000000750 750 Bytes | |
zdiff.diff | 0000000831 831 Bytes | |
zgrep.diff | 0000000684 684 Bytes | |
zmore.diff | 0000001029 1 KB |
Revision 27 (latest revision is 66)
Stephan Kulow (coolo)
accepted
request 138472
from
Marcus Meissner (msmeissn)
(revision 27)
- update to 1.5 - gzip -cdf mishandles some concatenated input streams: test it - gzip -cdf now handles concatenation of gzip'd and uncompressed data - gzip: fix a data-loss bug when decompressing with --suffix='' - gzip: fix nondeterministic compression results - fix "znew -K" to work without use of compress utility - Decode FHCRC flag properly, as per Internet RFC 1952. - zgrep: fix parsing of -Eh options - zgrep: terminate gracefully when a pipeline is interrupted by a signal - zgrep: fix shell portability bug with -f; fix mishandling of "-e -" - zless: decompress stdin too, if less 429 or later - dropped gzip-stdio.in.patch, refreshed others (forwarded request 138375 from vitezslav_cizek)
Comments 0