From: nbd Date: Wed, 31 Oct 2012 19:06:46 +0000 (+0000) Subject: libubox: update to latest version, fixes a timer calculation issue in uloop X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=96a95b2159ddba7de21ab18c31a42c988d1ba275 libubox: update to latest version, fixes a timer calculation issue in uloop Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34037 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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