|
3 | 3 | # *** ASAS 2.10 [Auto Server Admin Script] *** #
|
4 | 4 | # @author: Gary Cornell for devCU Software Open Source Projects #
|
5 | 5 | # @contact: gary@devcu.com #
|
6 |
| -# $OS: Debian Core (Tested on Ubuntu 18x -> 20x / Debian 9.x -> 10.x) # |
| 6 | +# $OS: Debian Core (Tested on Ubuntu 16x -> 18x / Debian 8.x -> 9.x) # |
7 | 7 | # $MAIN: https://www.devcu.com #
|
8 | 8 | # $SOURCE: https://github.com/GaalexxC/ASAS #
|
9 | 9 | # $REPO: https://www.devcu.net #
|
10 | 10 | # +Created: 06/15/2016 Ported from nginxubuntu-php7 #
|
11 |
| -# &Updated: 12/25/2020 11:56 EDT # |
| 11 | +# &Updated: 12/01/2021 # |
12 | 12 | # #
|
13 | 13 | # This program is free software: you can redistribute it and/or modify #
|
14 | 14 | # it under the terms of the GNU General Public License as published by #
|
|
24 | 24 | # along with this program. If not, see http://www.gnu.org/licenses/ #
|
25 | 25 | # #
|
26 | 26 | #################################################################################
|
| 27 | + |
| 28 | +############################################################################################# |
27 | 29 | # DO NOT EDIT BELOW VALUES - File is constantly updated
|
28 | 30 | # These are default system values and are compatible with all tested systems
|
29 | 31 | # Use user_vars.conf for custom edits and values
|
@@ -76,8 +78,8 @@ ORACLE_MYSQL="https://dev.mysql.com/get/mysql-apt-config_0.8.7-1_all.deb"
|
76 | 78 | MODSEC="https://github.com/SpiderLabs/ModSecurity"
|
77 | 79 |
|
78 | 80 | # Latest Sources
|
79 |
| -OPENSSL_SOURCE="openssl-1.1.1i.tar.gz" |
80 |
| -NGINX_SOURCE="nginx-1.19.6.tar.gz" |
| 81 | +OPENSSL_SOURCE="openssl-1.1.1l.tar.gz" |
| 82 | +NGINX_SOURCE="nginx-1.21.4.tar.gz" |
81 | 83 |
|
82 | 84 | # Services
|
83 | 85 | CONFIGINITDDIR='/etc/init.d'
|
|
0 commit comments