From owner-svn-ports-all@freebsd.org Sat Dec 2 13:26:05 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 333BFDFF301; Sat, 2 Dec 2017 13:26:05 +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 F41AC6FD43; Sat, 2 Dec 2017 13:26:04 +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 vB2DQ4LX068222; Sat, 2 Dec 2017 13:26:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB2DQ3c3068219; Sat, 2 Dec 2017 13:26:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712021326.vB2DQ3c3068219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Dec 2017 13:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455365 - head/security/yara X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/yara X-SVN-Commit-Revision: 455365 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: Sat, 02 Dec 2017 13:26:05 -0000 Author: antoine Date: Sat Dec 2 13:26:03 2017 New Revision: 455365 URL: https://svnweb.freebsd.org/changeset/ports/455365 Log: Update to 3.7.0 Modified: head/security/yara/Makefile head/security/yara/distinfo head/security/yara/pkg-plist Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Sat Dec 2 13:19:16 2017 (r455364) +++ head/security/yara/Makefile Sat Dec 2 13:26:03 2017 (r455365) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.6.3 +PORTVERSION= 3.7.0 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Sat Dec 2 13:19:16 2017 (r455364) +++ head/security/yara/distinfo Sat Dec 2 13:26:03 2017 (r455365) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499319072 -SHA256 (VirusTotal-yara-v3.6.3_GH0.tar.gz) = ad2c0e788b4d8b2f3e9078f448754313249a302b749b9a24e932bfc5e141a5e8 -SIZE (VirusTotal-yara-v3.6.3_GH0.tar.gz) = 505556 +TIMESTAMP = 1510327306 +SHA256 (VirusTotal-yara-v3.7.0_GH0.tar.gz) = 01f0841e7387918c2b6d0b7fb48014bda41d1487be1cabf718a0576018969641 +SIZE (VirusTotal-yara-v3.7.0_GH0.tar.gz) = 558035 Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Sat Dec 2 13:19:16 2017 (r455364) +++ head/security/yara/pkg-plist Sat Dec 2 13:26:03 2017 (r455365) @@ -7,13 +7,17 @@ include/yara/atoms.h include/yara/compiler.h include/yara/error.h include/yara/exec.h +include/yara/exefiles.h include/yara/filemap.h include/yara/hash.h include/yara/integers.h include/yara/libyara.h include/yara/limits.h +include/yara/mem.h include/yara/modules.h include/yara/object.h +include/yara/parser.h +include/yara/proc.h include/yara/re.h include/yara/rules.h include/yara/scan.h @@ -26,7 +30,7 @@ include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.3 -lib/libyara.so.3.6.3 +lib/libyara.so.3.7.0 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz