Compare commits

...

23 Commits

Author SHA1 Message Date
Mike Reeves
b56c0c5e64 Merge pull request #10621 from Security-Onion-Solutions/dev
2.3.260
2023-06-20 14:36:16 -04:00
Mike Reeves
01b986cd50 Merge pull request #10620 from Security-Onion-Solutions/2.3.260
2.3.260
2023-06-20 09:37:56 -04:00
Mike Reeves
3e862151f3 2.3.260 2023-06-20 09:18:30 -04:00
Doug Burks
15b3982930 Merge pull request #10610 from Security-Onion-Solutions/dougburks-patch-1
Update soup for 2.3.260
2023-06-16 13:10:42 -04:00
Doug Burks
3d687f0404 Update soup for 2.3.260 2023-06-16 12:55:52 -04:00
weslambert
e74c2fa1b0 Merge pull request #10605 from Security-Onion-Solutions/fix/analyzer_dependencies
Update dependencies
2023-06-16 07:51:50 -04:00
Wes
ffc91393e7 Update pulsedive dependencies 2023-06-15 22:14:41 +00:00
Wes
d0ab2db312 Update dependencies 2023-06-15 21:03:40 +00:00
weslambert
4906068c7f Merge pull request #10495 from Security-Onion-Solutions/foxtrot
Update requests and whoisit
2023-06-05 10:53:49 -04:00
Wes
ef8eece53b Update dependencies 2023-06-05 13:45:44 +00:00
weslambert
660a50c08d Update whoisit to 2.7.0 2023-06-03 08:53:02 -04:00
Wes
5d326a3c32 Update dependencies 2023-06-01 16:26:04 +00:00
weslambert
2a907d3de3 Update version to 2.3.260 2023-06-01 12:04:35 -04:00
weslambert
33134b1814 Update requests and whist 2023-06-01 12:03:58 -04:00
weslambert
b0962da758 Update version to 2.3.0-foxtrot 2023-05-31 08:50:51 -04:00
weslambert
8148fd9e56 Merge pull request #10434 from Security-Onion-Solutions/foxtrot
Strelka 0.23.05.22 - Remove ScanRuby scanner
2023-05-26 12:45:03 -04:00
weslambert
1ee332b55b Update version to 2.3.260 2023-05-26 08:31:11 -04:00
weslambert
873632ec4f Remove ScanRuby scanner 2023-05-25 17:23:44 -04:00
weslambert
f8068d7975 Update version to 2.3.0-foxtrot 2023-05-25 16:14:29 -04:00
weslambert
a79ebea5c3 Update version value to 2.3.250-foxtrot 2023-05-25 15:29:07 -04:00
weslambert
2fdc3874ca Update version to foxtrot 2023-05-25 14:35:52 -04:00
Mike Reeves
7f52c2015d Merge pull request #10408 from Security-Onion-Solutions/TOoSmOotH-patch-1
Update VERSION
2023-05-22 15:25:05 -04:00
Mike Reeves
548e1e6937 Update VERSION 2023-05-22 15:23:52 -04:00
133 changed files with 35 additions and 28 deletions

View File

@@ -1,18 +1,18 @@
### 2.3.250-20230519 ISO image built on 2023/05/19
### 2.3.260-20230620 ISO image built on 2023/06/20
### Download and Verify
2.3.250-20230519 ISO image:
https://download.securityonion.net/file/securityonion/securityonion-2.3.250-20230519.iso
2.3.260-20230620 ISO image:
https://download.securityonion.net/file/securityonion/securityonion-2.3.260-20230620.iso
MD5: EBECF635FB8CFDDD5C0559D01C14E215
SHA1: 1C2BD45D080D6D99FD84C120827EA39817FCB078
SHA256: 748E9740077BCCAFDC67D15BA2D6A4B0539A29E4527715973E5BDDE5DCF565AD
MD5: E09BB9800BAE84E84511516952264F33
SHA1: DBDDFCE58B87F61F40BCE03840A749D8054B7AF1
SHA256: 06ED74278587B09167FBAC1E5796B666FC24AD15D06EA3CC36419D07967E06DD
Signature for ISO image:
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.250-20230519.iso.sig
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.260-20230620.iso.sig
Signing key:
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS
@@ -26,22 +26,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.250-20230519.iso.sig
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.260-20230620.iso.sig
```
Download the ISO image:
```
wget https://download.securityonion.net/file/securityonion/securityonion-2.3.250-20230519.iso
wget https://download.securityonion.net/file/securityonion/securityonion-2.3.260-20230620.iso
```
Verify the downloaded ISO image using the signature file:
```
gpg --verify securityonion-2.3.250-20230519.iso.sig securityonion-2.3.250-20230519.iso
gpg --verify securityonion-2.3.260-20230620.iso.sig securityonion-2.3.260-20230620.iso
```
The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
```
gpg: Signature made Sat 20 May 2023 09:16:02 AM EDT using RSA key ID FE507013
gpg: Signature made Fri 16 Jun 2023 02:58:22 PM EDT using RSA key ID FE507013
gpg: Good signature from "Security Onion Solutions, LLC <info@securityonionsolutions.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.

View File

@@ -1 +1 @@
2.3.250
2.3.260

View File

@@ -557,6 +557,7 @@ preupgrade_changes() {
[[ "$INSTALLEDVERSION" == 2.3.220 ]] && up_to_2.3.230
[[ "$INSTALLEDVERSION" == 2.3.230 ]] && up_to_2.3.240
[[ "$INSTALLEDVERSION" == 2.3.240 ]] && up_to_2.3.250
[[ "$INSTALLEDVERSION" == 2.3.250 ]] && up_to_2.3.260
true
}
@@ -587,6 +588,7 @@ postupgrade_changes() {
[[ "$POSTVERSION" == 2.3.220 ]] && post_to_2.3.230
[[ "$POSTVERSION" == 2.3.230 ]] && post_to_2.3.240
[[ "$POSTVERSION" == 2.3.240 ]] && post_to_2.3.250
[[ "$POSTVERSION" == 2.3.250 ]] && post_to_2.3.260
true
}
@@ -735,6 +737,11 @@ post_to_2.3.250() {
POSTVERSION=2.3.250
}
post_to_2.3.260() {
echo "Nothing to do for .260"
POSTVERSION=2.3.260
}
stop_salt_master() {
# kill all salt jobs across the grid because the hang indefinitely if they are queued and salt-master restarts
set +e
@@ -1090,6 +1097,11 @@ up_to_2.3.250() {
INSTALLEDVERSION=2.3.250
}
up_to_2.3.260() {
echo "Upgrading to 2.3.260"
INSTALLEDVERSION=2.3.260
}
verify_upgradespace() {
CURRENTSPACE=$(df -BG / | grep -v Avail | awk '{print $4}' | sed 's/.$//')
if [ "$CURRENTSPACE" -lt "10" ]; then

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
pyyaml>=6.0

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
pyyaml>=6.0

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
pyyaml>=6.0

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
python-whois>=0.7.3

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
pyyaml>=6.0

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
pyyaml>=6.0

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
pyyaml>=6.0

View File

@@ -1,2 +1,2 @@
requests>=2.27.1
requests>=2.31.0
pyyaml>=6.0

Some files were not shown because too many files have changed in this diff Show More