svn commit: r566365 - head/security/zeek
Craig Leres
leres at FreeBSD.org
Tue Feb 23 01:54:20 UTC 2021
Author: leres
Date: Tue Feb 23 01:54:19 2021
New Revision: 566365
URL: https://svnweb.freebsd.org/changeset/ports/566365
Log:
security/zeek: Update to 3.0.13
https://github.com/zeek/zeek/releases/tag/v3.0.13
This release fixes the following vulnerability:
- Fix ASCII Input reader's treatment of input files containing
null-bytes. An input file containing null-bytes could lead to a
buffer-over-read, crash Zeek, and be exploited to cause Denial
of Service.
And fixes the following bugs:
- MIME sub-entities overwrote top-level header values cause
misleading SMTP log
- Fix incorrect major_subsys_version field in pe_optional_header
event
Reported by: Jon Siwek
Modified:
head/security/zeek/Makefile
head/security/zeek/distinfo
Modified: head/security/zeek/Makefile
==============================================================================
--- head/security/zeek/Makefile Tue Feb 23 01:45:04 2021 (r566364)
+++ head/security/zeek/Makefile Tue Feb 23 01:54:19 2021 (r566365)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= zeek
-PORTVERSION= 3.0.12
-PORTREVISION= 2
+PORTVERSION= 3.0.13
CATEGORIES= security
MASTER_SITES= https://old.zeek.org/downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Modified: head/security/zeek/distinfo
==============================================================================
--- head/security/zeek/distinfo Tue Feb 23 01:45:04 2021 (r566364)
+++ head/security/zeek/distinfo Tue Feb 23 01:54:19 2021 (r566365)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1608070263
-SHA256 (zeek-3.0.12.tar.gz) = f029401f7432aa0c9c37e86e0fa330fcbd8d8db4b083140fa5b639502c78af62
-SIZE (zeek-3.0.12.tar.gz) = 30362615
+TIMESTAMP = 1614030066
+SHA256 (zeek-3.0.13.tar.gz) = 763b4d493820acfafbd0954177bb9733b571721b4f164fcb4488d7d4e55ea8b6
+SIZE (zeek-3.0.13.tar.gz) = 30489419
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