aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-02 16:54:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-12-02 16:54:45 +0000
commite1695aeea4289f106b364ff19d097bb2174fa020 (patch)
tree9d04bc8ea7260c7fd3e996dc5df5ec674fd36a7c /package/libubox
parent7c3559499a1be34845521d120adbdee9b209ab49 (diff)
downloadupstream-e1695aeea4289f106b364ff19d097bb2174fa020.tar.gz
upstream-e1695aeea4289f106b364ff19d097bb2174fa020.tar.bz2
upstream-e1695aeea4289f106b364ff19d097bb2174fa020.zip
libubox: update to latest version, fixes blob/blobmsg endian issues
Backport of r34456 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34457 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libubox')
-rw-r--r--package/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 2657116a66..5007149b2f 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-10-31.1
+PKG_VERSION:=2012-12-02
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:=407f7a0bb3272ee03f2eb05391ce8b94238fa92e
+PKG_SOURCE_VERSION:=9d8f2dd47b27d372c319ef7e334feb2b47cfa5f9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=5eb506d65853b9755cb37e5667c0a759
+PKG_MIRROR_MD5SUM:=8eb9929fc74397ac199a012791d51b3a
CMAKE_INSTALL:=1
PKG_BUILD_DEPENDS:=lua