Author: hauke
Date: 2015-11-22 22:20:45 +0100 (Sun, 22 Nov 2015)
New Revision: 47599

Modified:
   trunk/package/system/mountd/Makefile
Log:
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 <[email protected]>


Modified: trunk/package/system/mountd/Makefile
===================================================================
--- trunk/package/system/mountd/Makefile        2015-11-22 21:20:02 UTC (rev 
47598)
+++ trunk/package/system/mountd/Makefile        2015-11-22 21:20:45 UTC (rev 
47599)
@@ -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

Reply via email to