summaryrefslogtreecommitdiffstats
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-14 15:53:00 +0000
committerJohn Crispin <john@openwrt.org>2014-10-14 15:53:00 +0000
commitea74a1119e82ffdecfbab15d3d884c5b090b5e37 (patch)
tree8c20f11592db8efd5ac8f0d4175ef4835b103ce9 /package/libs/libubox
parent70be73e153590e20710ad53cc6522c6e4ecea194 (diff)
downloadmaster-31e0f0ae-ea74a1119e82ffdecfbab15d3d884c5b090b5e37.tar.gz
master-31e0f0ae-ea74a1119e82ffdecfbab15d3d884c5b090b5e37.tar.bz2
master-31e0f0ae-ea74a1119e82ffdecfbab15d3d884c5b090b5e37.zip
libubox: update to latest git
this adds a new helper for setting/overriding the signal handlers Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42917
Diffstat (limited to 'package/libs/libubox')
-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 ac160bfb92..dac9f9717c 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2014-08-04
+PKG_VERSION:=2014-10-14
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=dffbc09baf71b294185a36048166d00066d433b5
+PKG_SOURCE_VERSION:=464e05e33b4c086be0bd932760a41ddcf9373187
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1