aboutsummaryrefslogtreecommitdiffstats
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
commit9beac91954706ee6799ef05520720ea074399219 (patch)
tree97bf4520e5663201ba1b82dbc7ee4aa7fc5f687a /package/libs/libubox
parentae2609531f8e68844f60bf2466358198e07860c4 (diff)
downloadmaster-187ad058-9beac91954706ee6799ef05520720ea074399219.tar.gz
master-187ad058-9beac91954706ee6799ef05520720ea074399219.tar.bz2
master-187ad058-9beac91954706ee6799ef05520720ea074399219.zip
libubox: update to latest version, fixes an uloop use-after-free bug
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36914 3c298f89-4303-0410-b956-a3cf2f4a3e73
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