summaryrefslogtreecommitdiffstats
path: root/package/system/ubox
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-16 12:26:35 +0000
committerJohn Crispin <john@openwrt.org>2014-09-16 12:26:35 +0000
commit5f16859bffb6f2200b4a831f39daad942da3d5ec (patch)
tree4446069c76da6ec856cbbabe9719da319e497637 /package/system/ubox
parent44249f71a863682ab2569c4794ed2a98bd59c1d9 (diff)
downloadmaster-31e0f0ae-5f16859bffb6f2200b4a831f39daad942da3d5ec.tar.gz
master-31e0f0ae-5f16859bffb6f2200b4a831f39daad942da3d5ec.tar.bz2
master-31e0f0ae-5f16859bffb6f2200b4a831f39daad942da3d5ec.zip
ubox: update to latest git
make the remote logging feature RFC3164 compliant Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42572
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 194789cb7f..3214197680 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubox
-PKG_VERSION:=2014-05-30
+PKG_VERSION:=2014-09-16
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:=c3d4118eee505f41c4d20a87f326479530837569
+PKG_SOURCE_VERSION:=5c45b560bc8c9e13682269ed963a8a4a65959518
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0