From: hauke Date: Sun, 22 Nov 2015 21:24:21 +0000 (+0000) Subject: CC: mountd: update mountd to version 2015-11-22 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4d088c05ad223ee1bb4fc8aa42f501256d12b5d9;p=15.05%2Fopenwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47601 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile index b12f8d367a..38d39c063c 100644 --- a/package/system/mountd/Makefile +++ b/package/system/mountd/Makefile @@ -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 -PKG_CHECK_FORMAT_SECURITY:=0 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk