mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/remove-negative-timestamp-test'
* origin/topic/timw/remove-negative-timestamp-test:
Remove core.negative-time btest
(cherry picked from commit 899f7297d7
)
This commit is contained in:
parent
fb51e3a88f
commit
40db8463df
5 changed files with 45 additions and 14 deletions
44
CHANGES
44
CHANGES
|
@ -1,3 +1,47 @@
|
||||||
|
7.0.1-6 | 2024-09-23 10:01:55 -0700
|
||||||
|
|
||||||
|
* Remove core.negative-time btest (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
|
This test is failing with libpcap libpcap 1.10.5; for more information
|
||||||
|
see https://github.com/zeek/zeek/issues/3921
|
||||||
|
|
||||||
|
(cherry picked from commit 899f7297d7b8c83ef2640e7cf40d3f230e42cc6b)
|
||||||
|
|
||||||
|
* Update broker submodule (Arne Welzel, Corelight)
|
||||||
|
|
||||||
|
...to pin prometheus to 1.2.4
|
||||||
|
|
||||||
|
(cherry picked from commit f24bc1ee882b3b266ca9dc325a1b5584addb155e)
|
||||||
|
|
||||||
|
* telemetry: Move callbacks to Zeek (Arne Welzel, Corelight)
|
||||||
|
|
||||||
|
Now that we run callbacks on the main loop, we can move callback support
|
||||||
|
for Counter and Gauge instances directly into Zeek and don't need to patch
|
||||||
|
prometheus-cpp anymore.
|
||||||
|
|
||||||
|
(cherry picked from commit f24bc1ee882b3b266ca9dc325a1b5584addb155e)
|
||||||
|
|
||||||
|
* auxil/prometheus-cpp: Pin to 1.2.4 (Arne Welzel, Corelight)
|
||||||
|
|
||||||
|
(cherry picked from commit f24bc1ee882b3b266ca9dc325a1b5584addb155e)
|
||||||
|
|
||||||
|
* btest/ldap: Add regression test for #3919 (Arne Welzel, Corelight)
|
||||||
|
|
||||||
|
This works as expected in master, it's just that we forgot to backport
|
||||||
|
PR #3845 to 7.0.1. Add the PCAP from Martin anyhow.
|
||||||
|
|
||||||
|
(cherry picked from commit a339cfa4c007762c6fbb16a35576220851fe4a82)
|
||||||
|
|
||||||
|
* GH-3853: ldap: Recognize SASL+SPNEGO+NTLMSSP (Arne Welzel, Corelight)
|
||||||
|
|
||||||
|
The ctu-sme-11-win7ad-1-ldap-tcp-50041.pcap file was harvested
|
||||||
|
from the CTU-SME-11 (Experiment-VM-Microsoft-Windows7AD-1) dataset
|
||||||
|
at https://zenodo.org/records/7958259 (DOI 10.5281/zenodo.7958258).
|
||||||
|
|
||||||
|
(cherry picked from commit 152bbbd680e6c329255dc28d57cd506e7d2c09ff)
|
||||||
|
|
||||||
|
* Bump auxil/spicy to latest release (Benjamin Bannier, Corelight)
|
||||||
|
|
||||||
7.0.1 | 2024-09-03 13:04:23 -0700
|
7.0.1 | 2024-09-03 13:04:23 -0700
|
||||||
|
|
||||||
* Update CHANGES, VERSION, and NEWS for 7.0.1 release (Tim Wojtulewicz, Corelight)
|
* Update CHANGES, VERSION, and NEWS for 7.0.1 release (Tim Wojtulewicz, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.0.1
|
7.0.1-6
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
||||||
#separator \x09
|
|
||||||
#set_separator ,
|
|
||||||
#empty_field (empty)
|
|
||||||
#unset_field -
|
|
||||||
#path weird
|
|
||||||
#open XXXX-XX-XX-XX-XX-XX
|
|
||||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p name addl notice peer source
|
|
||||||
#types time string addr port addr port string string bool string string
|
|
||||||
XXXXXXXXXX.XXXXXX - - - - - negative_packet_timestamp - F zeek -
|
|
||||||
#close XXXX-XX-XX-XX-XX-XX
|
|
Binary file not shown.
|
@ -1,2 +0,0 @@
|
||||||
# @TEST-EXEC: zeek -b -C -r $TRACES/negative-time.pcap base/frameworks/notice
|
|
||||||
# @TEST-EXEC: btest-diff weird.log
|
|
Loading…
Add table
Add a link
Reference in a new issue