From owner-svn-ports-all@freebsd.org Thu Sep 8 17:48:04 2016 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 7496BBD1CF6; Thu, 8 Sep 2016 17:48:04 +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 38B74A76; Thu, 8 Sep 2016 17:48: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 u88Hm3Wb048021; Thu, 8 Sep 2016 17:48:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88Hm308048016; Thu, 8 Sep 2016 17:48:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609081748.u88Hm308048016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 8 Sep 2016 17:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421569 - head/security/yara X-SVN-Group: ports-head 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: Thu, 08 Sep 2016 17:48:04 -0000 Author: antoine Date: Thu Sep 8 17:48:02 2016 New Revision: 421569 URL: https://svnweb.freebsd.org/changeset/ports/421569 Log: Update to 3.5.0 PR: 212266 Approved by: maintainer Modified: head/security/yara/Makefile head/security/yara/distinfo head/security/yara/pkg-descr head/security/yara/pkg-plist Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Thu Sep 8 17:13:24 2016 (r421568) +++ head/security/yara/Makefile Thu Sep 8 17:48:02 2016 (r421569) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= security MAINTAINER= wxs@FreeBSD.org COMMENT= Malware identification and classification tool -LICENSE= APACHE20 +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes -GH_ACCOUNT= plusvic +GH_ACCOUNT= VirusTotal GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= alias autoreconf libtool pathfix +USES= alias autoreconf libtool pathfix ssl USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Thu Sep 8 17:13:24 2016 (r421568) +++ head/security/yara/distinfo Thu Sep 8 17:48:02 2016 (r421569) @@ -1,2 +1,3 @@ -SHA256 (plusvic-yara-v3.4.0_GH0.tar.gz) = 528571ff721364229f34f6d1ff0eedc3cd5a2a75bb94727dc6578c6efe3d618b -SIZE (plusvic-yara-v3.4.0_GH0.tar.gz) = 7642695 +TIMESTAMP = 1473283117 +SHA256 (VirusTotal-yara-v3.5.0_GH0.tar.gz) = 4bc72ee755db85747f7e856afb0e817b788a280ab5e73dee42f159171a9b5299 +SIZE (VirusTotal-yara-v3.5.0_GH0.tar.gz) = 7648499 Modified: head/security/yara/pkg-descr ============================================================================== --- head/security/yara/pkg-descr Thu Sep 8 17:13:24 2016 (r421568) +++ head/security/yara/pkg-descr Thu Sep 8 17:48:02 2016 (r421569) @@ -4,4 +4,4 @@ based on textual or binary patterns cont Each description consists of a set of strings and a Boolean expression which determines its logic." -WWW: http://plusvic.github.io/yara/ +WWW: http://virustotal.github.io/yara/ Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Thu Sep 8 17:13:24 2016 (r421568) +++ head/security/yara/pkg-plist Thu Sep 8 17:48:02 2016 (r421569) @@ -9,6 +9,7 @@ include/yara/error.h include/yara/exec.h include/yara/filemap.h include/yara/hash.h +include/yara/integers.h include/yara/libyara.h include/yara/limits.h include/yara/modules.h @@ -19,12 +20,13 @@ include/yara/scan.h include/yara/sizedstr.h include/yara/stream.h include/yara/strutils.h +include/yara/threading.h include/yara/types.h include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.3 -lib/libyara.so.3.4.0 +lib/libyara.so.3.5.0 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz