libubox: add more uloop timer fixes
authorFelix Fietkau <nbd@openwrt.org>
Wed, 31 Oct 2012 19:31:13 +0000 (19:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 31 Oct 2012 19:31:13 +0000 (19:31 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r34039

SVN-Revision: 34040

package/libubox/Makefile

index 316f6c914889c820d207023769da360b060c125c..2657116a667d2e7b655551a5304cf8a5a73bce79 100644 (file)
@@ -1,15 +1,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libubox
-PKG_VERSION:=2012-10-31
+PKG_VERSION:=2012-10-31.1
 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:=33b9f3aa0b59feb3c492684cdb4a5340ef3f18d9
+PKG_SOURCE_VERSION:=407f7a0bb3272ee03f2eb05391ce8b94238fa92e
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=b6586a49212b67b6e93019e7b4618e03
+PKG_MIRROR_MD5SUM:=5eb506d65853b9755cb37e5667c0a759
 CMAKE_INSTALL:=1
 
 PKG_BUILD_DEPENDS:=lua