Subject: PR/32070 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:09
The following reply was made to PR bin/32070; it has been noted by GNATS.

From: James Chacon <jmc@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32070 CVS commit: [netbsd-2] src/usr.bin/gzip
Date: Wed, 14 Dec 2005 04:06:59 +0000 (UTC)

 Module Name:	src
 Committed By:	jmc
 Date:		Wed Dec 14 04:06:59 UTC 2005
 
 Modified Files:
 	src/usr.bin/gzip [netbsd-2]: unbzip2.c
 
 Log Message:
 Pullup rev 1.9 (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.1.2.4.2.1 -r1.1.2.4.2.2 src/usr.bin/gzip/unbzip2.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.