public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* Updated: gzip 1.12
@ 2022-05-07 15:53 Cygwin gzip Co-Maintainer
  0 siblings, 0 replies; only message in thread
From: Cygwin gzip Co-Maintainer @ 2022-05-07 15:53 UTC (permalink / raw)
  To: Cygwin Announcements

The following package has been in test for four weeks and has now been
upgraded to current stable in the Cygwin distribution:

* gzip	1.12

GNU gzip is a popular data compression program, developed to
replace compress because of patents covering the LZW algorithm
at the time, with better compression as a bonus.

For more information see the project home pages:

	https://www.gnu.org/software/gzip/
	https://sv.gnu.org/projects/gzip/

For changes since the previous Cygwin release please see below or read
/usr/share/doc/gzip/NEWS after installation; for complete details see:

	/usr/share/doc/gzip/ChangeLog
	https://git.sv.gnu.org/gitweb/?p=gzip.git;a=log;h=refs/tags/v1.12


Noteworthy changes in release 1.12 (2022-04-07) [stable]

* Changes in behavior

  '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'.

* Bug fixes

  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.
  [bug present since the beginning]

  Configure-time options like --program-prefix now work.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-07 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07 15:53 Updated: gzip 1.12 Cygwin gzip Co-Maintainer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).