Subject: CVS commit: pkgsrc/pkgtools/digest
From: Joerg Sonnenberger
Date: 2006-08-29 15:43:11
Message id: 20060829134311.98BC2211CA@cvs.netbsd.org

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@

Files:
RevisionActionfile
1.51modifypkgsrc/pkgtools/digest/Makefile
1.9modifypkgsrc/pkgtools/digest/files/configure
1.8modifypkgsrc/pkgtools/digest/files/configure.ac
1.4modifypkgsrc/pkgtools/digest/files/regress.sh
1.2modifypkgsrc/pkgtools/digest/files/tiger.c
1.4modifypkgsrc/pkgtools/digest/files/whirlpool.c