aboutsummaryrefslogtreecommitdiff
path: root/net/libreswan/patches/010-nanosleep.patch
Commit message (Collapse)AuthorAge
* libreswan: update to 4.5Lucian Cristian2021-09-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libreswan: update to 4.1Lucian Cristian2020-10-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libreswan: update to 3.30Lucian Cristian2020-02-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libreswan: Replace usleep with nanosleepRosen Penev2019-07-19
usleep is optionally unavailable with uClibc-ng. Added PKG_LICENSE_FILES Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>