diff options
| author | Craig Leres <leres@FreeBSD.org> | 2022-11-24 18:29:18 +0000 |
|---|---|---|
| committer | Craig Leres <leres@FreeBSD.org> | 2022-11-24 18:29:18 +0000 |
| commit | a940eea46e391fb788b2663c20ccdf6a8554fe4f (patch) | |
| tree | 4aa22f67011583a5419d7d77fc73f7854a77d3a0 | |
| parent | f0ee4a8524218edb81fe0be3fce56b7f15b2dae1 (diff) | |
security/zeek: Update to 5.0.4
https://github.com/zeek/zeek/releases/tag/v5.0.4
This release fixes the following potential DoS vulnerabilities:
- A specially-crafted series of HTTP 0.9 packets can cause Zeek
to spend large amounts of time processing the packets.
- A specially-crafted FTP packet can cause Zeek to spend large
amounts of time processing the command.
- A specially-crafted IPv6 packet can cause Zeek to overflow memory
and potentially crash.
This release fixes the following bugs:
- Fix a potential stall in Broker’s internal data pipeline.
Reported by: Tim Wojtulewicz
Security: ???
| -rw-r--r-- | security/zeek/Makefile | 2 | ||||
| -rw-r--r-- | security/zeek/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 0232cb4883d1..a3b18f13f64a 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,5 +1,5 @@ PORTNAME= zeek -DISTVERSION= 5.0.3 +DISTVERSION= 5.0.4 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/zeek/distinfo b/security/zeek/distinfo index 1a56ddd50ae9..f993eb2a4981 100644 --- a/security/zeek/distinfo +++ b/security/zeek/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1667955171 -SHA256 (zeek-5.0.3.tar.gz) = 8f16ed6b51f63f7efaca506c4ee0396b0fd03e83cb6358dbd9ea6ffe5fd0b657 -SIZE (zeek-5.0.3.tar.gz) = 42670900 +TIMESTAMP = 1669313502 +SHA256 (zeek-5.0.4.tar.gz) = d01aa72864b1128513c0b3667148e765f83cd9f0befe9a751c51f0f19a8ba280 +SIZE (zeek-5.0.4.tar.gz) = 42712052 SHA256 (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = d37a69babfbb62a51a2413d6b83ae792ce1e7f1ccb1d51bd6b209a10fe5c4d75 SIZE (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = 9100 |
