diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 21:20:45 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 21:20:45 +0000 |
commit | eacf539494c1d758a00e3580cadd4bc240c34ca4 (patch) | |
tree | d94015594aba8e7311b53e22f0edf16d539e6deb /package/system/mountd/Makefile | |
parent | 8a7f23901eb01c01089ff11a84af0e4d363c1762 (diff) | |
download | upstream-eacf539494c1d758a00e3580cadd4bc240c34ca4.tar.gz upstream-eacf539494c1d758a00e3580cadd4bc240c34ca4.tar.bz2 upstream-eacf539494c1d758a00e3580cadd4bc240c34ca4.zip |
mountd: update mountd to version 2015-11-22
This version fixes a potential uncontrolled format string problem. This
makes it possible to activate the format security check.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47599
Diffstat (limited to 'package/system/mountd/Makefile')
-rw-r--r-- | package/system/mountd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <blogic@openwrt.org> -PKG_CHECK_FORMAT_SECURITY:=0 PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk |