svn commit: r551670 - branches/2020Q4/security/zeek
Craig Leres
leres at FreeBSD.org
Wed Oct 7 21:49:05 UTC 2020
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
More information about the svn-ports-all
mailing list