summaryrefslogtreecommitdiff
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-26 13:53:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-26 13:53:48 +0000
commitaf116a5ec3029e8dc41a8668fb45cc572715d98e (patch)
tree45623b8b1ce7e49f2a0504fd3729b0ed6304d6b1 /package/libs
parenta5f8365f404fb925544aeece423b82e1bc2b410c (diff)
downloadmtk-20170518-af116a5ec3029e8dc41a8668fb45cc572715d98e.zip
mtk-20170518-af116a5ec3029e8dc41a8668fb45cc572715d98e.tar.gz
mtk-20170518-af116a5ec3029e8dc41a8668fb45cc572715d98e.tar.bz2
libubox: update to latest version, fixes a segfault on json_script cleanup
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40861
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 6dd0bbf..fae4ed7 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2014-05-05
+PKG_VERSION:=2014-05-26
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=f32a53f92b377fa92dbafd2ce3d2df93fffb314d
+PKG_SOURCE_VERSION:=1344d20ec08e4fc1b6e4dd08fa7dda07f7b6c9bc
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1