From d18ff69ec990417358b066d3b2a21429c1c2d6a5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 8 Nov 2022 14:45:53 -0500 Subject: [PATCH 1/5] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1380e3d15..273a340a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.181 +2.3.182 From a7417a7242026a557ab000a61062a07b623756e0 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 8 Nov 2022 14:48:48 -0500 Subject: [PATCH 2/5] Update soup --- salt/common/tools/sbin/soup | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index c96d4e904..ec6e218e5 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -549,6 +549,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.3.160 ]] && up_to_2.3.170 [[ "$INSTALLEDVERSION" == 2.3.170 ]] && up_to_2.3.180 [[ "$INSTALLEDVERSION" == 2.3.180 ]] && up_to_2.3.181 + [[ "$INSTALLEDVERSION" == 2.3.181 ]] && up_to_2.3.182 true } @@ -570,6 +571,7 @@ postupgrade_changes() { [[ "$POSTVERSION" == 2.3.160 ]] && post_to_2.3.170 [[ "$POSTVERSION" == 2.3.170 ]] && post_to_2.3.180 [[ "$POSTVERSION" == 2.3.180 ]] && post_to_2.3.181 + [[ "$POSTVERSION" == 2.3.181 ]] && post_to_2.3.182 true } @@ -673,6 +675,10 @@ post_to_2.3.181() { echo "Nothing to do for .181" } +post_to_2.3.182() { + echo "Nothing to do for .182" +} + stop_salt_master() { # kill all salt jobs across the grid because the hang indefinitely if they are queued and salt-master restarts set +e @@ -972,6 +978,11 @@ up_to_2.3.181() { INSTALLEDVERSION=2.3.181 } +up_to_2.3.182() { + echo "Upgrading to 2.3.182" + INSTALLEDVERSION=2.3.182 +} + verify_upgradespace() { CURRENTSPACE=$(df -BG / | grep -v Avail | awk '{print $4}' | sed 's/.$//') if [ "$CURRENTSPACE" -lt "10" ]; then From 4acd9f881624a495e3194da6f1e14567574a730d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 9 Nov 2022 10:10:52 -0500 Subject: [PATCH 3/5] Update soup --- salt/common/tools/sbin/soup | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index ec6e218e5..d97bc2573 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -657,26 +657,32 @@ post_to_2.3.140() { post_to_2.3.150() { echo "Nothing to do for .150" + POSTVERSION=2.3.150 } post_to_2.3.160() { echo "Nothing to do for .160" + POSTVERSION=2.3.160 } post_to_2.3.170() { echo "Nothing to do for .170" + POSTVERSION=2.3.170 } post_to_2.3.180() { echo "Nothing to do for .180" + POSTVERSION=2.3.180 } post_to_2.3.181() { echo "Nothing to do for .181" + POSTVERSION=2.3.181 } post_to_2.3.182() { echo "Nothing to do for .182" + POSTVERSION=2.3.182 } stop_salt_master() { From 559276534d3e6cd6f6ac688a05159b1523534620 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 10 Nov 2022 15:06:00 -0500 Subject: [PATCH 4/5] 2.3.182 --- VERIFY_ISO.md | 22 ++++++++++---------- sigs/securityonion-2.3.182-20221109.iso.sig | Bin 0 -> 543 bytes 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 sigs/securityonion-2.3.182-20221109.iso.sig diff --git a/VERIFY_ISO.md b/VERIFY_ISO.md index e07ecf807..03cd694db 100644 --- a/VERIFY_ISO.md +++ b/VERIFY_ISO.md @@ -1,18 +1,18 @@ -### 2.3.181-20221021 ISO image built on 2022/10/21 +### 2.3.182-20221109 ISO image built on 2022/11/09 ### Download and Verify -2.3.181-20221021 ISO image: -https://download.securityonion.net/file/securityonion/securityonion-2.3.181-20221021.iso +2.3.182-20221109 ISO image: +https://download.securityonion.net/file/securityonion/securityonion-2.3.182-20221109.iso -MD5: 9389B35233DCA42AC5061053D772E922 -SHA1: 83A162756136198CF1FABE7D94BA1D99650379B2 -SHA256: FED4D7B27C16889F9588FE9568B0B10E0DAD551C34619DFED7801F18B1739040 +MD5: E472D5A7C64662435F84FD56491D8967 +SHA1: D2069317553AF0A1FB4FB6FE15583FF4E8CB2973 +SHA256: A074EB38B88C0A00BDFD7FB75B4ECB7C46CB0B4CC993CAB81EFDC708B0075D2C Signature for ISO image: -https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.181-20221021.iso.sig +https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.182-20221109.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.181-20221021.iso.sig +wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.182-20221109.iso.sig ``` Download the ISO image: ``` -wget https://download.securityonion.net/file/securityonion/securityonion-2.3.181-20221021.iso +wget https://download.securityonion.net/file/securityonion/securityonion-2.3.182-20221109.iso ``` Verify the downloaded ISO image using the signature file: ``` -gpg --verify securityonion-2.3.181-20221021.iso.sig securityonion-2.3.181-20221021.iso +gpg --verify securityonion-2.3.182-20221109.iso.sig securityonion-2.3.182-20221109.iso ``` The output should show "Good signature" and the Primary key fingerprint should match what's shown below: ``` -gpg: Signature made Fri 21 Oct 2022 02:11:18 PM EDT using RSA key ID FE507013 +gpg: Signature made Wed 09 Nov 2022 07:30:32 AM EST 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/sigs/securityonion-2.3.182-20221109.iso.sig b/sigs/securityonion-2.3.182-20221109.iso.sig new file mode 100644 index 0000000000000000000000000000000000000000..790e22602845c7937bb73aab51d0c60e69f7a62e GIT binary patch literal 543 zcmV+)0^t3L0vrSY0RjL91p;GhooE0G2@re`V7LBIa1%r~5C1_f?ljXTJ1#pCvgNKO zLxbnTJX-ix7dQt!Jbsb7CiJ}Gbh)O?1aRS2i+qc<0@Was(}|jbzJcY99Eog|I?%{; zqgD*Wds>XmItvI@3XOIHY+l&VEwcQPb0V!SDiJSj9u7LZH8qpSm2bNNB=9|qIhKS} z7>>aqs?L|rkAZdyOtfGH7{sm&YM*lYtAf%PWaAZi=+RF9Q(DW^loV7>*3swLCI0d? zOL~+e)D?1$Xx#L+SrQ^dl>IBIS4go>tFuU37>xa1a8Ek+4Teuz+LcBM|7B$BimsOE zi+Mcte^zN>JQ1?V!)J-EDX%!99 zO25K{p{P}^5%a$SQrzCg>h>Xv?bpvv!b?*|oE*lp?UDfS4tvACwG`PI4|xC+f{mg( z#0KUUpFQ4VuNT{q+{<0{f>YkG8lp`e+Wg5pD*E2kK zLOPhR<(R|KpS|+E*rO##e(y)98Y>)18utP4NRzgWIB2aW5-2Pow(#+mUjF`KR6idd zt3}`$1ck*Xggh~FGp@<<4pFfRcPfYiG?X=-z7R_`MZ-=qD!cm45^0Yf;WbBErIFZO h;Z_)RiC!H^+H-#|XcRsgQWHd|T}H86K{YkO)5D9%{$Bt9 literal 0 HcmV?d00001 From 113b38056be9d457e2c8e7d2e7e5631183f08688 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 10 Nov 2022 15:12:47 -0500 Subject: [PATCH 5/5] 2.3.182 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed8c481a7..933c22abb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Security Onion 2.3.180 +## Security Onion 2.3.182 -Security Onion 2.3.180 is here! +Security Onion 2.3.182 is here! ## Screenshots