Date: Tue, 15 Dec 2020 22:17:29 +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: r558190 - head/security/zeek Message-ID: <202012152217.0BFMHTiY066683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Tue Dec 15 22:17:29 2020 New Revision: 558190 URL: https://svnweb.freebsd.org/changeset/ports/558190 Log: security/zeek: Update to 3.0.12 https://github.com/zeek/zeek/releases/tag/v3.0.12 This release fixes the following bugs: - Incorrect ICMP Neighbor Discovery Option length calculation - Fix SMB2 response status parsing - Fix excessive connection_status_update events for ICMP connections Reported by: Jon Siwek Modified: head/security/zeek/Makefile head/security/zeek/distinfo Modified: head/security/zeek/Makefile ============================================================================== --- head/security/zeek/Makefile Tue Dec 15 22:07:57 2020 (r558189) +++ head/security/zeek/Makefile Tue Dec 15 22:17:29 2020 (r558190) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zeek -PORTVERSION= 3.0.11 -PORTREVISION= 2 +PORTVERSION= 3.0.12 CATEGORIES= security MASTER_SITES= https://old.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/security/zeek/distinfo ============================================================================== --- head/security/zeek/distinfo Tue Dec 15 22:07:57 2020 (r558189) +++ head/security/zeek/distinfo Tue Dec 15 22:17:29 2020 (r558190) @@ -1,5 +1,5 @@ -TIMESTAMP = 1602105787 -SHA256 (zeek-3.0.11.tar.gz) = fea7094d8c4470014e1e244dce3fdb9e558c0ecb7333b4b08175e465599bfa27 -SIZE (zeek-3.0.11.tar.gz) = 29340317 +TIMESTAMP = 1608070263 +SHA256 (zeek-3.0.12.tar.gz) = f029401f7432aa0c9c37e86e0fa330fcbd8d8db4b083140fa5b639502c78af62 +SIZE (zeek-3.0.12.tar.gz) = 30362615 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?202012152217.0BFMHTiY066683>