diff --git a/DOWNLOAD_AND_VERIFY_ISO.md b/DOWNLOAD_AND_VERIFY_ISO.md index 812d4c2a7..6b50d3190 100644 --- a/DOWNLOAD_AND_VERIFY_ISO.md +++ b/DOWNLOAD_AND_VERIFY_ISO.md @@ -1,17 +1,17 @@ -### 2.4.140-20250324 ISO image released on 2025/03/24 +### 2.4.141-20250331 ISO image released on 2025/03/31 ### Download and Verify -2.4.140-20250324 ISO image: -https://download.securityonion.net/file/securityonion/securityonion-2.4.140-20250324.iso +2.4.141-20250331 ISO image: +https://download.securityonion.net/file/securityonion/securityonion-2.4.141-20250331.iso -MD5: 36393200A5CEEC5B58277691DDAFF247 -SHA1: 48655378C732CF47A6B3290F6F07F4F3162BE054 -SHA256: 470E00245EBAD83C045743CFB27885CEC3E1F057D91081906B240A38B6D3759A +MD5: CAE347BC0437A93DC8F4089973ED0EA7 +SHA1: 3A6F0C2F3B6E3625E06F67EB251372D7E592CB0E +SHA256: D0426D8E55E01A0FBA15AFE0BB7887CCB724C07FE82DA706CD1592E6001CD12B Signature for ISO image: -https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.140-20250324.iso.sig +https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.141-20250331.iso.sig Signing key: https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS @@ -25,22 +25,22 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2. Download the signature file for the ISO: ``` -wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.140-20250324.iso.sig +wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.141-20250331.iso.sig ``` Download the ISO image: ``` -wget https://download.securityonion.net/file/securityonion/securityonion-2.4.140-20250324.iso +wget https://download.securityonion.net/file/securityonion/securityonion-2.4.141-20250331.iso ``` Verify the downloaded ISO image using the signature file: ``` -gpg --verify securityonion-2.4.140-20250324.iso.sig securityonion-2.4.140-20250324.iso +gpg --verify securityonion-2.4.141-20250331.iso.sig securityonion-2.4.141-20250331.iso ``` The output should show "Good signature" and the Primary key fingerprint should match what's shown below: ``` -gpg: Signature made Sun 23 Mar 2025 08:37:47 PM EDT using RSA key ID FE507013 +gpg: Signature made Fri 28 Mar 2025 06:28:11 PM EDT using RSA key ID FE507013 gpg: Good signature from "Security Onion Solutions, LLC " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 19cf4af40..e8f66168b 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -408,7 +408,8 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.4.111 ]] && up_to_2.4.120 [[ "$INSTALLEDVERSION" == 2.4.120 ]] && up_to_2.4.130 [[ "$INSTALLEDVERSION" == 2.4.130 ]] && up_to_2.4.140 - [[ "$INSTALLEDVERSION" == 2.4.140 ]] && up_to_2.4.150 + [[ "$INSTALLEDVERSION" == 2.4.140 ]] && up_to_2.4.141 + [[ "$INSTALLEDVERSION" == 2.4.141 ]] && up_to_2.4.150 true } @@ -434,7 +435,8 @@ postupgrade_changes() { [[ "$POSTVERSION" == 2.4.111 ]] && post_to_2.4.120 [[ "$POSTVERSION" == 2.4.120 ]] && post_to_2.4.130 [[ "$POSTVERSION" == 2.4.130 ]] && post_to_2.4.140 - [[ "$POSTVERSION" == 2.4.140 ]] && post_to_2.4.150 + [[ "$POSTVERSION" == 2.4.140 ]] && post_to_2.4.141 + [[ "$POSTVERSION" == 2.4.141 ]] && post_to_2.4.150 true } @@ -562,9 +564,15 @@ post_to_2.4.140() { POSTVERSION=2.4.140 } +<<<<<<< HEAD post_to_2.4.150() { echo "Nothing to apply" POSTVERSION=2.4.150 +======= +post_to_2.4.141() { + echo "Nothing to apply" + POSTVERSION=2.4.141 +>>>>>>> 2.4/main } repo_sync() { @@ -793,10 +801,17 @@ up_to_2.4.140() { INSTALLEDVERSION=2.4.140 } +<<<<<<< HEAD up_to_2.4.150() { echo "Nothing to do for 2.4.150" INSTALLEDVERSION=2.4.150 +======= +up_to_2.4.141() { + echo "Nothing to do for 2.4.141" + + INSTALLEDVERSION=2.4.141 +>>>>>>> 2.4/main } add_hydra_pillars() { diff --git a/sigs/securityonion-2.4.141-20250331.iso.sig b/sigs/securityonion-2.4.141-20250331.iso.sig new file mode 100644 index 000000000..7ced49915 Binary files /dev/null and b/sigs/securityonion-2.4.141-20250331.iso.sig differ