pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/gzip



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun  9 16:55:09 UTC 2013

Modified Files:
        pkgsrc/archivers/gzip: Makefile distinfo
        pkgsrc/archivers/gzip/patches: patch-ab
Removed Files:
        pkgsrc/archivers/gzip/patches: patch-ac patch-ad patch-ae patch-af
            patch-ag patch-ah

Log Message:
Update to 1.5

Changelog:
* Noteworthy changes in release 1.5 (2012-06-17) [stable]

** Bug fixes

  gzip -d now decodes and checks header CRC16 checksums as specified by
  the FHCRC section of Internet RFC 1952.

  "gzip -d -S '' precious.gz" is now rejected immediately.  Before,
  that command would emulate "rm -i precious.gz", but with an easily-
  misunderstood prompt.  I.e., gzip would ask if it's ok to remove the
  existing file, "precious.gz".  If you made the mistake of saying "yes",
  it would remove that input file before attempting to uncompress it.

  gzip -cdf now properly handles input consisting of gzip'd data followed
  by uncompressed data.  Before it would output raw compressed input, too.
  For example, now "(printf x|gzip; echo y)|gzip -dcf" prints "xy\n",
  while before it would print "x<compressed data>y\n".

  gzip -rf no longer compresses files more than once (e.g., replacing
  FOO with FOO.gz.gz) on file systems such as ZFS where a readdir
  loop that unlinks and creates files can revisit output files.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/gzip/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/gzip/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/gzip/patches/patch-ab
cvs rdiff -u -r1.1 -r0 pkgsrc/archivers/gzip/patches/patch-ac \
    pkgsrc/archivers/gzip/patches/patch-ad \
    pkgsrc/archivers/gzip/patches/patch-ae \
    pkgsrc/archivers/gzip/patches/patch-af \
    pkgsrc/archivers/gzip/patches/patch-ag \
    pkgsrc/archivers/gzip/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index