Skip to content

Commit

Permalink
Merge pull request #3199 from Security-Onion-Solutions/dev
Browse files Browse the repository at this point in the history
2.3.30 Release
  • Loading branch information
TOoSmOotH authored Mar 1, 2021
2 parents aa15f3c + 3e1a31c commit 2df871a
Show file tree
Hide file tree
Showing 317 changed files with 12,928 additions and 7,490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/leaktest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: leak-test

on: [push,pull_request]
on: [pull_request]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Security Onion 2.3.21
## Security Onion 2.3.30

Security Onion 2.3.21 is here!
Security Onion 2.3.30 is here!

## Screenshots

Expand Down
22 changes: 11 additions & 11 deletions VERIFY_ISO.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
### 2.3.21 ISO image built on 2020/12/21
### 2.3.30 ISO image built on 2021/03/01

### Download and Verify

2.3.21 ISO image:
https://download.securityonion.net/file/securityonion/securityonion-2.3.21.iso
2.3.30 ISO image:
https://download.securityonion.net/file/securityonion/securityonion-2.3.30.iso

MD5: 7B8BC5B241B7220C011215BCE852FF78
SHA1: 541C9689D8F8E8D3F25E169ED34A3F683851975B
SHA256: 7647FD67BA6AC85CCB1308789FFF7DAB19A841621FDA9AE41B89A0A79618F068
MD5: 7716A56E0F46FA29422B07B30235417B
SHA1: D01C26E4391C80FF690384C1DB77550EA4C1E239
SHA256: 3BB0CE7F3F84A0D26B00EAF30F7AEB42A3B5C7E9D8E3BA7E160577B1FA3830F6

Signature for ISO image:
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.21.iso.sig
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.30.iso.sig

Signing key:
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS
Expand All @@ -24,22 +24,22 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/ma

Download the signature file for the ISO:
```
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.21.iso.sig
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.30.iso.sig
```

Download the ISO image:
```
wget https://download.securityonion.net/file/securityonion/securityonion-2.3.21.iso
wget https://download.securityonion.net/file/securityonion/securityonion-2.3.30.iso
```

Verify the downloaded ISO image using the signature file:
```
gpg --verify securityonion-2.3.21.iso.sig securityonion-2.3.21.iso
gpg --verify securityonion-2.3.30.iso.sig securityonion-2.3.30.iso
```

The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
```
gpg: Signature made Mon 21 Dec 2020 06:27:53 PM EST using RSA key ID FE507013
gpg: Signature made Mon 01 Mar 2021 10:23:05 AM EST using RSA key ID FE507013
gpg: Good signature from "Security Onion Solutions, LLC <[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.21
2.3.30
2 changes: 2 additions & 0 deletions files/salt/master/master
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# user: socore

log_file: /opt/so/log/salt/master
log_level_logfile: info
log_level: info

##### File Server settings #####
##########################################
Expand Down
4 changes: 3 additions & 1 deletion pillar/logrotate/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ logrotate:
create
extension .log
dateext
dateyesterday
dateyesterday
group_conf: |
su root socore
13 changes: 12 additions & 1 deletion salt/airgap/init.sls
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{% from 'allowed_states.map.jinja' import allowed_states %}
{% if sls in allowed_states %}
{% set MANAGER = salt['grains.get']('master') %}
airgapyum:
file.managed:
Expand Down Expand Up @@ -57,4 +60,12 @@ agssrepo:
agwazrepo:
file.absent:
- name: /etc/yum.repos.d/wazuh.repo
- name: /etc/yum.repos.d/wazuh.repo
{% else %}
{{sls}}_state_not_allowed:
test.fail_without_changes:
- name: {{sls}}_state_not_allowed
{% endif %}
Loading

0 comments on commit 2df871a

Please sign in to comment.