Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Dec 4, 2020
1 parent 27a0eff commit 6432125
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ if [ $SKIP -ne 1 ]; then
echo
echo "SOUP - Security Onion UPdater"
echo
echo $BANNER
echo "PLEASE NOTE!"
echo "Ubuntu 16.04 reaches EOL in April 2021 and so therefore Security Onion 16.04 does as well."
echo "We will not provide any support for Security Onion 16.04 after April 16, 2021."
echo "Please plan to upgrade or replace any existing 16.04 systems before then."
echo "https://docs.securityonion.net/en/16.04/eol.html"
echo $BANNER
echo
echo "soup will automatically install all available updates"
echo "and remove any old kernels (keeping at least two kernels)."
echo
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securityonion-sostat (20120722-0ubuntu0securityonion147) xenial; urgency=medium

* soup: add EOL reminder Security-Onion-Solutions/security-onion#1803

-- Doug Burks <[email protected]> Fri, 04 Dec 2020 16:08:07 -0500

securityonion-sostat (20120722-0ubuntu0securityonion146) xenial; urgency=medium

* Update links to documentation Security-Onion-Solutions/security-onion#1794
Expand Down
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ sostat:-don't-show-pf_ring-output-if-af_packet-in-use-#1623-again
sostat:-don't-show-pf_ring-output-if-af_packet-in-use-#1623-additional-fix
sostat:-fix-Suricata-packet-loss-calculation-#1774
Update-links-to-documentation-Security-Onion-Solutionssecurity-onion#1794
soup:-add-EOL-reminder-Security-Onion-Solutionssecurity-onion#1803
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
securityonion-sostat (20120722-0ubuntu0securityonion147) xenial; urgency=medium
.
* soup: add EOL reminder Security-Onion-Solutions/security-onion#1803
Author: Doug Burks <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- securityonion-sostat-20120722.orig/bin/soup
+++ securityonion-sostat-20120722/bin/soup
@@ -131,6 +131,14 @@ if [ $SKIP -ne 1 ]; then
echo
echo "SOUP - Security Onion UPdater"
echo
+ echo $BANNER
+ echo "PLEASE NOTE!"
+ echo "Ubuntu 16.04 reaches EOL in April 2021 and so therefore Security Onion 16.04 does as well."
+ echo "We will not provide any support for Security Onion 16.04 after April 16, 2021."
+ echo "Please plan to upgrade or replace any existing 16.04 systems before then."
+ echo "https://docs.securityonion.net/en/16.04/eol.html"
+ echo $BANNER
+ echo
echo "soup will automatically install all available updates"
echo "and remove any old kernels (keeping at least two kernels)."
echo

0 comments on commit 6432125

Please sign in to comment.