diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:07:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-28 11:07:15 +0000 |
commit | 49bd0eb15a2d702fd8d8c0c51746876083deaad7 (patch) | |
tree | 61a4b779efe072b34b986704862ce28fa713563d /package/libs/libubox/Makefile | |
parent | d8051a8814e4630c33d8ae53852cfbdaa1b55638 (diff) | |
download | upstream-49bd0eb15a2d702fd8d8c0c51746876083deaad7.tar.gz upstream-49bd0eb15a2d702fd8d8c0c51746876083deaad7.tar.bz2 upstream-49bd0eb15a2d702fd8d8c0c51746876083deaad7.zip |
libubox: update to latest version, fixes a bug in safe_list_del()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37053
Diffstat (limited to 'package/libs/libubox/Makefile')
-rw-r--r-- | package/libs/libubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index fcfe51133f..231a5875bd 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2013-06-21 +PKG_VERSION:=2013-06-28 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:=6f192a6fb04504e065c222be11a6e294229300fe +PKG_SOURCE_VERSION:=316e3fb6c28ab3a2244d059fc3b9429df8cc9f0a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |