Subject: PR/32105 CVS commit: [netbsd-2] src/usr.bin/gzip
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: James Chacon <jmc@netbsd.org>
List: netbsd-bugs
Date: 12/14/2005 04:10:05
The following reply was made to PR bin/32105; it has been noted by GNATS.
From: James Chacon <jmc@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32105 CVS commit: [netbsd-2] src/usr.bin/gzip
Date: Wed, 14 Dec 2005 04:06:55 +0000 (UTC)
Module Name: src
Committed By: jmc
Date: Wed Dec 14 04:06:55 UTC 2005
Modified Files:
src/usr.bin/gzip [netbsd-2]: gzip.c
Log Message:
Pullup rev 1.78 (requested by mrg in ticket #10172)
Fix a few issues:
gzip -vt just prints the contents of a .Z file
gzip -vt will print OK even if the .gz file is corrupt
gzip -vt prints nothing with a .bz2 file
gzip can loop endlessly with a corrupt .bz2 file
Don't warn about >4GB files not having their size correctly stored.
PR#32105 PR#32070
To generate a diff of this commit:
cvs rdiff -r1.29.2.29.2.4 -r1.29.2.29.2.5 src/usr.bin/gzip/gzip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.