summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-27correcthorse: git:// is deprecatedNarrat
2018-02-02correcthorse-git: update patch with bias changesNarrat
The used patch comes from: https://github.com/Narrat/correcthorse/tree/use_getrandom Until now I didn't change upstream because I'm still not sure if I should create an active fork.
2017-04-04correcthorse-git: Small cleanupNarrat
To make it look similar to the other PKGBUILD Purely cosmetic
2017-04-04Add patch which replaces srand/rand comboNarrat
For issues pointed out with the original approach
2017-04-04Add patch which doesn't use the time as seedNarrat
This program uses srand/rand which is a pseudo rng. For non crypto operations this may be enough and is still used. Especially initializing the srand() call with time(). But as dinghy pointed out this is a risky behaviour. The added patch replaces time() with an actual random value, but it is still the same PRNG! Still not good. Additionally it requires glibc-2.25
2015-06-17Correcthorse-git: Update to latest guidelinesNarrat
2015-06-17Adopted AUR3 packageNarrat