2007-07-03 20:49:47 by joerg | Files touched by this commit (21) |
Log message: Make pkgtools/digest cross-compilation ready and actually improve portability somewhat: - consistently use POSIX uint{8,16,32,64}_t throughout the code. - asssume for now that the compiler supports ULL as suffix - use AC_TYPE_UINT{8,16,32,64}_T instead of bits.c to compute possible replacement types. Bump to 20070703. Tested by Thorsten Glaser on Interix and tnn@ on Solaris. |
2007-07-03 16:04:18 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Override CHECK_PERMS for checkperms and its dependency digest. This allows making it a real dependency for bulk builds. |
2007-03-12 01:48:30 by Joerg Sonnenberger | Files touched by this commit (14) |
Log message: Sync config.{guess,sub} with mk/gnu-configure. |
2006-11-02 19:02:08 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: DESTDIR support. |
2006-08-29 15:43:11 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message: Revert libncompat usage and kill the use of snprintf in whirlpool and tiger instead. Also kill bogus NULL pointer handling in both algorithms: passing null pointers as buffers (when len != 0) or context is a serious programming error and should result in a segfault. Bump version to 20060826. OK agc@ |
2006-08-26 17:39:08 by Georg Schwarz | Files touched by this commit (1) |
Log message: include libnbcompat on IRIX 5 in order to provide snprintf() |
2006-07-19 01:06:41 by Johnny C. Lam | Files touched by this commit (2) |
Log message: USE_DIGEST is no more. |
2006-07-14 18:33:05 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Set NO_MTREE since this package will be used during bootstrap and we don't need to generate the whole directory hierarchy for it. |
2006-03-02 21:34:17 by Alistair G. Crooks | Files touched by this commit (5) |
Log message: Update the digest package to 20060302. Apply Tyler Retzlaff's patches from PR 32323 to make this compile with gcc4. |
2006-03-01 17:44:28 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Update AC_C___ATTRIBUTE__ macro with newer version on Heimdal, the old one is just bogus and depends on GCC extensions. Unbreaks GCC 4 build. |