Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libsodium: Update to 1.0.19 and fix patches | Carsten Schuette | 2024-01-03 |
| | | | | | | Also add TAR_OPTIONS and TAR_CMD. Unfortunately, latest version of libsodium extracts to an additional libsodium-latest subfolder, which is unneccessary and removed by these options. Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com> | ||
* | libsodium: compile with scalarmult_ed25519_ref10 | Daniel Golle | 2020-08-01 |
scalarmult_ed25519_ref10 was excluded from 'minimal' variant (which is what we are building) by upstream commit f5076db5f8ef27. Revert that to allow downstream projects to make use of it (eg. gnunet) Signed-off-by: Daniel Golle <daniel@makrotopia.org> |