From owner-svn-ports-all@freebsd.org Sat Jan 7 21:20:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0566ACA47E7; Sat, 7 Jan 2017 21:20:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C94BE103C; Sat, 7 Jan 2017 21:20:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v07LKE9B097000; Sat, 7 Jan 2017 21:20:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v07LKExa096999; Sat, 7 Jan 2017 21:20:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201701072120.v07LKExa096999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 7 Jan 2017 21:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r430832 - branches/2017Q1/security/clamav X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2017 21:20:15 -0000 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