From: Felix Fietkau Date: Tue, 29 Jan 2013 22:23:43 +0000 (+0000) Subject: libubox: update to latest version, fixes a string corruption issue on JSON formatting X-Git-Tag: reboot~11433 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=316f53d066d5c2cea337479eac82234b008cf49c libubox: update to latest version, fixes a string corruption issue on JSON formatting SVN-Revision: 35399 --- diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 9b7ec5b4de..217dd45294 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2013-01-13 +PKG_VERSION:=2013-01-29 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:=c360ec576c5a0fe85e6665d07a091264b714a399 +PKG_SOURCE_VERSION:=0bc317aa4d9af44806c28ca286d79a8b5a92b2b8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=7bae10828309334b6b58cfef86d64be8 +PKG_MIRROR_MD5SUM:=c79ef80b71127e114d73701fbdc895c3 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC BSD-3c