Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | yajl: backport CVE-2023-33460 fix | Rosen Penev | 2024-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 packages | Ilya Lipnitskiy | 2021-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 yajl | Charles Southerland | 2015-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> |