From owner-svn-ports-all@freebsd.org Fri Jan 26 00:16:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CBB6ED76DE; Fri, 26 Jan 2018 00:16:17 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1815179784; Fri, 26 Jan 2018 00:16:17 +0000 (UTC) (envelope-from ler@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11094142C4; Fri, 26 Jan 2018 00:16:17 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0Q0GG8F077637; Fri, 26 Jan 2018 00:16:16 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0Q0GGNi077634; Fri, 26 Jan 2018 00:16:16 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201801260016.w0Q0GGNi077634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 26 Jan 2018 00:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459972 - in head/security/clamav: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in head/security/clamav: . files X-SVN-Commit-Revision: 459972 X-SVN-Commit-Repository: ports 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.25 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: Fri, 26 Jan 2018 00:16:17 -0000 Author: ler Date: Fri Jan 26 00:16:16 2018 New Revision: 459972 URL: https://svnweb.freebsd.org/changeset/ports/459972 Log: security/clamav: upgrade to 0.99.3. * Update to 0.99.3. * Fix following portlint warnings. ** Move position of USES in Makefile. ** Remove reference of undefined LLVM option. ** Regenerate files/patch-libclamav_regex_pcre.c by 'make makepatch ** add USES=ssl PR: 225461 Submitted by: yasu@utahime.org Deleted: head/security/clamav/files/patch-configure Modified: head/security/clamav/Makefile head/security/clamav/distinfo head/security/clamav/files/patch-libclamav_regex_pcre.c Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Fri Jan 26 00:10:53 2018 (r459971) +++ head/security/clamav/Makefile Fri Jan 26 00:16:16 2018 (r459972) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 0.99.2 -PORTREVISION= 9 +PORTVERSION= 0.99.3 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ @@ -51,9 +50,9 @@ IPV6_CONFIGURE_ENABLE= ipv6 DMG_XAR_CONFIGURE_ENABLE= xml DMG_XAR_USE= GNOME=libxml2 +USES= cpe gmake libtool ncurses pathfix ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= cpe gmake libtool ncurses pathfix INSTALL_TARGET= install-strip USE_RC_SUBR= clamav-clamd clamav-freshclam @@ -177,7 +176,7 @@ post-patch: @${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \ ${WRKSRC}/libclamunrar/unrar.c -.if ${PORT_OPTIONS:MLLVM} && ${PORT_OPTIONS:MTESTS} +.if ${PORT_OPTIONS:MTESTS} pre-configure: @if ! ${PYTHON_CMD} -c "import thread" >/dev/null 2>&1; then \ ${ECHO_MSG} ""; \ Modified: head/security/clamav/distinfo ============================================================================== --- head/security/clamav/distinfo Fri Jan 26 00:10:53 2018 (r459971) +++ head/security/clamav/distinfo Fri Jan 26 00:16:16 2018 (r459972) @@ -1,2 +1,3 @@ -SHA256 (clamav-0.99.2.tar.gz) = 167bd6a13e05ece326b968fdb539b05c2ffcfef6018a274a10aeda85c2c0027a -SIZE (clamav-0.99.2.tar.gz) = 16067497 +TIMESTAMP = 1516919350 +SHA256 (clamav-0.99.3.tar.gz) = 00fa5292a6e00a3a4035b826267748965d5d2c4943d8ff417d740238263e8e84 +SIZE (clamav-0.99.3.tar.gz) = 16082645 Modified: head/security/clamav/files/patch-libclamav_regex_pcre.c ============================================================================== --- head/security/clamav/files/patch-libclamav_regex_pcre.c Fri Jan 26 00:10:53 2018 (r459971) +++ head/security/clamav/files/patch-libclamav_regex_pcre.c Fri Jan 26 00:16:16 2018 (r459972) @@ -1,5 +1,5 @@ ---- libclamav/regex_pcre.c~ 2017-11-28 14:40:56.484208243 +0100 -+++ libclamav/regex_pcre.c 2017-11-28 14:41:07.301207800 +0100 +--- libclamav/regex_pcre.c.orig 2018-01-23 21:04:06 UTC ++++ libclamav/regex_pcre.c @@ -112,7 +112,8 @@ int cli_pcre_addoptions(struct cli_pcre_ #if USING_PCRE2 int cli_pcre_compile(struct cli_pcre_data *pd, long long unsigned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override)