Author: cyrus Date: 2014-06-11 17:34:33 +0200 (Wed, 11 Jun 2014) New Revision: 41142
Modified: trunk/package/system/procd/Makefile Log: procd: fix overflow in hotplug socket on certain targets Modified: trunk/package/system/procd/Makefile =================================================================== --- trunk/package/system/procd/Makefile 2014-06-11 15:01:56 UTC (rev 41141) +++ trunk/package/system/procd/Makefile 2014-06-11 15:34:33 UTC (rev 41142) @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-06-10 +PKG_VERSION:=2014-06-11 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=b76eda6cd8ba061f49af4074838e6a42ae94144c +PKG_SOURCE_VERSION:=61e88ee49ade4fd8014bb11ca3166d93274c50e8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
