aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-10-01 14:41:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-10-01 14:41:07 +0000
commitc3fb309e1bdbef3f304db5932e2b95d09bd3df21 (patch)
treebd43be0c44bb0b2527133ceb60212d8921222c8e
parent9ab1111f6bb21dc8be7c438f940abbb3dc38bb1c (diff)
downloadupstream-c3fb309e1bdbef3f304db5932e2b95d09bd3df21.tar.gz
upstream-c3fb309e1bdbef3f304db5932e2b95d09bd3df21.tar.bz2
upstream-c3fb309e1bdbef3f304db5932e2b95d09bd3df21.zip
procd: fix incorrect use of sizeof() in vsnprintf()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38268 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/system/procd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index fbff8e66ce..e5793f1b7f 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -1,14 +1,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2013-09-28
+PKG_VERSION:=2013-10-01
PKG_RELEASE=$(PKG_SOURCE_VERSION)-1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=b5e17105b163442a030559b7b2c2454b82b3fd4c
+PKG_SOURCE_VERSION:=eba428f6672068d819d6296db3f635e6ac5a8be7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1