svn commit: r548255 - branches/2020Q3/security/zeek
Craig Leres
leres at FreeBSD.org
Fri Sep 11 18:08:13 UTC 2020
Author: leres
Date: Fri Sep 11 18:08:11 2020
New Revision: 548255
URL: https://svnweb.freebsd.org/changeset/ports/548255
Log:
MFH: r548170
security/zeek: Update to 3.0.10 to fix memory leaks and potential DOS:
https://github.com/zeek/zeek/releases/tag/v3.0.10
- Fix memory leak caused by re-entering AYIYA parsing
- Fix memory leak caused by re-entering GTPv1 parsing
Other fixes:
- Fix Input Framework 'change' events for 'set' destinations
- Fix reported body-length of HTTP messages w/ sub-entities
Reported by: Jon Siwek
Security: 2c92fdd3-896c-4a5a-a0d8-52acee69182d
Approved by: ports-secteam (joneum)
Modified:
branches/2020Q3/security/zeek/Makefile
branches/2020Q3/security/zeek/distinfo
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/security/zeek/Makefile
==============================================================================
--- branches/2020Q3/security/zeek/Makefile Fri Sep 11 17:35:26 2020 (r548254)
+++ branches/2020Q3/security/zeek/Makefile Fri Sep 11 18:08:11 2020 (r548255)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zeek
-PORTVERSION= 3.0.8
+PORTVERSION= 3.0.10
CATEGORIES= security
MASTER_SITES= https://old.zeek.org/downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Modified: branches/2020Q3/security/zeek/distinfo
==============================================================================
--- branches/2020Q3/security/zeek/distinfo Fri Sep 11 17:35:26 2020 (r548254)
+++ branches/2020Q3/security/zeek/distinfo Fri Sep 11 18:08:11 2020 (r548255)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1595897482
-SHA256 (zeek-3.0.8.tar.gz) = df30b788096d51501a64d7ffa74022b263e67585f9ee0a40c0838bc9b3c73956
-SIZE (zeek-3.0.8.tar.gz) = 29334845
+TIMESTAMP = 1599695228
+SHA256 (zeek-3.0.10.tar.gz) = 55a43b3489341acc6fd0e34c80fc1f9a065e63e8b6850474b2da187edd42319e
+SIZE (zeek-3.0.10.tar.gz) = 29338024
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