summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-31 19:06:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-31 19:06:46 +0000
commit9a59859aac0a1dc36676121c11b0e70285ad8c4d (patch)
tree2ad119c3d6c320f8e1698d4b0b4003a57db89a8a /package/libs
parent9a52ec4af8a5bd2328a4e6d48b88dba3df688c7c (diff)
downloadmaster-31e0f0ae-9a59859aac0a1dc36676121c11b0e70285ad8c4d.tar.gz
master-31e0f0ae-9a59859aac0a1dc36676121c11b0e70285ad8c4d.tar.bz2
master-31e0f0ae-9a59859aac0a1dc36676121c11b0e70285ad8c4d.zip
libubox: update to latest version, fixes a timer calculation issue in uloop
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34037
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index 9992b2d79c..adabcbd9cd 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-10-29
+PKG_VERSION:=2012-10-31
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:=a9b44ebe556c3f60de2fc1154d48a26f43aa15b7
+PKG_SOURCE_VERSION:=33b9f3aa0b59feb3c492684cdb4a5340ef3f18d9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=bb8401a9a747f5841780d1ca47661008
+PKG_MIRROR_MD5SUM:=b6586a49212b67b6e93019e7b4618e03
CMAKE_INSTALL:=1
PKG_LICENSE:=GPLv2