Age | Commit message (Expand) | Author | Files | Lines |
2010-01-23 | Exactly include unistd.h for size_t (at least, need for Haiku). | obache | 5 | -4/+24 |
2009-05-09 | Define int64_t if missing. Should fix PR 41396. | joerg | 3 | -1/+122 |
2009-02-09 | Regen with autoconf 2.63. The endian macro issues on Mac OS X have been | joerg | 2 | -1150/+1613 |
2008-05-11 | Bump version to 20080510. | joerg | 2 | -11/+11 |
2008-05-11 | As workaround for PR 38625, rebuild with autoconf 2.61. | joerg | 1 | -1477/+1060 |
2008-05-09 | Fix a bug in the SHA512 implementation that would be triggered if the | joerg | 1 | -1/+1 |
2008-05-09 | digest-20080509: | joerg | 4 | -1072/+1496 |
2007-09-21 | Fully ANSIfy and use size_t and uint32_t in places where u_int was used | joerg | 16 | -149/+91 |
2007-09-14 | Don't use u_char when uint8_t are meant. Don't mess with __attribute__, | joerg | 11 | -66/+70 |
2007-08-03 | Bump version to 20070803 after fixing a crash when generating Tiger hashes | tnn | 2 | -11/+11 |
2007-08-03 | Allocate enough storage space to hold a tiger hash. Corrects a | tnn | 1 | -3/+3 |
2007-08-02 | Include inttypes.h if it exists. Fixes issues on OSF/1 as reported | joerg | 6 | -4/+27 |
2007-07-27 | As reported by tnn@, the old approach to find the byte order | joerg | 7 | -290/+278 |
2007-07-08 | Include stdint.h to use integer types such as uint32_t. | minskim | 5 | -4/+24 |
2007-07-03 | Make pkgtools/digest cross-compilation ready and actually improve | joerg | 21 | -3799/+2804 |
2007-03-12 | Sync config.{guess,sub} with mk/gnu-configure. | joerg | 2 | -361/+481 |
2006-08-29 | Revert libncompat usage and kill the use of snprintf in whirlpool and | joerg | 5 | -61/+56 |
2006-03-02 | Update the digest package to 20060302. | agc | 5 | -45/+44 |
2006-03-01 | Update AC_C___ATTRIBUTE__ macro with newer version on Heimdal, | joerg | 2 | -19/+7 |
2005-08-21 | include digest-types.h so the various {u,}intNN_t types are defined. | grant | 1 | -0/+2 |
2005-07-31 | Update digest to version 20050731: | agc | 4 | -410/+833 |
2005-03-24 | Include stdint.h because uint32_t is used. Makes the package build on | minskim | 1 | -0/+7 |
2005-03-23 | fix a memory leak. | yamt | 1 | -2/+4 |
2005-03-23 | Update digest to version 20050323. The whirlpool digest algorithm was | agc | 7 | -21/+2019 |
2005-03-22 | Bump date for tiger. > -> \*[Gt] | wiz | 1 | -3/+3 |
2005-03-22 | Add support for the tiger algorithm to digest. | agc | 8 | -11/+869 |
2004-12-15 | update config.{sub,guess} to fix build on newer platforms such as | grant | 2 | -235/+476 |
2004-03-28 | add missing DESCR to DISTFILES. | grant | 1 | -2/+2 |
2004-03-28 | sync with ../DESCR | grant | 1 | -5/+2 |
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 |
2003-06-23 | Only need to #include <digest-types.h> once. Discovered during sync | atatat | 1 | -4/+2 |
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 |
2003-06-15 | Reword the guts of digest so that the entry points into the various | atatat | 1 | -162/+80 |
2002-12-21 | "Import" autoconf'd digest source from othersrc/bootstrap-pkgsrc/digest | schmonz | 33 | -169/+11081 |
2002-06-21 | Make this work under Linux, and fix manpage install on SunOS | abs | 1 | -4/+4 |
2001-12-03 | Miscellaneous man page fixes. | wiz | 1 | -7/+8 |
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 | 1 | -5/+5 |
2001-07-09 | Pull in consistent set of headers (<sys/cdefs.h> - BSD-specific too, | hubertf | 4 | -4/+12 |
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 |
2001-03-29 | Include the rmd160 sources unconditionally, in reponse to a number of | agc | 1 | -3/+1 |
2001-03-26 | + Use libc mods to force aligned access. | agc | 3 | -8/+6 |
2001-03-22 | Align correctly on LP64 platforms - from Andrew Brown and Simon Burge. | agc | 1 | -3/+3 |
2001-03-14 | No functional changes. | agc | 1 | -0/+30 |
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 | 6 | -6/+1522 |
2001-03-11 | Make this build with the latest "zoularis" again. | tron | 1 | -2/+2 |