aboutsummaryrefslogtreecommitdiff
path: root/libs/yajl/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2024-02-11 14:27:25 -0800
committerRosen Penev <rosenp@gmail.com>2024-02-11 17:13:46 -0800
commitc9ff829fdb046a774c25cf3ce3382979b795edfd (patch)
tree5bcc208096db7010f8663a4723db841b7fb5a0ad /libs/yajl/Makefile
parent58dfc350a892cfb9f81762d028c2ec3ab41546dd (diff)
yajl: backport CVE-2023-33460 fix
Removed old uclibc patches. Not relevant with modern musl or glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/yajl/Makefile')
-rw-r--r--libs/yajl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/yajl/Makefile b/libs/yajl/Makefile
index bb496786d..fac9dcc31 100644
--- a/libs/yajl/Makefile
+++ b/libs/yajl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=yajl
PKG_VERSION:=2.1.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/lloyd/yajl