aboutsummaryrefslogtreecommitdiff
path: root/libs/yajl/patches
Commit message (Collapse)AuthorAge
* yajl: backport CVE-2023-33460 fixRosen Penev2024-02-11
| | | | | | Removed old uclibc patches. Not relevant with modern musl or glibc. Signed-off-by: Rosen Penev <rosenp@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>
* yajl: add yajlCharles Southerland2015-07-29
Adds YAJL (Yet Another JSON Library), a C library for parsing JSON. Includes patches for uClibc support. Improved from version used internally at Who's On My WiFi since Feb 2014. Adds myself as maintainer. Signed-off-by: Charles Southerland <charlie@stuphlabs.com>