diff options
author | Craig Leres <leres@FreeBSD.org> | 2022-08-26 23:54:26 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2022-08-26 23:54:26 +0000 |
commit | 8afc679517af7a25ec736e5a44cea6a1c548c35d (patch) | |
tree | ad9f18e0b139cb734dd4564a368cad1cb385b04f | |
parent | c70809f54d9b16527d194e6f229ea1625f6c53c3 (diff) | |
download | ports-8afc679517af7a25ec736e5a44cea6a1c548c35d.tar.gz ports-8afc679517af7a25ec736e5a44cea6a1c548c35d.zip |
security/zeek: Update to 5.0.1
https://github.com/zeek/zeek/releases/tag/v5.0.1
Security fixes since 5.0.0:
- Fix a possible overflow and crash in the ARP analyzer when
receiving a specially crafted packet.
- Fix a possible overflow and crash in the Modbus analyzer when
receiving a specially crafted packet.
- Fix two possible crashes when converting IP headers for output
via the raw_packet event.
- Fix an abort related to an error related to the ordering of
record fields when processing DNS EDNS headers via events
Other changes:
- Fix a number of typos in the weak-keys.zeek script in the SSL
framework.
- Fix build of internal Spicy when using the --disable-cpp-tests
configure flag.
- Avoid calling safe_realloc unnecessarily from ODesc::Grow(),
providing a peformance improvement in some cases.
- Remove use of fallible get_conn_transport_proto() in analyzer_violation
event handlers.
- Remove a warning when receiving packets with invalid or unknown
IP protocol types, preventing it from spamming reporter.log.
- Fix workers failing to peer with proxies if they take too long
to start.
- Fix Zeek build failures when building against an external version
of Spicy.
- Update Spicy to version 1.5.1 and spicy-plugin to 1.3.17.
Reported by: Tim Wojtulewicz
-rw-r--r-- | security/zeek/Makefile | 3 | ||||
-rw-r--r-- | security/zeek/distinfo | 6 | ||||
-rw-r--r-- | security/zeek/pkg-plist | 8 |
3 files changed, 12 insertions, 5 deletions
diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 1f8a94a13613..63be5235246a 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,6 +1,5 @@ PORTNAME= zeek -PORTVERSION= 5.0.0 -PORTREVISION= 2 +PORTVERSION= 5.0.1 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/zeek/distinfo b/security/zeek/distinfo index 2308a6abcec2..17637f2c4d62 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1657055374 -SHA256 (zeek-5.0.0.tar.gz) = d0d300fd8d9a1a485a0198c52e9773db7c532820faaea797e4c63aafac63fd7e -SIZE (zeek-5.0.0.tar.gz) = 42662089 +TIMESTAMP = 1661549081 +SHA256 (zeek-5.0.1.tar.gz) = 3cd43ae446200e7e59a89a9bf8190d964f3198e517f5d4be9cc1daba67ba0b81 +SIZE (zeek-5.0.1.tar.gz) = 42671364 SHA256 (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = d37a69babfbb62a51a2413d6b83ae792ce1e7f1ccb1d51bd6b209a10fe5c4d75 SIZE (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = 9100 diff --git a/security/zeek/pkg-plist b/security/zeek/pkg-plist index 4c52a2052a52..f0ded961275d 100644 --- a/security/zeek/pkg-plist +++ b/security/zeek/pkg-plist @@ -1249,6 +1249,14 @@ lib/libparaglob.a %%SPICY%%lib/zeek-spicy/spicy/zeek.spicy %%SPICY%%lib/zeek-spicy/spicy/zeek_file.spicy %%SPICY%%lib/zeek-spicy/spicy/zeek_rt.hlt +%%SPICY%%lib/zeek-spicy/tests/Scripts/canonify-zeek-log +%%SPICY%%lib/zeek-spicy/tests/Scripts/canonify-zeek-log-sorted +%%SPICY%%lib/zeek-spicy/tests/Scripts/diff-remove-abspath +%%SPICY%%lib/zeek-spicy/tests/Scripts/diff-remove-timestamps +%%SPICY%%lib/zeek-spicy/tests/Scripts/diff-sort +%%SPICY%%lib/zeek-spicy/tests/Scripts/spicy-version +%%SPICY%%lib/zeek-spicy/tests/Scripts/zeek-version +%%SPICY%%lib/zeek-spicy/tests/random.seed %%NETMAP%%lib/zeek/plugins/Zeek_Netmap/COPYING %%NETMAP%%lib/zeek/plugins/Zeek_Netmap/__bro_plugin__ %%NETMAP%%lib/zeek/plugins/Zeek_Netmap/lib/Zeek-Netmap.%%LCASE_OPSYS%%-%%ARCH%%.so |