summaryrefslogtreecommitdiff
path: root/pkgtools/digest
AgeCommit message (Collapse)AuthorFilesLines
2005-08-21include digest-types.h so the various {u,}intNN_t types are defined.grant1-0/+2
fixes build on BSD/OS. from T. M. Pederson in PR pkg/31024.
2005-07-31Update digest to version 20050731:agc4-410/+833
Pull in a patch from Vsevolod Stakhov via FreeBSD: Because that the 55-bytes input-message becomes just 64 bytes block after `the message terminator code(0x80)' and `size-field(8-bytes field)' are added. Perhaps, I think the block of a lot of one be made at this time. Fixes PR 30857
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Include stdint.h because uint32_t is used. Makes the package build onminskim1-0/+7
Linux again.
2005-03-23fix a memory leak.yamt1-2/+4
2005-03-23Update digest to version 20050323. The whirlpool digest algorithm wasagc9-24/+2023
added in this version, taken from the reference code from the NESSIE project. Passes regression test suite on NetBSD/{i386,sparc64} and also on SunOS 5.9 sparc (thanks, Jonathan).
2005-03-22Bump date for tiger. > -> \*[Gt]wiz1-3/+3
2005-03-22Add support for the tiger algorithm to digest.agc9-13/+880
Bump version to 20050310. The cabal known as the cryptographers might like to have a look at the first two results in test 6 of the regression tests.
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2004-12-15update config.{sub,guess} to fix build on newer platforms such asgrant2-235/+476
DragonFly. part of PR pkg/28579 from Todd Willey. thanks!
2004-10-14Make MAINTAINER, HOMEPAGE, and COMMENT use ?= instead of = so that theatatat1-4/+4
rdigest package works. I have no idea why I never committed this before.
2004-03-28add missing DESCR to DISTFILES.grant1-2/+2
2004-03-28sync with ../DESCRgrant1-5/+2
2004-03-22USE_BUILDLINK3 must be "yes" or "no", not just defined/undefined.jlam1-2/+2
2004-03-13Set USE_DIGEST=no to avoid checking and building a new digest package.jlam1-4/+4
XXX This line should be removed once pkgsrc/bootstrap is up and running.
2004-03-13Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem withjlam1-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-26Conditionally set DISTNAME, since this Makefile is included by theagc1-2/+2
pkgsrc/pkgtools/rdigest Makefile, which will end up with a PKGNAME of digest-... otherwise. Noticed on bulk build output.
2004-01-05bl3ifyjlam1-2/+3
2003-07-24Fix the usage line. Addresses PR pkg/22207.atatat1-3/+4
2003-07-20Remove AC_FUNC_MALLOC: there is no need to check for a compatible GNU mallocseb2-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-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-07-06remove (now) inaccurate comment, as digest isn't statically linked.grant1-5/+2
also mention it does sha256, sha384 and sha512, too.
2003-06-23Only need to #include <digest-types.h> once. Discovered during syncatatat1-4/+2
with bootstrap-pkgsrc/digest.
2003-06-16Redde Caesari quae sunt Caesaris...seb4-7/+5
2003-06-16A function that is declared to return an int *really ought to do do*.atatat1-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-15Reword the guts of digest so that the entry points into the variousatatat1-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-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-01-22Make sure PKG_DBDIR exists before installation, "just in case".agc1-1/+4
2003-01-09Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment.schmonz1-1/+2
2002-12-24USE_BUILDLINK2 after all. It works, so why not?schmonz1-2/+2
2002-12-21These packages no longer use BSD-style .mk files, so MANCOMPRESSED_IF_MANZschmonz1-3/+1
and MANINSTALL aren't needed.
2002-12-21"Import" autoconf'd digest source from othersrc/bootstrap-pkgsrc/digestschmonz35-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-17Tweaks for OpenBSD (cf. recent bootstrap-pkgsrc commit)cjep1-3/+3
2002-09-04Revert last change after buildlink2 problem was fixed by Johnny C. Lam.tron1-1/+3
2002-09-02Enabling buildlink2 for this package isn't necessary and breakstron1-3/+1
bootstrapping on Solaris.
2002-08-23Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.jlam1-2/+4
2002-07-29Tabify, and apply patch from pkg/17331 by Julio Merino, addingwiz1-6/+8
NO_PATCH and NO_CONFIGURE.
2002-06-21Make this work under Linux, and fix manpage install on SunOSabs2-5/+12
2002-03-04Use PLIST filtering based on MANINSTALL's content: pre-install is notseb2-13/+4
needed anymore, manpage related entries added to PLIST.
2001-12-03Miscellaneous man page fixes.wiz1-7/+8
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
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.wiz2-7/+7
Bump to 20010807.
2001-07-09Bump version to 20010709hubertf1-2/+2
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-06-14Fix problem under Solaris caused by latest changes to "bsd.prefs.mk"tron1-2/+2
and "bsd.pkg.mk". Problem noted by Stoned Elipot in private e-mail.
2001-05-17Capitalise first letter of COMMENTabs1-2/+2