summaryrefslogtreecommitdiffstats
path: root/package/system/ubox
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-29 15:38:21 +0000
committerJohn Crispin <john@openwrt.org>2015-03-29 15:38:21 +0000
commit530e70c753128671b93afcb2b4ad738befc4cf4a (patch)
tree7f6f63505c27c2d8a59ff1e1748fe834c6df06ad /package/system/ubox
parent23d37c1208cea03ecb3b4d50e7074fd147917114 (diff)
downloadmaster-31e0f0ae-530e70c753128671b93afcb2b4ad738befc4cf4a.tar.gz
master-31e0f0ae-530e70c753128671b93afcb2b4ad738befc4cf4a.tar.bz2
master-31e0f0ae-530e70c753128671b93afcb2b4ad738befc4cf4a.zip
ubox: update to latest git HEAD
the return code of a pipe() was not checked properly Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45141
Diffstat (limited to 'package/system/ubox')
-rw-r--r--package/system/ubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index cd7361a8d8..85805e48eb 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubox
-PKG_VERSION:=2015-03-27
+PKG_VERSION:=2015-03-29
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=7f9c974feb82a57f7fc16118478ea219c7bed407
+PKG_SOURCE_VERSION:=dd338ce30b6158f3f6feda9f01a2f409a8a5832c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0