Changelog for
gzip-1.6-8.2.1.i586.rpm :
Mon May 12 14:00:00 2014 vdziewieckiAATTsuse.com
- Remove unneeded update-alternatives requirement (bnc#876129)
- Clean spec
Thu Sep 26 14:00:00 2013 schwabAATTsuse.de
- Don\'t install twice
Tue Jul 30 14:00:00 2013 sweet_f_aAATTgmx.de
- add the correct project URL
Tue Jul 9 14:00:00 2013 schwabAATTsuse.de
- Override broken configure checks
Mon Jun 10 14:00:00 2013 jengelhAATTinai.de
- Update to new upstream release 1.6
* The \"--keep\" (-k) option was added to not delete input files,
similar to other tools such as xz, lzip, and bzip2.
* A decompression issue with certain invalid data in the \"pack\"
format was fixed.
* An incorrect overwrite when compiled with optimization was fixed.
* zgrep\'s handling of multi-digit context options was fixed.
* zmore now acts more like \"more\".
- More robust make install call
- Provide files for signature verification (we do not actually do
it because gzip is part of the bootstrap cycle; but if you have
gpg-offline listed as Support or in ~/.oscrc, it will be done)
Thu Mar 28 13:00:00 2013 mmeisterAATTsuse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
Tue Jan 29 13:00:00 2013 vdziewieckiAATTsuse.com
- Add support for xz and lzma (bnc#799561 - zgrep silently fails on
LZMA compressed files) - xz_lzma.patch
Tue Oct 16 14:00:00 2012 vcizekAATTsuse.com
- 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
Tue Jul 17 14:00:00 2012 ajAATTsuse.de
- Fix build with missing gets declaration (glibc 2.16)
Tue Feb 7 13:00:00 2012 rschweikertAATTsuse.com
- keep binaries in /usr tree (UsrMerge project)
Sat Nov 13 13:00:00 2010 cristian.rodriguezAATTopensuse.org
- disable silent rules.
Sun Sep 19 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 1.4:
+ gzip -d could segfault and/or clobber the stack, possibly
leading to arbitrary code execution. This affects x86_64 but
not 32-bit systems. This fixes CVE-2010-0001. See also
rh#554418.
+ gzip -d would fail with a CRC error for some valid inputs.
So far, the only valid input known to exhibit this failure was
compressed \"from FAT filesystem (MS-DOS, OS/2, NT)\". In
addition, to trigger the failure, your memcpy implementation
must copy in the \"reverse\" order.
- Drop gzip-CVE-2010-0001.diff: fixed upstream.
- Remove AutoReqProv: it\'s default now.
- Use %configure, %makeinstall, and %{_bindir}.
- Update zdiff.diff: some of the patch is upstream now. It\'s
unclear to me if the rest is still needed :/ So leaving it.
- Rebase zgrep.diff.
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Tue Jan 19 13:00:00 2010 msebenAATTnovell.com
- updated to 1.3.13
- gzip interprets an argument of \"-\" as indicating stdin, but when
\"-\" is not the first name on the command line, it doesn\'t work.
- remove useless if-before-free tests
- remove useless casts to avoid \"make syntax-check\" failures
- avoid spurious warnings from clang
- avoid a leak on a error path
- don\'t misinterpret a failing test as successful
- avoid creating an undersized buffer for the hufts table
A malformed input file can cause gzip to crash with a segmentation
violation or hang in an endless loop.
- avoid silent data loss e.g., on NFS, due to unchecked close of stdout
- build require automake-1.11 and produce xz-compressed tarballs, too
- deprecated futimens.diff and CVE-2009-2624.diff
Thu Jan 14 13:00:00 2010 msebenAATTnovell.com
- added gzip-CVE-2009-2624.diff and gzip-CVE-2010-0001.diff : fix
possible denial of service and arbitrary code execution
Sun Dec 6 13:00:00 2009 jengelhAATTmedozas.de
- enabled parallel make
Tue Mar 10 13:00:00 2009 sfAATTsuse.de
- added doc files (README, TODO, ...) (bnc #414305)