This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soup: add EOL reminder Security-Onion-Solutions/security-onion#1803
- Loading branch information
Showing
4 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
debian/patches/soup:-add-EOL-reminder-Security-Onion-Solutionssecurity-onion#1803
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |