From d437a2856a7b106c5d95c97cfd441922987ad3ac Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 2 Jan 2024 09:48:45 -0500 Subject: [PATCH 1/3] 2.4.30 hotfix --- DOWNLOAD_AND_VERIFY_ISO.md | 22 ++++++++++----------- sigs/securityonion-2.4.30-20231228.iso.sig | Bin 0 -> 566 bytes 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 sigs/securityonion-2.4.30-20231228.iso.sig diff --git a/DOWNLOAD_AND_VERIFY_ISO.md b/DOWNLOAD_AND_VERIFY_ISO.md index 69e417cc11..88f4986a17 100644 --- a/DOWNLOAD_AND_VERIFY_ISO.md +++ b/DOWNLOAD_AND_VERIFY_ISO.md @@ -1,18 +1,18 @@ -### 2.4.30-20231219 ISO image released on 2023/12/19 +### 2.4.30-20231228 ISO image released on 2023/12/19 ### Download and Verify -2.4.30-20231219 ISO image: -https://download.securityonion.net/file/securityonion/securityonion-2.4.30-20231219.iso +2.4.30-20231228 ISO image: +https://download.securityonion.net/file/securityonion/securityonion-2.4.30-20231228.iso -MD5: 69DDC559C0ACF44397662B732E70DFF4 -SHA1: 38344CDEB7AC9A62F33688087FC2577298E9390C -SHA256: 05731E767EBC46DA5BAF1D9483EE9D50B354EC3393274743A185F1A0411C4F4C +MD5: DBD47645CD6FA8358C51D8753046FB54 +SHA1: 2494091065434ACB028F71444A5D16E8F8A11EDF +SHA256: 3345AE1DC58AC7F29D82E60D9A36CDF8DE19B7DFF999D8C4F89C7BD36AEE7F1D Signature for ISO image: -https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.30-20231219.iso.sig +https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.30-20231228.iso.sig Signing key: https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS @@ -26,22 +26,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.30-20231219.iso.sig +wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.30-20231228.iso.sig ``` Download the ISO image: ``` -wget https://download.securityonion.net/file/securityonion/securityonion-2.4.30-20231219.iso +wget https://download.securityonion.net/file/securityonion/securityonion-2.4.30-20231228.iso ``` Verify the downloaded ISO image using the signature file: ``` -gpg --verify securityonion-2.4.30-20231219.iso.sig securityonion-2.4.30-20231219.iso +gpg --verify securityonion-2.4.30-20231228.iso.sig securityonion-2.4.30-20231228.iso ``` The output should show "Good signature" and the Primary key fingerprint should match what's shown below: ``` -gpg: Signature made Mon 18 Dec 2023 05:10:29 PM EST using RSA key ID FE507013 +gpg: Signature made Thu 28 Dec 2023 10:08:31 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.4.30-20231228.iso.sig b/sigs/securityonion-2.4.30-20231228.iso.sig new file mode 100644 index 0000000000000000000000000000000000000000..b49229ac1bff67d35d0f995c680cfefd27b3dd13 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j-41gSkXz6^6dp_W8^5Ma0dP;e6k0%eVlZvYAj5PT3| zxBgIY6IPNC0I0ROA!b`vV(JF-x~9Y*GmGE(g;el@d?UIwrUNmYSG8PyOC}Mtl(}{h zgzi=C|9L@+#|lmAhCnN+8fgFS9KnSEjU9cWb?s53Gyq!fn8`byw4#ui-VjM9x?&CT z+2WFo6vA&&ofU9YFy`F9o;iQv z(H|6XGM0YJp<9+xT*zCSJ>oOA+q%dHQO$IvkHt($)?a3D$~+Y>G3~1Upw8Ke;mvD$ z3A^)aUBLOdLF5+W|HOqijP9I58Jf!cl16xv@QLxo-EM(oog<%DhhlX)9g8Osp)|$3 zIHFukmfgoa!YiJJS}ZthD47G*l$|#I1%JGU^#ytoT9k~jz%*w-@0yf%*%)kkFUIr6 zf5ztn=>3jX)7EYU&R29k=Hpayp)$oG4trQ2UHm2?q%V3H%*+*`TRNQprGn_WB0EKb zIkWV#xI2laneo3j)^(|bF5J?9K(&T!H@2rP;6DuSX@usjB?>YPaL&r#a4@2ls5drO3L!wEh`Vp%EP=W zBy(a?s#|H@uMd-ULMqtOQ}Vn#F)^s?JrA~@g&U=nrj2#y$1FH}-v}&`W(qX6nBaxh E=R0c?cK`qY literal 0 HcmV?d00001 From 82482d309a835549d7bd6c55f5b10435b75db230 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 2 Jan 2024 10:09:13 -0500 Subject: [PATCH 2/3] Update DOWNLOAD_AND_VERIFY_ISO.md --- DOWNLOAD_AND_VERIFY_ISO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DOWNLOAD_AND_VERIFY_ISO.md b/DOWNLOAD_AND_VERIFY_ISO.md index 88f4986a17..f60443bf07 100644 --- a/DOWNLOAD_AND_VERIFY_ISO.md +++ b/DOWNLOAD_AND_VERIFY_ISO.md @@ -1,5 +1,4 @@ -### 2.4.30-20231228 ISO image released on 2023/12/19 - +### 2.4.30-20231228 ISO image released on 20240102 ### Download and Verify From 84e8013e46f3885a88b87294fc8914fb5f8203ef Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 2 Jan 2024 10:31:14 -0500 Subject: [PATCH 3/3] Update DOWNLOAD_AND_VERIFY_ISO.md --- DOWNLOAD_AND_VERIFY_ISO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOWNLOAD_AND_VERIFY_ISO.md b/DOWNLOAD_AND_VERIFY_ISO.md index f60443bf07..93755c09d4 100644 --- a/DOWNLOAD_AND_VERIFY_ISO.md +++ b/DOWNLOAD_AND_VERIFY_ISO.md @@ -1,4 +1,4 @@ -### 2.4.30-20231228 ISO image released on 20240102 +### 2.4.30-20231228 ISO image released on 2024/01/02 ### Download and Verify