Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2020 21:29:54 +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: r551667 - head/security/zeek
Message-ID:  <202010072129.097LTsoX089100@repo.freebsd.org>

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

Log:
  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
  MFH:		2020Q4
  Security:	769a4f60-9056-4c27-89a1-1758a59a21f8

Modified:
  head/security/zeek/Makefile
  head/security/zeek/distinfo

Modified: head/security/zeek/Makefile
==============================================================================
--- head/security/zeek/Makefile	Wed Oct  7 21:21:58 2020	(r551666)
+++ head/security/zeek/Makefile	Wed Oct  7 21:29:54 2020	(r551667)
@@ -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: head/security/zeek/distinfo
==============================================================================
--- head/security/zeek/distinfo	Wed Oct  7 21:21:58 2020	(r551666)
+++ head/security/zeek/distinfo	Wed Oct  7 21:29:54 2020	(r551667)
@@ -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?202010072129.097LTsoX089100>