mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge branch 'topic/christian/ci-freebsd-13'
* topic/christian/ci-freebsd-13: Add FreeBSD 13 to CI
This commit is contained in:
commit
cd8beb173a
3 changed files with 18 additions and 1 deletions
10
.cirrus.yml
10
.cirrus.yml
|
@ -225,6 +225,16 @@ macos_catalina_task:
|
||||||
<< : *MACOS_RESOURCES_TEMPLATE
|
<< : *MACOS_RESOURCES_TEMPLATE
|
||||||
|
|
||||||
# FreeBSD EOL timelines: https://www.freebsd.org/security/security.html#sup
|
# FreeBSD EOL timelines: https://www.freebsd.org/security/security.html#sup
|
||||||
|
freebsd13_task:
|
||||||
|
freebsd_instance:
|
||||||
|
# FreeBSD 13 EOL: January 31, 2026
|
||||||
|
image_family: freebsd-13-0
|
||||||
|
cpu: 8
|
||||||
|
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
||||||
|
memory: 8GB
|
||||||
|
prepare_script: ./ci/freebsd/prepare.sh
|
||||||
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
freebsd12_task:
|
freebsd12_task:
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
# FreeBSD 12 EOL: June 30, 2024
|
# FreeBSD 12 EOL: June 30, 2024
|
||||||
|
|
7
CHANGES
7
CHANGES
|
@ -1,3 +1,10 @@
|
||||||
|
|
||||||
|
4.1.0-dev.697 | 2021-06-02 15:08:12 -0700
|
||||||
|
|
||||||
|
* Add FreeBSD 13 to CI (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
|
* Add Fedora 34 to CI (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
4.1.0-dev.693 | 2021-06-02 13:22:09 -0700
|
4.1.0-dev.693 | 2021-06-02 13:22:09 -0700
|
||||||
|
|
||||||
* Label session adapters in the output of zeek -NN (Tim Wojtulewicz, Corelight)
|
* Label session adapters in the output of zeek -NN (Tim Wojtulewicz, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.1.0-dev.693
|
4.1.0-dev.697
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue