Skip to content

Commit c85705d

Browse files
committed
Upfate Nginx/OpenSSL
Nginx Compile "--with-ipv6" option is deprecated [Removed]
1 parent 3ba038c commit c85705d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/config/server_vars.conf

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# *** ASAS 2.10 [Auto Server Admin Script] *** #
44
# @author: Gary Cornell for devCU Software Open Source Projects #
55
# @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) #
77
# $MAIN: https://www.devcu.com #
88
# $SOURCE: https://github.com/GaalexxC/ASAS #
99
# $REPO: https://www.devcu.net #
1010
# +Created: 06/15/2016 Ported from nginxubuntu-php7 #
11-
# &Updated: 12/25/2020 11:56 EDT #
11+
# &Updated: 12/01/2021 #
1212
# #
1313
# This program is free software: you can redistribute it and/or modify #
1414
# it under the terms of the GNU General Public License as published by #
@@ -24,6 +24,8 @@
2424
# along with this program. If not, see http://www.gnu.org/licenses/ #
2525
# #
2626
#################################################################################
27+
28+
#############################################################################################
2729
# DO NOT EDIT BELOW VALUES - File is constantly updated
2830
# These are default system values and are compatible with all tested systems
2931
# 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"
7678
MODSEC="https://github.com/SpiderLabs/ModSecurity"
7779

7880
# 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"
8183

8284
# Services
8385
CONFIGINITDDIR='/etc/init.d'

src/lib/nginx.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# *** ASAS 2.10 [Auto Server Admin Script] *** #
44
# @author: Gary Cornell for devCU Software Open Source Projects #
55
# @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) #
77
# $MAIN: https://www.devcu.com #
88
# $SOURCE: https://github.com/GaalexxC/ASAS #
99
# $REPO: https://www.devcu.net #
1010
# +Created: 06/15/2016 Ported from nginxubuntu-php7 #
11-
# &Updated: 12/25/2020 11:56 EDT #
11+
# &Updated: 12/01/2021 02:26 EDT #
1212
# #
1313
# This program is free software: you can redistribute it and/or modify #
1414
# it under the terms of the GNU General Public License as published by #
@@ -212,7 +212,6 @@ nginxSourceConfigure() {
212212
--with-http_geoip_module=dynamic \
213213
--with-http_perl_module=dynamic \
214214
--with-debug \
215-
--with-ipv6 \
216215
--with-threads \
217216
--with-stream \
218217
--with-stream_ssl_module \

0 commit comments

Comments
 (0)