2023-12-23 11:10:12 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master site
|
2022-12-20 21:56:11 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.6.0. From the changelog:
- Fix warning on signedness of the ONE constant. Thanks: Marek Vasut.
- Add note to conf-cc about how to silence gcc's incorrect warning
"suggest parentheses around assignment". Thanks: Marek Vasut.
- Fix overflow in output for reported address. Thanks: Marek Vasut.
- Add note about randomizing values used at runtime by seeding PRNG.
Disabled by default for reproducibility.
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-05-31 20:19:17 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
Update to 4.5.1. From the changelog:
- documentation-only update.
- add note to README about build problem with Tru64, with workaround.
Thanks: VĂctor Ostorga.
|
2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41) |
Log message:
Remove DJB_RESTRICTED, no longer used.
|
2020-09-22 12:04:01 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.5.0. From the changelog:
- add note to README about problems with HP/UX prior to v.11. Change code
so that buffer still gets aligned even if you comment out the use of mlock()
on such a platform. Thanks: Keith Monahan.
- fix clear-buffer using incorrect param, causing spurious test failures.
Thanks: Debin Dong.
- fix shell-ism in Makefile. Thanks: Fabrice Fontaine.
|
2020-09-14 21:39:21 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.4.0. From the changelog:
- changes to handle default -fno-common option in newer GCC versions.
Thanks: Fabrice Fontaine.
|
2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39) |
Log message:
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:
1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed
Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.
Approved during the freeze by wiz@.
|
2020-04-27 06:11:26 by Roland Illig | Files touched by this commit (1) |
Log message:
sysutils/memtester: does not have error.h
|