Author: hauke Date: 2015-11-22 22:24:21 +0100 (Sun, 22 Nov 2015) New Revision: 47601
Modified: branches/chaos_calmer/package/system/mountd/Makefile Log: CC: mountd: update mountd to version 2015-11-22 Backport of r47599 This version fixes a potential uncontrolled format string problem. This makes it possible to activate the format security check. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: branches/chaos_calmer/package/system/mountd/Makefile =================================================================== --- branches/chaos_calmer/package/system/mountd/Makefile 2015-11-22 21:21:09 UTC (rev 47600) +++ branches/chaos_calmer/package/system/mountd/Makefile 2015-11-22 21:24:21 UTC (rev 47601) @@ -4,19 +4,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mountd -PKG_VERSION:=2015-08-19 +PKG_VERSION:=2015-11-22 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/mountd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=d5926d3848b1e9c6147f0bd908a35d20cdef50b5 +PKG_SOURCE_VERSION:=8476a03b25d457e99f59e6372b8d9faebe2266f8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 PKG_MAINTAINER:=John Crispin <[email protected]> -PKG_CHECK_FORMAT_SECURITY:=0 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
