Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-28 | add missing DESCR to DISTFILES. | grant | 1 | -2/+2 | |
2004-03-28 | sync with ../DESCR | grant | 1 | -5/+2 | |
2004-03-22 | USE_BUILDLINK3 must be "yes" or "no", not just defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-13 | Set USE_DIGEST=no to avoid checking and building a new digest package. | jlam | 1 | -4/+4 | |
XXX This line should be removed once pkgsrc/bootstrap is up and running. | |||||
2004-03-13 | Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem with | jlam | 1 | -1/+6 | |
possibly depending on gcc. XXX This should be removed after digest-handling has been changed to be XXX done by BUILD_DEPENDS. | |||||
2004-01-26 | Conditionally set DISTNAME, since this Makefile is included by the | agc | 1 | -2/+2 | |
pkgsrc/pkgtools/rdigest Makefile, which will end up with a PKGNAME of digest-... otherwise. Noticed on bulk build output. | |||||
2004-01-05 | bl3ify | jlam | 1 | -2/+3 | |
2003-07-24 | Fix the usage line. Addresses PR pkg/22207. | atatat | 1 | -3/+4 | |
2003-07-20 | Remove AC_FUNC_MALLOC: there is no need to check for a compatible GNU malloc | seb | 2 | -221/+4 | |
as there is no call to malloc(0) in this code. As a side effect, need to explicitly add a check for <stdlib.h>. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-07-12 | don't define test target directly, use do-test instead | dillo | 1 | -2/+2 | |
2003-07-06 | remove (now) inaccurate comment, as digest isn't statically linked. | grant | 1 | -5/+2 | |
also mention it does sha256, sha384 and sha512, too. | |||||
2003-06-23 | Only need to #include <digest-types.h> once. Discovered during sync | atatat | 1 | -4/+2 | |
with bootstrap-pkgsrc/digest. | |||||
2003-06-16 | Redde Caesari quae sunt Caesaris... | seb | 4 | -7/+5 | |
2003-06-16 | A function that is declared to return an int *really ought to do do*. | atatat | 1 | -2/+4 | |
I expect that since all possible code paths through this function did, as their last step, an assignment of what was to be the return value, that the registers somehow ended up nicely arranged after we fell out of the bottom of the function. But it's still better just to return a value. | |||||
2003-06-15 | Reword the guts of digest so that the entry points into the various | atatat | 1 | -162/+80 | |
hashes (fooInit(), fooUpdate(), fooFinal(), and fooFile()) are in the array of structs that list the digests we support. This makes the code somewhat simpler, easier to patch, and makes it much easier to add new algorithms. Note that since this *only* changes the inner workings of the digest program, we don't need to touch the version number. Approved (finally) by agc. :) | |||||
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2003-01-22 | Make sure PKG_DBDIR exists before installation, "just in case". | agc | 1 | -1/+4 | |
2003-01-09 | Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment. | schmonz | 1 | -1/+2 | |
2002-12-24 | USE_BUILDLINK2 after all. It works, so why not? | schmonz | 1 | -2/+2 | |
2002-12-21 | These packages no longer use BSD-style .mk files, so MANCOMPRESSED_IF_MANZ | schmonz | 1 | -3/+1 | |
and MANINSTALL aren't needed. | |||||
2002-12-21 | "Import" autoconf'd digest source from othersrc/bootstrap-pkgsrc/digest | schmonz | 35 | -205/+11094 | |
into ${FILESDIR}. (Using autoconf greatly simplifies maintenance of this package across multiple platforms.) Copy the sources into ${WRKSRC} during "do-extract". We automagically determine VERSION by inspecting ${FILESDIR}/configure. USE_BUILDLINK2=no because this is a pkgsrc bootstrap tool. | |||||
2002-11-17 | Tweaks for OpenBSD (cf. recent bootstrap-pkgsrc commit) | cjep | 1 | -3/+3 | |
2002-09-04 | Revert last change after buildlink2 problem was fixed by Johnny C. Lam. | tron | 1 | -1/+3 | |
2002-09-02 | Enabling buildlink2 for this package isn't necessary and breaks | tron | 1 | -3/+1 | |
bootstrapping on Solaris. | |||||
2002-08-23 | Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk. | jlam | 1 | -2/+4 | |
2002-07-29 | Tabify, and apply patch from pkg/17331 by Julio Merino, adding | wiz | 1 | -6/+8 | |
NO_PATCH and NO_CONFIGURE. | |||||
2002-06-21 | Make this work under Linux, and fix manpage install on SunOS | abs | 2 | -5/+12 | |
2002-03-04 | Use PLIST filtering based on MANINSTALL's content: pre-install is not | seb | 2 | -13/+4 | |
needed anymore, manpage related entries added to PLIST. | |||||
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 | |