git: da2605ff0d4c - main - security/zeek: Update to 7.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Sep 2024 23:29:57 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=da2605ff0d4cb6296c717adbb1233484fbc82984 commit da2605ff0d4cb6296c717adbb1233484fbc82984 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-09-03 23:29:36 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-09-03 23:29:36 +0000 security/zeek: Update to 7.0.1 https://github.com/zeek/zeek/releases/tag/v7.0.1 This release fixes the following bugs: - HTTP passwords with colon characters in them are now correctly logged. - The LDAP analyzer now supports handling of non-sealed GSS-API WRAP tokens. - Heuristics for parsing SASL encrypted and signed LDAP traffic have been made more strict and predictable. - StartTLS support was added to the LDAP analyzer. - Specify less-strict permissions for directories and files created by zeek-archiver to play more nicely with user's umask setting. Reported by: Tim Wojtulewicz --- security/zeek/Makefile | 3 +-- security/zeek/distinfo | 6 +++--- security/zeek/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 0cd9bebfb8cd..47bc4fa517ad 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,6 +1,5 @@ PORTNAME= zeek -DISTVERSION= 7.0.0 -PORTREVISION= 1 +DISTVERSION= 7.0.1 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ diff --git a/security/zeek/distinfo b/security/zeek/distinfo index 454a0f21fb3e..06b29c5e8308 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722545605 -SHA256 (zeek-7.0.0.tar.gz) = 186393329b7f53f8087730eb97449e0e868b0dbad5deaea3864d7a7c7d30f8fb -SIZE (zeek-7.0.0.tar.gz) = 95688958 +TIMESTAMP = 1725405349 +SHA256 (zeek-7.0.1.tar.gz) = bcfec8c61b96a92068ee3dd6d1affc399f114224cea9caf7944679da2ca89e2b +SIZE (zeek-7.0.1.tar.gz) = 95820593 diff --git a/security/zeek/pkg-plist b/security/zeek/pkg-plist index a8c69b79bf19..c36899956264 100644 --- a/security/zeek/pkg-plist +++ b/security/zeek/pkg-plist @@ -1235,6 +1235,7 @@ include/zeek/telemetry/Opaques.h include/zeek/telemetry/ProcessStats.h include/zeek/telemetry/Timer.h include/zeek/telemetry/Utils.h +include/zeek/telemetry/consts.bif.h include/zeek/telemetry/telemetry.bif.h include/zeek/threading/BasicThread.h include/zeek/threading/Formatter.h @@ -1375,6 +1376,7 @@ share/man/man8/zeek.8.gz %%SPICY%%share/spicy/finger/finger.spicy %%SPICY%%share/spicy/ldap/asn1.spicy %%SPICY%%share/spicy/ldap/ldap.spicy +%%SPICY%%share/spicy/ldap/ldap_zeek.spicy %%SPICY%%share/spicy/quic/QUIC.spicy %%SPICY%%share/spicy/spicy-driver-host.cc %%SPICY%%share/spicy/spicy.spicy @@ -1389,6 +1391,7 @@ share/man/man8/zeek.8.gz %%DATADIR%%/base/bif/comm.bif.zeek %%DATADIR%%/base/bif/communityid.bif.zeek %%DATADIR%%/base/bif/const.bif.zeek +%%DATADIR%%/base/bif/consts.bif.zeek %%DATADIR%%/base/bif/data.bif.zeek %%DATADIR%%/base/bif/event.bif.zeek %%DATADIR%%/base/bif/file_analysis.bif.zeek