From owner-svn-ports-head@freebsd.org Tue Jul 7 17:24:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2E69367C37; Tue, 7 Jul 2020 17:24:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1TnQ4Lh4z3dPv; Tue, 7 Jul 2020 17:24:10 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 783B413099; Tue, 7 Jul 2020 17:24:10 +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 067HOAXn011561; Tue, 7 Jul 2020 17:24:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 067HO9Ob011553; Tue, 7 Jul 2020 17:24:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202007071724.067HO9Ob011553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 7 Jul 2020 17:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541442 - in head/security: py-yara yara X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security: py-yara yara X-SVN-Commit-Revision: 541442 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2020 17:24:10 -0000 Author: antoine Date: Tue Jul 7 17:24:09 2020 New Revision: 541442 URL: https://svnweb.freebsd.org/changeset/ports/541442 Log: Update to 4.0.2 Modified: head/security/py-yara/Makefile head/security/py-yara/distinfo head/security/yara/Makefile head/security/yara/distinfo head/security/yara/pkg-plist Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Tue Jul 7 16:56:39 2020 (r541441) +++ head/security/py-yara/Makefile Tue Jul 7 17:24:09 2020 (r541442) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.11.0 +PORTVERSION= 4.0.2 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-yara/distinfo ============================================================================== --- head/security/py-yara/distinfo Tue Jul 7 16:56:39 2020 (r541441) +++ head/security/py-yara/distinfo Tue Jul 7 17:24:09 2020 (r541442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570797683 -SHA256 (VirusTotal-yara-python-v3.11.0_GH0.tar.gz) = 1280cfa4844902e9d5848c84ecc87da3fc05fbacbd74371bb738d1f4fbba2850 -SIZE (VirusTotal-yara-python-v3.11.0_GH0.tar.gz) = 31830 +TIMESTAMP = 1593199177 +SHA256 (VirusTotal-yara-python-v4.0.2_GH0.tar.gz) = 6e747caefa8d208bf40b078ef0a71f3866fa9075091239cc362bd23bf436d816 +SIZE (VirusTotal-yara-python-v4.0.2_GH0.tar.gz) = 32362 Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Tue Jul 7 16:56:39 2020 (r541441) +++ head/security/yara/Makefile Tue Jul 7 17:24:09 2020 (r541442) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.11.0 +DISTVERSION= 4.0.2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cuckoo --enable-dex --enable-dotnet --enable-macho --enable-magic INSTALL_TARGET= install-strip TEST_TARGET= check -USES= alias autoreconf libtool localbase pathfix ssl +USES= alias autoreconf libtool localbase pathfix pkgconfig ssl USE_LDCONFIG= yes CPPFLAGS+= -isystem ${OPENSSLINC} LIBS+= -L${OPENSSLLIB} Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Tue Jul 7 16:56:39 2020 (r541441) +++ head/security/yara/distinfo Tue Jul 7 17:24:09 2020 (r541442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570717613 -SHA256 (VirusTotal-yara-v3.11.0_GH0.tar.gz) = de8c54028c848751c06f5acc3b749c3ef6b111090b39f6ff991295af44bd4633 -SIZE (VirusTotal-yara-v3.11.0_GH0.tar.gz) = 772122 +TIMESTAMP = 1593199163 +SHA256 (VirusTotal-yara-v4.0.2_GH0.tar.gz) = 05ad88eac9a9f0232432fd14516bdaeda14349d6cf0cac802d76e369abcee001 +SIZE (VirusTotal-yara-v4.0.2_GH0.tar.gz) = 888137 Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Tue Jul 7 16:56:39 2020 (r541441) +++ head/security/yara/pkg-plist Tue Jul 7 17:24:09 2020 (r541442) @@ -4,6 +4,7 @@ include/yara.h include/yara/ahocorasick.h include/yara/arena.h include/yara/atoms.h +include/yara/base64.h include/yara/bitmask.h include/yara/compiler.h include/yara/error.h @@ -16,6 +17,7 @@ include/yara/libyara.h include/yara/limits.h include/yara/mem.h include/yara/modules.h +include/yara/notebook.h include/yara/object.h include/yara/parser.h include/yara/proc.h @@ -33,8 +35,8 @@ include/yara/types.h include/yara/utils.h lib/libyara.a lib/libyara.so -lib/libyara.so.3 -lib/libyara.so.3.10.0 +lib/libyara.so.4 +lib/libyara.so.4.0.2 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz