Subject: CVS commit: pkgsrc/pkgtools/digest
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 08/29/2006 13:43:11
Module Name:	pkgsrc
Committed By:	joerg
Date:		Tue Aug 29 13:43:11 UTC 2006

Modified Files:
	pkgsrc/pkgtools/digest: Makefile
	pkgsrc/pkgtools/digest/files: configure configure.ac regress.sh tiger.c
	    whirlpool.c

Log Message:
Revert libncompat usage and kill the use of snprintf in whirlpool and
tiger instead. Also kill bogus NULL pointer handling in both algorithms:
passing null pointers as buffers (when len != 0) or context is a serious
programming error and should result in a segfault. Bump version to
20060826. OK agc@


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 pkgsrc/pkgtools/digest/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/pkgtools/digest/files/configure
cvs rdiff -r1.7 -r1.8 pkgsrc/pkgtools/digest/files/configure.ac
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/digest/files/regress.sh \
    pkgsrc/pkgtools/digest/files/whirlpool.c
cvs rdiff -r1.1 -r1.2 pkgsrc/pkgtools/digest/files/tiger.c

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