Date: Thu, 8 Sep 2016 17:48:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421569 - head/security/yara Message-ID: <201609081748.u88Hm308048016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081748.u88Hm308048016>