diff options
author | Craig Leres <leres@FreeBSD.org> | 2025-05-20 13:31:58 -0700 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2025-05-20 13:31:58 -0700 |
commit | 34077aa5ddd588956f3d496d8b356bf0a08e26c2 (patch) | |
tree | 5e7f947e3c6bf742357c3455db44dd554e1f4565 | |
parent | devel/llvm20: 20.1.5 release (diff) |
security/zeek: Update to 7.0.8
https://github.com/zeek/zeek/releases/tag/v7.0.8
This release fixes the following bugs:
- GCC 15.1 failed to build both Zeek and the integrated Paraglob
library.
- The requirement for the BIND library to be present for the build
was removed.
- The Spicy submodule was updated to v1.11.5. This version brings
a fix for a compilation failure when iterating over a byte value.
Reported by: Tim Wojtulewicz
-rw-r--r-- | security/zeek/Makefile | 2 | ||||
-rw-r--r-- | security/zeek/distinfo | 6 | ||||
-rw-r--r-- | security/zeek/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/security/zeek/Makefile b/security/zeek/Makefile index ec556142d2c1..37568d7fdf72 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,5 +1,5 @@ PORTNAME= zeek -DISTVERSION= 7.0.7 +DISTVERSION= 7.0.8 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ diff --git a/security/zeek/distinfo b/security/zeek/distinfo index a89bf538df6d..556e223ec34a 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746809493 -SHA256 (zeek-7.0.7.tar.gz) = 8eb07cfb73b976d92bdcbce37051667a072b8323ab59dc1b2bf46b76703765c0 -SIZE (zeek-7.0.7.tar.gz) = 95962543 +TIMESTAMP = 1747772619 +SHA256 (zeek-7.0.8.tar.gz) = 29f918851d671fb3d8fe6b97e3d9fcefaa18660c57cb1ed63adc5e25773175cd +SIZE (zeek-7.0.8.tar.gz) = 95963798 diff --git a/security/zeek/pkg-plist b/security/zeek/pkg-plist index 0d7ee7a549f7..9305a9eda9d9 100644 --- a/security/zeek/pkg-plist +++ b/security/zeek/pkg-plist @@ -1928,7 +1928,6 @@ share/man/man8/zeek.8.gz %%DATADIR%%/cmake/CommonCMakeConfig.cmake %%DATADIR%%/cmake/ConfigurePackaging.cmake %%DATADIR%%/cmake/ConfigureSpicyBuild.cmake -%%DATADIR%%/cmake/FindBIND.cmake %%DATADIR%%/cmake/FindBinPAC.cmake %%DATADIR%%/cmake/FindCAres.cmake %%DATADIR%%/cmake/FindCapstats.cmake |