diff options
author | Robert Marko <robert.marko@sartura.hr> | 2020-05-12 22:18:33 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-05-13 11:16:43 +0200 |
commit | bc0288b76816578f5aeccb2abd679f82bfc5738e (patch) | |
tree | 288954142579aeac4854e5c0af1d273551e54486 /package/libs/libjson-c/Makefile | |
parent | 2308644b0ce938bbdfe6155b12aae85dd02beea7 (diff) | |
download | upstream-bc0288b76816578f5aeccb2abd679f82bfc5738e.tar.gz upstream-bc0288b76816578f5aeccb2abd679f82bfc5738e.tar.bz2 upstream-bc0288b76816578f5aeccb2abd679f82bfc5738e.zip |
libjson-c: backport security fixes
This backports upstream fixes for the out of bounds write vulnerability in json-c.
It was reported and patches in this upstream PR: https://github.com/json-c/json-c/pull/592
Addresses CVE-2020-12762
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
[bump PKG_RELEASE]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/libs/libjson-c/Makefile')
-rw-r--r-- | package/libs/libjson-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libjson-c/Makefile b/package/libs/libjson-c/Makefile index b61d99cc99..f02518310a 100644 --- a/package/libs/libjson-c/Makefile +++ b/package/libs/libjson-c/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=json-c PKG_VERSION:=0.13.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-nodoc.tar.gz PKG_SOURCE_URL:=https://s3.amazonaws.com/json-c_releases/releases/ |