Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 |
2014-03-03 | Just define PKGNAME and use it. | obache | 1 | -4/+2 |
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 |
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 |
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-19 | Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT | wiz | 1 | -2/+2 |
2009-05-09 | Define int64_t if missing. Should fix PR 41396. | joerg | 3 | -1/+122 |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 |
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 |
2008-02-26 | NO_MTREE is the default nowawadays. | joerg | 1 | -10/+2 |
2007-11-11 | Added commented-out LICENSE=something. | martti | 1 | -1/+2 |
2007-10-07 | fix obsolete URLs for www.NetBSD.org | kano | 1 | -2/+2 |
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-07-03 | Override CHECK_PERMS for checkperms and its dependency digest. | joerg | 1 | -2/+5 |
2007-03-12 | Sync config.{guess,sub} with mk/gnu-configure. | joerg | 2 | -361/+481 |
2006-11-02 | DESTDIR support. | joerg | 1 | -2/+3 |
2006-08-29 | Revert libncompat usage and kill the use of snprintf in whirlpool and | joerg | 6 | -66/+57 |
2006-08-26 | include libnbcompat on IRIX 5 in order to provide snprintf() | schwarz | 1 | -1/+5 |
2006-07-18 | USE_DIGEST is no more. | jlam | 1 | -3/+2 |
2006-07-14 | Set NO_MTREE since this package will be used during bootstrap and we | jlam | 1 | -1/+2 |
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-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 1 | -2/+2 |
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-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
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 | 9 | -24/+2023 |
2005-03-22 | Bump date for tiger. > -> \*[Gt] | wiz | 1 | -3/+3 |
2005-03-22 | Add support for the tiger algorithm to digest. | agc | 9 | -13/+880 |
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -2/+2 |
2004-12-15 | update config.{sub,guess} to fix build on newer platforms such as | grant | 2 | -235/+476 |
2004-10-14 | Make MAINTAINER, HOMEPAGE, and COMMENT use ?= instead of = so that the | atatat | 1 | -4/+4 |