| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-02-17 | digest: catch configure.ac up with configure | gutteridge | 1 | -2/+2 |
| 2022-02-15 | digest: fix aliasing bug with gcc 11 | mcf | 2 | -3/+4 |
| 2021-10-23 | digest: match b2sum in terms of capitalizing BLAKE2s/BLAKE2b | nia | 2 | -4/+4 |
| 2021-10-05 | digest: Remove _POSIX_C_SOURCE. PR pkg/56439 | nia | 2 | -6/+4 |
| 2021-09-29 | digest: correct hash size of blake2s | nia | 2 | -3/+3 |
| 2021-09-28 | digest: Add blake2s hash. | nia | 7 | -6/+536 |
| 2019-01-27 | Update digest package to version 20190127 | agc | 3 | -16/+16 |
| 2018-11-07 | Fix build on Tribblix without introducing warnings on NetBSD. From | schmonz | 1 | -5/+3 |
| 2018-10-06 | digest: add the BLAKE2b digest. | nia | 9 | -10/+551 |
| 2017-07-29 | #include config.h only if HAVE_CONFIG_H is defined | cheusov | 1 | -0/+2 |
| 2016-03-04 | Update digest package to 20160304 | agc | 4 | -18/+14 |
| 2016-03-03 | Update digest to version 20160216, as proposed on tech-pkg. | agc | 12 | -128/+1463 |
| 2013-07-20 | Use Mt for email addresses. | wiz | 1 | -2/+2 |
| 2013-01-03 | Regen. | dholland | 1 | -129/+117 |
| 2013-01-03 | Remove configure test for vprintf, which wasn't even being used, and | dholland | 7 | -86/+17 |
| 2011-11-04 | Fix segmentation fault of digest(1) on Linux when directory | cheusov | 5 | -2818/+1652 |
| 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 |