aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-02-09 22:42:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-02-09 22:42:48 +0000
commit037280d28b9e9ff9e5b2188ba539e11e1d526b7b (patch)
tree13e59310beeab6c77905504d6556f8d965747cc5
parentb28bc384f2094a847a3d9732760f746ef184e209 (diff)
downloadmaster-187ad058-037280d28b9e9ff9e5b2188ba539e11e1d526b7b.tar.gz
master-187ad058-037280d28b9e9ff9e5b2188ba539e11e1d526b7b.tar.bz2
master-187ad058-037280d28b9e9ff9e5b2188ba539e11e1d526b7b.zip
libubox: properly handle "null" values in blobmsg_add_json_element()
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48687 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/libs/libubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index ca407688ed..6ec388fb64 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2016-01-28
+PKG_VERSION:=2016-02-09
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=0c2fbbca80a242280e5bb8b079184479c9abfa6f
+PKG_SOURCE_VERSION:=f43da92dd7b80d955de751c2cc53525447870d96
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1