summaryrefslogtreecommitdiffstats
path: root/package/libs
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
commit39852286e9b95df37c6f7fc79114de247008484e (patch)
treeca1e0b8715ad80d0e8b113df7eec532c6f198927 /package/libs
parent2d8899a3afc2279f430d3eda354c70abc9819d52 (diff)
downloadmaster-31e0f0ae-39852286e9b95df37c6f7fc79114de247008484e.tar.gz
master-31e0f0ae-39852286e9b95df37c6f7fc79114de247008484e.tar.bz2
master-31e0f0ae-39852286e9b95df37c6f7fc79114de247008484e.zip
libubox: properly handle "null" values in blobmsg_add_json_element()
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48687
Diffstat (limited to 'package/libs')
-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