From owner-svn-ports-all@freebsd.org Sun Jan 21 12:11:28 2018 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 7A3EDEC813C; Sun, 21 Jan 2018 12:11:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 546AC68F9A; Sun, 21 Jan 2018 12:11:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 920BE33BF; Sun, 21 Jan 2018 12:11:27 +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 w0LCBRfS099562; Sun, 21 Jan 2018 12:11:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0LCBRfY099556; Sun, 21 Jan 2018 12:11:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201801211211.w0LCBRfY099556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Jan 2018 12:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459599 - in head/security/yara: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security/yara: . files X-SVN-Commit-Revision: 459599 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: Sun, 21 Jan 2018 12:11:28 -0000 Author: antoine Date: Sun Jan 21 12:11:26 2018 New Revision: 459599 URL: https://svnweb.freebsd.org/changeset/ports/459599 Log: Update to 3.7.1 Modified: head/security/yara/Makefile head/security/yara/distinfo head/security/yara/files/patch-threading.c head/security/yara/pkg-plist Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Sun Jan 21 12:10:11 2018 (r459598) +++ head/security/yara/Makefile Sun Jan 21 12:11:26 2018 (r459599) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= yara -PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTVERSION= 3.7.1 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/yara/distinfo ============================================================================== --- head/security/yara/distinfo Sun Jan 21 12:10:11 2018 (r459598) +++ head/security/yara/distinfo Sun Jan 21 12:11:26 2018 (r459599) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510327306 -SHA256 (VirusTotal-yara-v3.7.0_GH0.tar.gz) = 01f0841e7387918c2b6d0b7fb48014bda41d1487be1cabf718a0576018969641 -SIZE (VirusTotal-yara-v3.7.0_GH0.tar.gz) = 558035 +TIMESTAMP = 1516136851 +SHA256 (VirusTotal-yara-v3.7.1_GH0.tar.gz) = df077a29b0fffbf4e7c575f838a440f42d09b215fcb3971e6fb6360318a64892 +SIZE (VirusTotal-yara-v3.7.1_GH0.tar.gz) = 558499 Modified: head/security/yara/files/patch-threading.c ============================================================================== --- head/security/yara/files/patch-threading.c Sun Jan 21 12:10:11 2018 (r459598) +++ head/security/yara/files/patch-threading.c Sun Jan 21 12:11:26 2018 (r459599) @@ -1,6 +1,6 @@ # Work around FreeBSD bug #189353 when /tmp is using tmpfs(5) ---- threading.c.orig 2017-11-10 11:21:21 UTC +--- threading.c.orig 2017-11-28 16:54:05 UTC +++ threading.c @@ -33,6 +33,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI #include Modified: head/security/yara/pkg-plist ============================================================================== --- head/security/yara/pkg-plist Sun Jan 21 12:10:11 2018 (r459598) +++ head/security/yara/pkg-plist Sun Jan 21 12:11:26 2018 (r459599) @@ -30,7 +30,7 @@ include/yara/utils.h lib/libyara.a lib/libyara.so lib/libyara.so.3 -lib/libyara.so.3.7.0 +lib/libyara.so.3.7.1 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz