Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 11/22/2005 09:05:30
Module Name:	src
Committed By:	mrg
Date:		Tue Nov 22 09:05:30 UTC 2005

Modified Files:
	src/usr.bin/gzip: gzip.c unbzip2.c zuncompress.c

Log Message:
apply a patch from onno van der linden in PR#32070 that fixes
these problems:
	1) gzip -vt just prints the contents of a .Z file
	2) gzip -vt will print OK even if the .gz file is corrupt
	3) gzip -vt prints nothing with a .bz2 file
	4) gzip can loop endlessly with a corrupt .bz2 file


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/usr.bin/gzip/gzip.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/gzip/unbzip2.c
cvs rdiff -r1.5 -r1.6 src/usr.bin/gzip/zuncompress.c

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