summaryrefslogtreecommitdiffstats
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-11 11:46:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-11 11:46:54 +0000
commitcf3643f586f180efb7e3716d6207ac6b2ec230b0 (patch)
tree6d05d375f88b639dacb59bfe794310fbaa831427 /package/libs/libubox
parent46d199d1e8e75c4df5689031ae0dcd47ce079a80 (diff)
downloadmaster-31e0f0ae-cf3643f586f180efb7e3716d6207ac6b2ec230b0.tar.gz
master-31e0f0ae-cf3643f586f180efb7e3716d6207ac6b2ec230b0.tar.bz2
master-31e0f0ae-cf3643f586f180efb7e3716d6207ac6b2ec230b0.zip
libubox: update to latest version, fixes an uloop use-after-free bug
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36914
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 30552299a6..14927ab3af 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-10
+PKG_VERSION:=2013-06-11
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:=e5032709b29eb42568c3937a533898728a15efa1
+PKG_SOURCE_VERSION:=ae40b6613019f02e856b4b1ccc2712984506152e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1