Date: Wed, 11 Dec 2019 21:43:22 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519842 - head/security/zeek Message-ID: <201912112143.xBBLhMxK027026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912112143.xBBLhMxK027026>