summaryrefslogtreecommitdiff
path: root/pkgtools/digest/files
AgeCommit message (Collapse)AuthorFilesLines
2002-06-21Make this work under Linux, and fix manpage install on SunOSabs1-4/+4
2001-12-03Miscellaneous man page fixes.wiz1-7/+8
2001-10-30Don't build digest statically on Darwin.agc1-3/+3
2001-08-07Add some `\n' in error messages, per pkg/13650 by Stoned Elipot.wiz1-5/+5
Bump to 20010807.
2001-07-09Pull in consistent set of headers (<sys/cdefs.h> - BSD-specific too,hubertf4-4/+12
but at least it's consistent :)
2001-07-09Get rid of BSD err() and warn() functions - for great just^Wportability!hubertf1-6/+6
2001-07-09Always use this pkg's md5 routines. The Solaris ones e.g. aren'thubertf1-2/+2
compatible, and not everyone uses a full BSD environment on !BSD.
2001-03-29Include the rmd160 sources unconditionally, in reponse to a number ofagc1-3/+1
reports which state that, although /usr/include/rmd160.h exists, the corresponding rmd160*() routines are not available in libc. Bump version number to 20010320
2001-03-26+ Use libc mods to force aligned access.agc3-8/+6
+ Always use the included sha1 source, since libc's may cause unaligned access. + Don't allow weak aliases in included sha1 code. + Bump package version number
2001-03-22Align correctly on LP64 platforms - from Andrew Brown and Simon Burge.agc1-3/+3
Bump version string accordingly
2001-03-14No functional changes.agc1-0/+30
Add a very small regression test script. Add a "test" target to the package Makefile. Suggested by Dan McMahill.
2001-03-13add missing header file. makes this build on alpha with -Werror.dmcmahill1-2/+3
2001-03-12Add sha256, sha384 and sha512 digest algorithms, with BSD-licencedagc6-6/+1522
code from Aaron Gifford. Bump version number to 20010307 Simplify the manual page installation: + remove the :D.gz modifier from the manual page installation commands. It's not necessary, as bsd.pkg.mk works out whether the manual page is gzipped or not + just use the make(1) :M modifier to work out whether catinstall and maninstall are set in ${MANINSTALL}
2001-03-11Make this build with the latest "zoularis" again.tron1-2/+2
2001-03-10Remove unnecessary bootstrap kludge to make patches work for this package.tron3-7/+8
Because the source are included we can simply update them.
2001-03-10To make bootstrap of this package work again we need MD5 checksums.tron1-3/+3
2001-03-10regen (pkglint!)wiz1-3/+3
2001-03-10Make this package work under Solaris.tron1-0/+4
2001-03-08Don't use __weak_alias() when compiling. Fixes a coredump on 1.5, notedagc2-4/+8
by Chuq Silvers
2001-03-06Import of a small utility, which calculates message digests, into theagc12-0/+1868
NetBSD packages collection. At the current time, this utility calculates md5, sha1 and rmd160 message digests, but is designed to be extensible, so that other algorithms can be added easily, if and when they appear. The utility outputs digests in the same format as md5(1) in basesrc. It is designed to be small, and to be linked statically.