summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-18 13:08:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-12-18 13:08:50 +0000
commitb9d314aee9edf991c7a4f8df355e88330a253154 (patch)
tree106a6ce4aa007488eb85689f4a8b0ea119a9f4d6 /package
parentfe8efb72caf61af060e9d3aa451ac5b112032258 (diff)
downloadmaster-31e0f0ae-b9d314aee9edf991c7a4f8df355e88330a253154.tar.gz
master-31e0f0ae-b9d314aee9edf991c7a4f8df355e88330a253154.tar.bz2
master-31e0f0ae-b9d314aee9edf991c7a4f8df355e88330a253154.zip
libubox: fix a jshn array sequence counter bug, fixes some network.sh issues
SVN-Revision: 34746
Diffstat (limited to 'package')
-rw-r--r--package/libs/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index bea0c2289c..6ed9e2c10c 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2012-12-17
+PKG_VERSION:=2012-12-18
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:=0505bf5f424cb5ba607c06cd821c1593fd7a2bef
+PKG_SOURCE_VERSION:=4d0a00c82c77a9395c992841237e2c06c4606a5e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=0c2b9d5277eeb0bea0bd6dc76202ddab
+PKG_MIRROR_MD5SUM:=e56ec05c389edbf74a40a2889fc23103
CMAKE_INSTALL:=1
PKG_LICENSE:=GPLv2