mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
security/zeek: Update to 3.0.7 and address various vulnerabilities:
https://raw.githubusercontent.com/zeek/zeek/v3.0.7/NEWS - Fix potential stack overflow in NVT analyzer - Fix NVT analyzer memory leak from multiple telnet authn name options - Fix multiple content-transfer-encoding headers causing a memory leak - Fix potential leak of Analyzers added to tree during Analyzer::Done - Prevent IP fragment reassembly on packets without minimal IP header Other fixes: - Limit rate of logging MaxMind DB diagnostic messages - Fix wrong return value type for `topk_get_top()` BIF - Fix opaque Broker types lacking a Type after (de)serialization - Fix lack of descriptive printing for intervals converted from `double_to_interval()` - Fix some cases of known-services not being logged MFH: 2020Q3 Security: 9f7ae7ea-da93-4f86-b257-ba76707f6d5d
This commit is contained in:
parent
68e7573115
commit
fe861a648a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538431
2 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zeek
|
||||
PORTVERSION= 3.0.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.0.7
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://old.zeek.org/downloads/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1588807625
|
||||
SHA256 (zeek-3.0.6.tar.gz) = 57cd56c21a1c55dbe3e65f704835496fd8ba6f7b1e3166dac9d8b5579cb78ad1
|
||||
SIZE (zeek-3.0.6.tar.gz) = 29331321
|
||||
TIMESTAMP = 1591815637
|
||||
SHA256 (zeek-3.0.7.tar.gz) = 84880d1fc0c373a52d6617166fe48d2e6a6570f985d7f505b61b3a94c5ea17b0
|
||||
SIZE (zeek-3.0.7.tar.gz) = 29333447
|
||||
SHA256 (bro-bro-netmap-f3620df_GH0.tar.gz) = e51f420781c9a01b0494f93d82f94a1b045725c1cff406c33887974a9940c655
|
||||
SIZE (bro-bro-netmap-f3620df_GH0.tar.gz) = 24661
|
||||
|
|
Loading…
Add table
Reference in a new issue