aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-16 00:19:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-16 00:19:54 +0000
commit72ffc5711b3d900ec67b1d1cd335064e567dc049 (patch)
tree41c30371743aaee57398c147a9dcc2d38acabbe2
parenta6a1567223aec177b47ae7799e2f8f891981e6fb (diff)
downloadmaster-187ad058-72ffc5711b3d900ec67b1d1cd335064e567dc049.tar.gz
master-187ad058-72ffc5711b3d900ec67b1d1cd335064e567dc049.tar.bz2
master-187ad058-72ffc5711b3d900ec67b1d1cd335064e567dc049.zip
libubox: update to the latest version, adds lua/ustream fixes and extends usock
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48255 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 aac7474c06..a7ef8c3508 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2015-11-08
+PKG_VERSION:=2016-01-15
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=10429bccd0dc5d204635e110a7a8fae7b80d16cb
+PKG_SOURCE_VERSION:=bc7e2772763929a8932c9ec1fc676bee9989f0ae
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1