aboutsummaryrefslogtreecommitdiff
path: root/utils/crconf
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* crconf: Pass CFLAGS properlyRosen Penev2019-08-28
| | | | | | | | | | | | | | CFLAGS were not being passed, breaking ASLR builds. Switched to using PKG_SOURCE_DATE for the version. Added PKG_BUILD_PARALLEL for faster compilation. Added license information. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* crconf: switch to git repo and update to more recent codeAlexandru Ardelean2018-06-11
| | | | | | | | crconf hasn't released any new version since 2012 or so. And there are quite a few updates in the repo, including newer kernel support. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* crconf: new package (kernel crypto configuration tool)Alexandru Ardelean2017-11-14
Linux crypto layer configuraton tool. https://sourceforge.net/projects/crconf/ Use this to manipulate kernel Crypto API/framework stuff, like drivers, templates, etc. Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Most interesting stuff you can find on https://wiki.strongswan.org Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>