summaryrefslogtreecommitdiff
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-21 15:19:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-21 15:19:31 +0000
commit9e7adce6a4665521c2d1bedf8f78a35ba06b7cbc (patch)
tree3b987bdc6e3623a07da1de57b2ab3475f83fa6fc /package/libs/libubox
parent9bb0e9b9f1620fd0dd4430920dfdb345ba096960 (diff)
downloadmtk-20170518-9e7adce6a4665521c2d1bedf8f78a35ba06b7cbc.zip
mtk-20170518-9e7adce6a4665521c2d1bedf8f78a35ba06b7cbc.tar.gz
mtk-20170518-9e7adce6a4665521c2d1bedf8f78a35ba06b7cbc.tar.bz2
libubox: update to latest version, fixes utf-8 corruption issues in blobmsg_json
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36984
Diffstat (limited to 'package/libs/libubox')
-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 e9b72e5..fcfe511 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2013-06-18
+PKG_VERSION:=2013-06-21
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=b9ebdbcc648274cc630b6349374f9fb21e53f396
+PKG_SOURCE_VERSION:=6f192a6fb04504e065c222be11a6e294229300fe
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1