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

Modified:
   trunk/package/system/fstools/Makefile
Log:
fstools: update fstools 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/fstools/Makefile
===================================================================
--- trunk/package/system/fstools/Makefile       2015-11-22 20:52:10 UTC (rev 
47597)
+++ trunk/package/system/fstools/Makefile       2015-11-22 21:20:02 UTC (rev 
47598)
@@ -8,17 +8,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fstools
-PKG_VERSION:=2015-11-02
+PKG_VERSION:=2015-11-22
 
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://nbd.name/fstools.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=0f4571b9e484f3b3504b872afd3a11be98571c03
+PKG_SOURCE_VERSION:=86ebc116da42168a1b57204c98747c6cccebdc68
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
-PKG_CHECK_FORMAT_SECURITY:=0
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to