Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2020 21:49:05 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r551670 - branches/2020Q4/security/zeek
Message-ID:  <202010072149.097Ln5MY001768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Wed Oct  7 21:49:05 2020
New Revision: 551670
URL: https://svnweb.freebsd.org/changeset/ports/551670

Log:
  MFH: r551667
  
  security/zeek: Update to 3.0.11 to fix memory leaks and potential DOS:
  
      https://github.com/zeek/zeek/releases/tag/v3.0.11
  
   - A memory leak in multipart MIME code has potential for remote
     exploitation and cause for Denial of Service via resource
     exhaustion.
  
  Other fixes:
  
   - Fix incorrect RSTOS0 conn_state determinations
  
  Reported by:	Jon Siwek
  Security:	769a4f60-9056-4c27-89a1-1758a59a21f8
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q4/security/zeek/Makefile
  branches/2020Q4/security/zeek/distinfo
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/security/zeek/Makefile
==============================================================================
--- branches/2020Q4/security/zeek/Makefile	Wed Oct  7 21:46:27 2020	(r551669)
+++ branches/2020Q4/security/zeek/Makefile	Wed Oct  7 21:49:05 2020	(r551670)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zeek
-PORTVERSION=	3.0.10
+PORTVERSION=	3.0.11
 CATEGORIES=	security
 MASTER_SITES=	https://old.zeek.org/downloads/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: branches/2020Q4/security/zeek/distinfo
==============================================================================
--- branches/2020Q4/security/zeek/distinfo	Wed Oct  7 21:46:27 2020	(r551669)
+++ branches/2020Q4/security/zeek/distinfo	Wed Oct  7 21:49:05 2020	(r551670)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1599695228
-SHA256 (zeek-3.0.10.tar.gz) = 55a43b3489341acc6fd0e34c80fc1f9a065e63e8b6850474b2da187edd42319e
-SIZE (zeek-3.0.10.tar.gz) = 29338024
+TIMESTAMP = 1602105787
+SHA256 (zeek-3.0.11.tar.gz) = fea7094d8c4470014e1e244dce3fdb9e558c0ecb7333b4b08175e465599bfa27
+SIZE (zeek-3.0.11.tar.gz) = 29340317
 SHA256 (bro-bro-netmap-f3620df_GH0.tar.gz) = e51f420781c9a01b0494f93d82f94a1b045725c1cff406c33887974a9940c655
 SIZE (bro-bro-netmap-f3620df_GH0.tar.gz) = 24661



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010072149.097Ln5MY001768>