From owner-svn-ports-all@FreeBSD.ORG Mon Feb 16 18:52:44 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 398216B9; Mon, 16 Feb 2015 18:52:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 22F9AF51; Mon, 16 Feb 2015 18:52:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GIqiLQ082113; Mon, 16 Feb 2015 18:52:44 GMT (envelope-from wxs@FreeBSD.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1GIqgBg082107; Mon, 16 Feb 2015 18:52:42 GMT (envelope-from wxs@FreeBSD.org) Message-Id: <201502161852.t1GIqgBg082107@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wxs set sender to wxs@FreeBSD.org using -f From: Wesley Shields Date: Mon, 16 Feb 2015 18:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379102 - in head/security: py-yara py-yara/files yara yara/files 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.18-1 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: Mon, 16 Feb 2015 18:52:44 -0000 Author: wxs Date: Mon Feb 16 18:52:41 2015 New Revision: 379102 URL: https://svnweb.freebsd.org/changeset/ports/379102 QAT: https://qat.redports.org/buildarchive/r379102/ Log: Update to 3.3.0. Deleted: head/security/py-yara/files/ Modified: head/security/py-yara/Makefile head/security/py-yara/distinfo head/security/yara/Makefile head/security/yara/distinfo head/security/yara/files/patch-libyara__proc.c head/security/yara/pkg-plist Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Mon Feb 16 18:25:16 2015 (r379101) +++ head/security/py-yara/Makefile Mon Feb 16 18:52:41 2015 (r379102) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 2.1.0 +PORTVERSION= 3.3.0 CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,8 @@ COMMENT= Python bindings for yara USE_GITHUB= yes GH_ACCOUNT= plusvic -GH_TAGNAME= v2.1.0 -GH_COMMIT= 6530e73 +GH_TAGNAME= v3.3.0 +GH_COMMIT= 85e913e LIB_DEPENDS= libyara.so:${PORTSDIR}/security/yara Modified: head/security/py-yara/distinfo ============================================================================== --- head/security/py-yara/distinfo Mon Feb 16 18:25:16 2015 (r379101) +++ head/security/py-yara/distinfo Mon Feb 16 18:52:41 2015 (r379102) @@ -1,2 +1,2 @@ -SHA256 (yara-2.1.0.tar.gz) = 5172e17864dacc1f166504ea5c569b19a4594f11ab4ae323e00e981a13be902e -SIZE (yara-2.1.0.tar.gz) = 590302 +SHA256 (yara-3.3.0.tar.gz) = c2cd05deeedd36489f1d464e8cb86e0de261483cd2fcb5278bada7cdc0e4238f +SIZE (yara-3.3.0.tar.gz) = 7634925 Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Mon Feb 16 18:25:16 2015 (r379101) +++ head/security/yara/Makefile Mon Feb 16 18:52:41 2015 (r379102) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= security MAINTAINER= wxs@FreeBSD.org @@ -10,8 +9,8 @@ COMMENT= Malware identification and clas USE_GITHUB= yes GH_ACCOUNT= plusvic -GH_TAGNAME= v2.1.0 -GH_COMMIT= 6530e73 +GH_TAGNAME= v3.3.0 +GH_COMMIT= 85e913e GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -19,6 +18,5 @@ USES= libtool USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake AUTOMAKE_ARGS= -a -c -f USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes .include Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Mon Feb 16 18:25:16 2015 (r379101) +++ head/security/yara/distinfo Mon Feb 16 18:52:41 2015 (r379102) @@ -1,2 +1,2 @@ -SHA256 (yara-2.1.0.tar.gz) = 5172e17864dacc1f166504ea5c569b19a4594f11ab4ae323e00e981a13be902e -SIZE (yara-2.1.0.tar.gz) = 590302 +SHA256 (yara-3.3.0.tar.gz) = c2cd05deeedd36489f1d464e8cb86e0de261483cd2fcb5278bada7cdc0e4238f +SIZE (yara-3.3.0.tar.gz) = 7634925 Modified: head/security/yara/files/patch-libyara__proc.c ============================================================================== --- head/security/yara/files/patch-libyara__proc.c Mon Feb 16 18:25:16 2015 (r379101) +++ head/security/yara/files/patch-libyara__proc.c Mon Feb 16 18:52:41 2015 (r379102) @@ -1,6 +1,6 @@ ---- ./libyara/proc.c.orig 2013-12-26 09:01:02.000000000 -0500 -+++ ./libyara/proc.c 2013-12-28 15:26:52.000000000 -0500 -@@ -141,10 +141,9 @@ +--- libyara/proc.c.orig 2015-02-10 12:43:13 UTC ++++ libyara/proc.c +@@ -140,10 +140,9 @@ int yr_process_get_memory( #else Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Mon Feb 16 18:25:16 2015 (r379101) +++ head/security/yara/pkg-plist Mon Feb 16 18:52:41 2015 (r379102) @@ -1,9 +1,29 @@ bin/yara bin/yarac include/yara.h +include/yara/ahocorasick.h +include/yara/arena.h +include/yara/atoms.h +include/yara/compiler.h +include/yara/error.h +include/yara/exec.h +include/yara/filemap.h +include/yara/hash.h +include/yara/libyara.h +include/yara/limits.h +include/yara/modules.h +include/yara/object.h +include/yara/re.h +include/yara/rules.h +include/yara/scan.h +include/yara/sizedstr.h +include/yara/strutils.h +include/yara/types.h +include/yara/utils.h lib/libyara.a lib/libyara.so -lib/libyara.so.2 -lib/libyara.so.2.1.0 +lib/libyara.so.3 +lib/libyara.so.3.3.0 +lib/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz