svn commit: r430832 - branches/2017Q1/security/clamav

Antoine Brodin antoine at FreeBSD.org
Sat Jan 7 21:20:15 UTC 2017


Author: antoine
Date: Sat Jan  7 21:20:13 2017
New Revision: 430832
URL: https://svnweb.freebsd.org/changeset/ports/430832

Log:
  MFH: r430751
  
  Unbreak configure with zlib 1.2.10, configure script believes that version
  1.2.10 is vulnerable version 1.2.1
  
  Reported by:	pkg-fallout

Modified:
  branches/2017Q1/security/clamav/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/security/clamav/Makefile
==============================================================================
--- branches/2017Q1/security/clamav/Makefile	Sat Jan  7 20:48:30 2017	(r430831)
+++ branches/2017Q1/security/clamav/Makefile	Sat Jan  7 21:20:13 2017	(r430832)
@@ -82,6 +82,7 @@ CONFIGURE_ARGS=	--libdir=${PREFIX}/lib \
 		--enable-readdir_r \
 		--enable-gethostbyname_r \
 		--disable-dependency-tracking \
+		--disable-zlib-vcheck \
 		--enable-clamdtop
 CPPFLAGS+=	-I${LOCALBASE}/include
 


More information about the svn-ports-all mailing list