aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-09 15:13:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-09 15:13:26 +0000
commit57b646437387903388f79b4c521b7f4f453320af (patch)
treeb31c7ea6946f8927b0b6b5f707d84fb67d15d3a4 /package
parenta6e9faddf59f09c36588e6f7bfad2e84511b262c (diff)
downloadupstream-57b646437387903388f79b4c521b7f4f453320af.tar.gz
upstream-57b646437387903388f79b4c521b7f4f453320af.tar.bz2
upstream-57b646437387903388f79b4c521b7f4f453320af.zip
libubox: update to latest version, fixes timer/process deletion on uloop_done()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32654 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index f524041f20..845f380709 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-07-07
+PKG_VERSION:=2012-07-08
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:=0001d8ab26694f5f546da7e8f9d0575b49671500
+PKG_SOURCE_VERSION:=cca2ed6c8cdb3555fea43ff63ba1c9905dd7a164
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=b0cc247beab2f5b257c846d651afa37f
+PKG_MIRROR_MD5SUM:=dfd44c10b4aeccbdab9ae22774fb02e3
CMAKE_INSTALL:=1
include $(INCLUDE_DIR)/package.mk