From owner-svn-ports-all@freebsd.org Wed Dec 11 21:43:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E758C1E134D; Wed, 11 Dec 2019 21:43:22 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Y9Qy5nmtz4fs9; Wed, 11 Dec 2019 21:43:22 +0000 (UTC) (envelope-from leres@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 C1A1E19966; Wed, 11 Dec 2019 21:43:22 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBBLhMVa027028; Wed, 11 Dec 2019 21:43:22 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBBLhMxK027026; Wed, 11 Dec 2019 21:43:22 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201912112143.xBBLhMxK027026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Wed, 11 Dec 2019 21:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519842 - head/security/zeek X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/security/zeek X-SVN-Commit-Revision: 519842 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.29 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: Wed, 11 Dec 2019 21:43:23 -0000 Author: leres Date: Wed Dec 11 21:43:21 2019 New Revision: 519842 URL: https://svnweb.freebsd.org/changeset/ports/519842 Log: security/bro: Update to 3.0.1. As announced by Jon Siwek: This is a bug-fix release that most notably addresses a JSON logging performance regression in 3.0.0, but also fixes other minor bugs. A list which details the changes can be found here: https://github.com/zeek/zeek/releases/tag/v3.0.1 Approved by: ler (mentor, implicit) Modified: head/security/zeek/Makefile head/security/zeek/distinfo head/security/zeek/pkg-plist Modified: head/security/zeek/Makefile ============================================================================== --- head/security/zeek/Makefile Wed Dec 11 21:23:26 2019 (r519841) +++ head/security/zeek/Makefile Wed Dec 11 21:43:21 2019 (r519842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zeek -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= security MASTER_SITES= https://www.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/security/zeek/distinfo ============================================================================== --- head/security/zeek/distinfo Wed Dec 11 21:23:26 2019 (r519841) +++ head/security/zeek/distinfo Wed Dec 11 21:43:21 2019 (r519842) @@ -1,5 +1,5 @@ -TIMESTAMP = 1573594504 -SHA256 (zeek-3.0.0.tar.gz) = b552940a14132bcbbd9afdf6476ec615b5a44a6d15f78b2cdc15860fa02bff9a -SIZE (zeek-3.0.0.tar.gz) = 29252635 +TIMESTAMP = 1576099434 +SHA256 (zeek-3.0.1.tar.gz) = 79f4f3efd883c9c2960295778dc290372d10874380fd88450271652e829811d2 +SIZE (zeek-3.0.1.tar.gz) = 29253371 SHA256 (bro-bro-netmap-f3620df_GH0.tar.gz) = e51f420781c9a01b0494f93d82f94a1b045725c1cff406c33887974a9940c655 SIZE (bro-bro-netmap-f3620df_GH0.tar.gz) = 24661 Modified: head/security/zeek/pkg-plist ============================================================================== --- head/security/zeek/pkg-plist Wed Dec 11 21:23:26 2019 (r519841) +++ head/security/zeek/pkg-plist Wed Dec 11 21:43:21 2019 (r519842) @@ -541,10 +541,14 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/uri_builder.hpp %%BROKER%%include/caf/variant.hpp %%BROKER%%include/caf/weak_intrusive_ptr.hpp -include/paraglob.h -include/zeek/3rdparty/fifo_map.hpp +include/paraglob/exceptions.h +include/paraglob/node.h +include/paraglob/paraglob.h +include/paraglob/serializer.h include/zeek/3rdparty/json.hpp include/zeek/3rdparty/sqlite3.h +include/zeek/3rdparty/tsl-ordered-map/ordered_hash.h +include/zeek/3rdparty/tsl-ordered-map/ordered_map.h include/zeek/Anon.h include/zeek/Attr.h include/zeek/Base64.h