From owner-svn-ports-head@freebsd.org Tue Jun 6 18:07:48 2017 Return-Path: Delivered-To: svn-ports-head@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 C87DFBF20AC; Tue, 6 Jun 2017 18:07:48 +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 9C7637591F; Tue, 6 Jun 2017 18:07:48 +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 v56I7lG9029707; Tue, 6 Jun 2017 18:07:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v56I7lxe029701; Tue, 6 Jun 2017 18:07:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706061807.v56I7lxe029701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 6 Jun 2017 18:07:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442788 - in head/security: py-yara 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-head@freebsd.org X-Mailman-Version: 2.1.23 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, 06 Jun 2017 18:07:48 -0000 Author: antoine Date: Tue Jun 6 18:07:47 2017 New Revision: 442788 URL: https://svnweb.freebsd.org/changeset/ports/442788 Log: - Update to 3.6.1 - Take maintainership of py-yara [1] Approved by: maintainer 9 months ago [1] 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_modules_pe.c head/security/yara/pkg-plist Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Tue Jun 6 17:15:49 2017 (r442787) +++ head/security/py-yara/Makefile Tue Jun 6 18:07:47 2017 (r442788) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= antoine@FreeBSD.org COMMENT= Python bindings for yara LICENSE= APACHE20 LIB_DEPENDS= libyara.so:security/yara -USES= python +USES= localbase python USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= --dynamic-linking Modified: head/security/py-yara/distinfo ============================================================================== --- head/security/py-yara/distinfo Tue Jun 6 17:15:49 2017 (r442787) +++ head/security/py-yara/distinfo Tue Jun 6 18:07:47 2017 (r442788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472498516 -SHA256 (yara-python-3.5.0.tar.gz) = c743ef051127eacc903fd4bd63d552ecf00031b59a9a8e7d0d017063de24b69c -SIZE (yara-python-3.5.0.tar.gz) = 551735 +TIMESTAMP = 1496738957 +SHA256 (yara-python-3.6.1.tar.gz) = 37066d324db8931aa9ad06690667529c2f68260ab43493df679444c66b44ed71 +SIZE (yara-python-3.6.1.tar.gz) = 297455 Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Tue Jun 6 17:15:49 2017 (r442787) +++ head/security/yara/Makefile Tue Jun 6 18:07:47 2017 (r442788) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.1 DISTVERSIONPREFIX= v CATEGORIES= security @@ -15,7 +15,9 @@ USE_GITHUB= yes GH_ACCOUNT= VirusTotal GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-magic --enable-dotnet INSTALL_TARGET= install-strip +TEST_TARGET= check USES= alias autoreconf libtool pathfix ssl USE_LDCONFIG= yes CPPFLAGS+= -isystem ${OPENSSLINC} Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Tue Jun 6 17:15:49 2017 (r442787) +++ head/security/yara/distinfo Tue Jun 6 18:07:47 2017 (r442788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473283117 -SHA256 (VirusTotal-yara-v3.5.0_GH0.tar.gz) = 4bc72ee755db85747f7e856afb0e817b788a280ab5e73dee42f159171a9b5299 -SIZE (VirusTotal-yara-v3.5.0_GH0.tar.gz) = 7648499 +TIMESTAMP = 1496738895 +SHA256 (VirusTotal-yara-v3.6.1_GH0.tar.gz) = 9ee0e0cc1c2b36c9e2095dab7d4db928b43f3301254ab0836a342a286282949e +SIZE (VirusTotal-yara-v3.6.1_GH0.tar.gz) = 505302 Modified: head/security/yara/files/patch-libyara_modules_pe.c ============================================================================== --- head/security/yara/files/patch-libyara_modules_pe.c Tue Jun 6 17:15:49 2017 (r442787) +++ head/security/yara/files/patch-libyara_modules_pe.c Tue Jun 6 18:07:47 2017 (r442788) @@ -1,6 +1,6 @@ ---- libyara/modules/pe.c.orig 2016-09-06 20:09:47 UTC +--- libyara/modules/pe.c.orig 2017-06-05 16:57:34 UTC +++ libyara/modules/pe.c -@@ -42,7 +42,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI +@@ -41,7 +41,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI #include #include #include Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Tue Jun 6 17:15:49 2017 (r442787) +++ head/security/yara/pkg-plist Tue Jun 6 18:07:47 2017 (r442788) @@ -26,7 +26,7 @@ include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.3 -lib/libyara.so.3.5.0 +lib/libyara.so.3.6.1 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz