Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-03 | Miscellaneous man page fixes. | wiz | 1 | -7/+8 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-30 | Don't build digest statically on Darwin. | agc | 1 | -3/+3 | |
2001-08-07 | Add some `\n' in error messages, per pkg/13650 by Stoned Elipot. | wiz | 2 | -7/+7 | |
Bump to 20010807. | |||||
2001-07-09 | Bump version to 20010709 | hubertf | 1 | -2/+2 | |
2001-07-09 | Pull in consistent set of headers (<sys/cdefs.h> - BSD-specific too, | hubertf | 4 | -4/+12 | |
but at least it's consistent :) | |||||
2001-07-09 | Get rid of BSD err() and warn() functions - for great just^Wportability! | hubertf | 1 | -6/+6 | |
2001-07-09 | Always use this pkg's md5 routines. The Solaris ones e.g. aren't | hubertf | 1 | -2/+2 | |
compatible, and not everyone uses a full BSD environment on !BSD. | |||||
2001-06-14 | Fix problem under Solaris caused by latest changes to "bsd.prefs.mk" | tron | 1 | -2/+2 | |
and "bsd.pkg.mk". Problem noted by Stoned Elipot in private e-mail. | |||||
2001-05-17 | Capitalise first letter of COMMENT | abs | 1 | -2/+2 | |
2001-05-09 | Revert previous change - the man pages get added to the generated PLIST | agc | 1 | -3/+1 | |
by the pre-install target, depending upon the setting of MANINSTALL. | |||||
2001-05-09 | add manpages | hubertf | 1 | -1/+3 | |
2001-03-29 | Include the rmd160 sources unconditionally, in reponse to a number of | agc | 2 | -5/+3 | |
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 | Withdraw that last change. "bsd.man.mk" compresses man pages whenever | fredb | 1 | -2/+2 | |
"MANZ" is set, regardless of it's value. The change only seemed to work because of the turds left over from the last failed install. | |||||
2001-03-26 | Make ${MANZ} really work even if protected by ".ifdef BSD_PKG_MK" in | fredb | 1 | -2/+2 | |
/etc/mk.conf. Otherwise, in the case where ${MANZ_COMPRESSED_IF_MANZ} and ${MANZ} are both protected by ".ifdef BSD_PKG_MK", the former fixes the PLIST inappropriately. | |||||
2001-03-26 | + Use libc mods to force aligned access. | agc | 4 | -11/+9 | |
+ 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-22 | Align correctly on LP64 platforms - from Andrew Brown and Simon Burge. | agc | 2 | -5/+5 | |
Bump version string accordingly | |||||
2001-03-16 | No manual pages under Solaris until "nroff" has been integrated into | tron | 1 | -1/+2 | |
"zoularis". | |||||
2001-03-14 | No functional changes. | agc | 2 | -2/+37 | |
Add a very small regression test script. Add a "test" target to the package Makefile. Suggested by Dan McMahill. | |||||
2001-03-13 | bump version to go with last change | dmcmahill | 1 | -2/+2 | |
2001-03-13 | add missing header file. makes this build on alpha with -Werror. | dmcmahill | 1 | -2/+3 | |
2001-03-12 | Add sha256, sha384 and sha512 digest algorithms, with BSD-licenced | agc | 7 | -20/+1531 | |
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-12 | Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier). | fredb | 1 | -3/+3 | |
2001-03-11 | Make this build with the latest "zoularis" again. | tron | 2 | -5/+9 | |
2001-03-10 | Remove unnecessary bootstrap kludge to make patches work for this package. | tron | 7 | -45/+9 | |
Because the source are included we can simply update them. | |||||
2001-03-10 | Solve chicken and egg problem by using a bootstrap digest shell script | tron | 2 | -7/+17 | |
used to verify the patch checksums of this package. | |||||
2001-03-10 | To make bootstrap of this package work again we need MD5 checksums. | tron | 1 | -3/+3 | |
2001-03-10 | regen (pkglint!) | wiz | 1 | -3/+3 | |
2001-03-10 | Make this package work under Solaris. | tron | 4 | -2/+37 | |
2001-03-08 | Don't use __weak_alias() when compiling. Fixes a coredump on 1.5, noted | agc | 2 | -4/+8 | |
by Chuq Silvers | |||||
2001-03-07 | Fix manual page registration. | kim | 2 | -4/+18 | |
2001-03-07 | Define "MANCOMPRESSED_IF_MANZ" to fix package registration on systems | tron | 1 | -1/+2 | |
with "MANZ" defined. | |||||
2001-03-06 | Actually, MANCOMPRESSED_IF_MANZ doesn't seem to be true. | wiz | 1 | -3/+1 | |
2001-03-06 | Import of a small utility, which calculates message digests, into the | agc | 15 | -0/+1912 | |
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. |