From ada32967dc41602b9ec337d8df3964d1cf5a0a31 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 28 Nov 2023 15:30:49 -0500 Subject: [PATCH 1/4] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a62523bfcf..69a5af0385 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.280 +2.3.290 From 137372337ca9751926d26cebbb97181ae615f003 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 23 Jan 2024 09:51:45 -0500 Subject: [PATCH 2/4] Update 2-4.yml --- .github/DISCUSSION_TEMPLATE/2-4.yml | 31 ++++------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/2-4.yml b/.github/DISCUSSION_TEMPLATE/2-4.yml index 8fb311a83a..94bf06afd7 100644 --- a/.github/DISCUSSION_TEMPLATE/2-4.yml +++ b/.github/DISCUSSION_TEMPLATE/2-4.yml @@ -9,12 +9,7 @@ body: description: Which version of Security Onion 2.4.x are you asking about? options: - - - 2.4.0 - - 2.4.1 - - 2.4.2 - - 2.4.3 - - 2.4.4 - - 2.4.5 + - 2.4 Pre-release (Beta, Release Candidate) - 2.4.10 - 2.4.20 - 2.4.30 @@ -178,27 +173,9 @@ body: - type: textarea attributes: label: Detail - description: Please read the placeholder and then provide detailed information to help us help you. + description: Please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and then provide detailed information to help us help you. placeholder: >- - STOP! Please read these guidelines in their entirety before typing! - - Community Support is considered best effort and there are no guarantees and no SLAs. If you need private, priority, or enterprise support, please consider purchasing support from Security Onion Solutions. - - Please review the Github Community Guidelines (see link on the right side of the page). - - Please be patient, courteous, and respectful. Disrespectful messages can result in being banned. - - Before posting for help, check the Help, FAQ, and other sections of the documentation (https://docs.securityonion.net/) to see if your question has already been answered there. - - Please do not tag an individual in a discussion unless that individual has already volunteered to help you in that discussion. - - When creating your discussion, please put a relevant and descriptive title in the Title field and avoid generic titles like Help. When copying text from your Security Onion deployment to the discussion, please copy as plain text when possible rather than taking a screenshot of the text. This allows others to search for and find your text. - - Avoid typing in ALL CAPS as this looks like YELLING! - - If you need to include a large section of output, please do so as an attached file or Github gist rather than including the output directly in the reply itself. - - If you attach files, please make sure they are plain text format. No Word docs or PDFs please. + STOP! Before typing, please read our discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 in their entirety! validations: required: true @@ -206,5 +183,5 @@ body: attributes: label: Guidelines options: - - label: I have read the above statement and can confirm my post is relevant to Security Onion 2.4. + - label: I have read the discussion guidelines at https://github.com/Security-Onion-Solutions/securityonion/discussions/1720 and assert that I have followed the guidelines. required: true From 5b67795c23b688a7ff2ec8c7b4d46b49a7e3b3c9 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 9 Feb 2024 11:12:43 -0500 Subject: [PATCH 3/4] Update soup for 2.3.290 --- 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 31ac8c36b8..aeda42c41b 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -581,6 +581,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.3.250 ]] && up_to_2.3.260 [[ "$INSTALLEDVERSION" == 2.3.260 ]] && up_to_2.3.270 [[ "$INSTALLEDVERSION" == 2.3.270 ]] && up_to_2.3.280 + [[ "$INSTALLEDVERSION" == 2.3.280 ]] && up_to_2.3.290 true } @@ -614,6 +615,7 @@ postupgrade_changes() { [[ "$POSTVERSION" == 2.3.250 ]] && post_to_2.3.260 [[ "$POSTVERSION" == 2.3.260 ]] && post_to_2.3.270 [[ "$POSTVERSION" == 2.3.270 ]] && post_to_2.3.280 + [[ "$POSTVERSION" == 2.3.280 ]] && post_to_2.3.290 true } @@ -784,6 +786,10 @@ post_to_2.3.280() { POSTVERSION=2.3.280 } +post_to_2.3.290() { + echo "Nothing to do for .290" + POSTVERSION=2.3.290 +} stop_salt_master() { # kill all salt jobs across the grid because the hang indefinitely if they are queued and salt-master restarts @@ -1155,6 +1161,11 @@ up_to_2.3.280() { INSTALLEDVERSION=2.3.280 } +up_to_2.3.290() { + echo "Upgrading to 2.3.290" + INSTALLEDVERSION=2.3.290 +} + verify_upgradespace() { CURRENTSPACE=$(df -BG / | grep -v Avail | awk '{print $4}' | sed 's/.$//') if [ "$CURRENTSPACE" -lt "10" ]; then From 44ef1647133176d4b8987a8867bee055617078fb Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 29 Feb 2024 09:08:37 -0500 Subject: [PATCH 4/4] 2.3.290 --- VERIFY_ISO.md | 22 ++++++++++---------- sigs/securityonion-2.3.290-20240229.iso.sig | Bin 0 -> 543 bytes 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 sigs/securityonion-2.3.290-20240229.iso.sig diff --git a/VERIFY_ISO.md b/VERIFY_ISO.md index eac8bf648e..9445e76fa7 100644 --- a/VERIFY_ISO.md +++ b/VERIFY_ISO.md @@ -1,18 +1,18 @@ -### 2.3.280-20231128 ISO image built on 2023/11/28 +### 2.3.290-20240229 ISO image built on 2024/02/29 ### Download and Verify -2.3.280-20231128 ISO image: -https://download.securityonion.net/file/securityonion/securityonion-2.3.280-20231128.iso +2.3.290-20240229 ISO image: +https://download.securityonion.net/file/securityonion/securityonion-2.3.290-20240229.iso -MD5: 0BC68BD73547B7E2FBA6F53BEC174590 -SHA1: 1D33C565D37772FE7A3C3FE3ECB05FC1AC1EBFF1 -SHA256: ADBD9DC9E1B266B18E0FDBDF084073EF926C565041858060D283CDAEF021EE11 +MD5: D2A7BBDA25F311B7944A95655CC439CE +SHA1: BAD2A67119C6F73B6472E1A31B9C157A60A074B5 +SHA256: FD611421C3B41BA267BA7A57B8FAFB29B0B59435D0A796D686C0D3BDD36AFF7D Signature for ISO image: -https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.280-20231128.iso.sig +https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.290-20240229.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.280-20231128.iso.sig +wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.290-20240229.iso.sig ``` Download the ISO image: ``` -wget https://download.securityonion.net/file/securityonion/securityonion-2.3.280-20231128.iso +wget https://download.securityonion.net/file/securityonion/securityonion-2.3.290-20240229.iso ``` Verify the downloaded ISO image using the signature file: ``` -gpg --verify securityonion-2.3.280-20231128.iso.sig securityonion-2.3.280-20231128.iso +gpg --verify securityonion-2.3.290-20240229.iso.sig securityonion-2.3.290-20240229.iso ``` The output should show "Good signature" and the Primary key fingerprint should match what's shown below: ``` -gpg: Signature made Mon 27 Nov 2023 05:09:34 PM EST using RSA key ID FE507013 +gpg: Signature made Wed 28 Feb 2024 04:11:05 PM 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.290-20240229.iso.sig b/sigs/securityonion-2.3.290-20240229.iso.sig new file mode 100644 index 0000000000000000000000000000000000000000..b64d316226a2b34b99ddb46f578e64ccc813e6a2 GIT binary patch literal 543 zcmV+)0^t3L0vrSY0RjL91p;N?p=kgL2@re`V7LBIa1-2e5CFNE&v?|SxJ_Q5sDN?) z8CS=h9-|Y=DRFT*gle`e@)loS8fV% zlBM0!=nQq%eYW@pBQ&R?h@n7*CgCt1Fz>^5O(N8#EOK1O7%pqiO8f3An2|;^YxrX^oWE97_`8zi5TP_KTCAoNt9u^^ h(M!rX?pbwN0oh>b#g=r$`9l%qt2XMjqM0Mk+KAkl2kig= literal 0 HcmV?d00001