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:   agc
Date:           Thu Mar  3 22:11:07 UTC 2016

Modified Files:
        pkgsrc/pkgtools/digest/files: COPYING Makefile.in configure
            configure.ac digest.1 digest.c tiger.h
Added Files:
        pkgsrc/pkgtools/digest/files: keccak.c keccak.h sha3.c sha3.h sha3hl.c

Log Message:
Update digest to version 20160216, as proposed on tech-pkg.

Changes since previous version:

+ add Taylor Campbell's implementation of SHA3 digests.  This includes
code to calculate 224, 256, 384 and 512bit length digests.

+ change the license on all the code I wrote to be 2-clause BSD

+ modify license years for things that have been changed

+ add self-test command line option to digest(1) via the -t switch

pkgsrc changes

+ derive version number for the package automatically from the source
code


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/digest/files/COPYING
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/digest/files/Makefile.in
cvs rdiff -u -r1.19 -r1.20 pkgsrc/pkgtools/digest/files/configure
cvs rdiff -u -r1.18 -r1.19 pkgsrc/pkgtools/digest/files/configure.ac
cvs rdiff -u -r1.7 -r1.8 pkgsrc/pkgtools/digest/files/digest.1
cvs rdiff -u -r1.15 -r1.16 pkgsrc/pkgtools/digest/files/digest.c
cvs rdiff -u -r0 -r1.1 pkgsrc/pkgtools/digest/files/keccak.c \
    pkgsrc/pkgtools/digest/files/keccak.h pkgsrc/pkgtools/digest/files/sha3.c \
    pkgsrc/pkgtools/digest/files/sha3.h pkgsrc/pkgtools/digest/files/sha3hl.c
cvs rdiff -u -r1.6 -r1.7 pkgsrc/pkgtools/digest/files/tiger.h

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