pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/digest/files



Module Name:    pkgsrc
Committed By:   dholland
Date:           Thu Jan  3 10:20:31 UTC 2013

Modified Files:
        pkgsrc/pkgtools/digest/files: config.h.in configure.ac md5c.c rmd160.c
            sha2.h sha2hl.c whirlpool.c

Log Message:
Remove configure test for vprintf, which wasn't even being used, and
configure tests for memset/memcpy, which are standard and haven't
needed checking in a long time. This makes the configure script
tolerate injection of -Werror.

Fix signed/unsigned mismatches in the sha2 and whirlpool code. This
package now passes -Wall with gcc45.

Bump the package version to 20121220, which is when I made these
changes.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/pkgtools/digest/files/config.h.in \
    pkgsrc/pkgtools/digest/files/sha2.h
cvs rdiff -u -r1.17 -r1.18 pkgsrc/pkgtools/digest/files/configure.ac
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/digest/files/md5c.c
cvs rdiff -u -r1.7 -r1.8 pkgsrc/pkgtools/digest/files/rmd160.c \
    pkgsrc/pkgtools/digest/files/sha2hl.c
cvs rdiff -u -r1.6 -r1.7 pkgsrc/pkgtools/digest/files/whirlpool.c

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




Home | Main Index | Thread Index | Old Index