aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libubox/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-31 22:07:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-31 22:07:13 +0000
commit2cbc78a9857264ce826e4e6deeb953656f895bb7 (patch)
treed3f6301224699d81e61654cd1456d9e4b5df86e3 /package/libs/libubox/Makefile
parent5cd74c5c9bfc08fc942e118b4f06ab536d43a9a0 (diff)
downloadmaster-187ad058-2cbc78a9857264ce826e4e6deeb953656f895bb7.tar.gz
master-187ad058-2cbc78a9857264ce826e4e6deeb953656f895bb7.tar.bz2
master-187ad058-2cbc78a9857264ce826e4e6deeb953656f895bb7.zip
libubox: update to the latest version, fixes a fd deletion race condition in uloop
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37629 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox/Makefile')
-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 6dd9c1ff5f..2d6967bdca 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-07-29
+PKG_VERSION:=2013-08-01
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:=ef9b6b92df223e783a365f34998bc0f299b977f2
+PKG_SOURCE_VERSION:=04f194aa8a04926fe7f2e42bbf9ba6c62d49339e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1