aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-18 10:52:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-18 10:52:40 +0000
commit9a035029ca5be81c4ad81b2053db7a1fc2be7cf0 (patch)
tree73153c9bde22c6e81df43795aaabbfa757c44eb1 /package/libs/libubox
parent05d17a1895a947c7e1739e814d00047960212822 (diff)
downloadmaster-187ad058-9a035029ca5be81c4ad81b2053db7a1fc2be7cf0.tar.gz
master-187ad058-9a035029ca5be81c4ad81b2053db7a1fc2be7cf0.tar.bz2
master-187ad058-9a035029ca5be81c4ad81b2053db7a1fc2be7cf0.zip
libubox: update to latest version, fixes uloop recursion issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36956 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 14927ab3af..e9b72e5182 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-11
+PKG_VERSION:=2013-06-18
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:=ae40b6613019f02e856b4b1ccc2712984506152e
+PKG_SOURCE_VERSION:=b9ebdbcc648274cc630b6349374f9fb21e53f396
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1