diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-31 22:07:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-31 22:07:43 +0000 |
commit | 5a64212900a1420692412c752c6497b53daa0366 (patch) | |
tree | 11563a2fded0c117feba573237615bf28aeeb754 | |
parent | 4919c477f4fcffd5c7c9ef9bb3f528090467ca49 (diff) | |
download | upstream-5a64212900a1420692412c752c6497b53daa0366.tar.gz upstream-5a64212900a1420692412c752c6497b53daa0366.tar.bz2 upstream-5a64212900a1420692412c752c6497b53daa0366.zip |
libubox: update to the latest version, fixes a fd deletion race condition in uloop
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37629
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37630 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/libubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile index 6dd9c1ff5f..2d6967bdca 100644 --- a/package/libubox/Makefile +++ b/package/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 |