From owner-svn-ports-all@freebsd.org Thu Aug 30 22:26:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D037EFA931; Thu, 30 Aug 2018 22:26:49 +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.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 4518075343; Thu, 30 Aug 2018 22:26:49 +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 2499112A04; Thu, 30 Aug 2018 22:26:49 +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 w7UMQnpb029067; Thu, 30 Aug 2018 22:26:49 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7UMQm1F029064; Thu, 30 Aug 2018 22:26:48 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201808302226.w7UMQm1F029064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Thu, 30 Aug 2018 22:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r478498 - branches/2018Q3/security/bro X-SVN-Group: ports-branches X-SVN-Commit-Author: leres X-SVN-Commit-Paths: branches/2018Q3/security/bro X-SVN-Commit-Revision: 478498 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.27 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: Thu, 30 Aug 2018 22:26:49 -0000 Author: leres Date: Thu Aug 30 22:26:48 2018 New Revision: 478498 URL: https://svnweb.freebsd.org/changeset/ports/478498 Log: MFH: r478427 Update to 2.5.5 which addresses security issues: - Fix array bounds checking in BinPAC: for arrays that are fields within a record, the bounds check was based on a pointer to the start of the record rather than the start of the array field, potentially resulting in a buffer over-read. - Fix SMTP command string comparisons: the number of bytes compared was based on the user-supplied string length and can lead to incorrect matches. e.g. giving a command of "X" incorrectly matched "X-ANONYMOUSTLS" (and an empty commands match anything). - Weird" events are now generally suppressed/sampled by default according to some tunable parameters. - Improved handling of empty lines in several text protocol analyzers that can cause performance issues when seen in long sequences. - Add `smtp_excessive_pending_cmds' weird which serves as a notification for when the "pending command" queue has reached an upper limit and been cleared to prevent one from attempting to slowly exhaust memory. Approved by: ler (mentor, implicit) Security: d0be41fe-2a20-4633-b057-4e8b25c41780 Approved by: ports-secteam (miwi), ler (mentor, implicit) Modified: branches/2018Q3/security/bro/Makefile branches/2018Q3/security/bro/distinfo branches/2018Q3/security/bro/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/security/bro/Makefile ============================================================================== --- branches/2018Q3/security/bro/Makefile Thu Aug 30 21:00:21 2018 (r478497) +++ branches/2018Q3/security/bro/Makefile Thu Aug 30 22:26:48 2018 (r478498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bro -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= security MASTER_SITES= https://www.bro.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: branches/2018Q3/security/bro/distinfo ============================================================================== --- branches/2018Q3/security/bro/distinfo Thu Aug 30 21:00:21 2018 (r478497) +++ branches/2018Q3/security/bro/distinfo Thu Aug 30 22:26:48 2018 (r478498) @@ -1,6 +1,6 @@ -TIMESTAMP = 1528300945 -SHA256 (bro-2.5.4.tar.gz) = 80daea433fa654f2602cf67b19b9121ff6ad57761bad73cc29020c4f490c5f1f -SIZE (bro-2.5.4.tar.gz) = 18520847 +TIMESTAMP = 1535578356 +SHA256 (bro-2.5.5.tar.gz) = 18f2aeb10b4d935d85c115a1e4a93464b9750be19b34997cf6196b29118e73cf +SIZE (bro-2.5.5.tar.gz) = 18525979 SHA256 (actor-framework-actor-framework-0.14.6_GH0.tar.gz) = cbc2033896fe41e42604de2f74673971718a40684996650157484485755f7720 SIZE (actor-framework-actor-framework-0.14.6_GH0.tar.gz) = 1239451 SHA256 (bro-bro-netmap-cf88debf487b31ab30dc3b5bac64783b4e49997e_GH0.tar.gz) = 383423f92932c3ef244194954708b3a237b4f37ebc358014f51dcb3b9786896b Modified: branches/2018Q3/security/bro/pkg-plist ============================================================================== --- branches/2018Q3/security/bro/pkg-plist Thu Aug 30 21:00:21 2018 (r478497) +++ branches/2018Q3/security/bro/pkg-plist Thu Aug 30 22:26:48 2018 (r478498) @@ -574,6 +574,7 @@ man/man8/bro.8.gz %%DATADIR%%/policy/misc/scan.bro %%DATADIR%%/policy/misc/stats.bro %%DATADIR%%/policy/misc/trim-trace-file.bro +%%DATADIR%%/policy/misc/weird-stats.bro %%DATADIR%%/policy/protocols/conn/known-hosts.bro %%DATADIR%%/policy/protocols/conn/known-services.bro %%DATADIR%%/policy/protocols/conn/mac-logging.bro