commit b25f33ff12a7655ce05e1258517e8e358cb96014
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
Revert "nginx: Update stable to 1.6.2 and devel to 1.7.9"
This reverts commit 3e4b58c05457886d85c3bed88311d826f4545ae9.
Reason: this update doesn't have correct upgrading procedure steps from
older
branches, resets previously-defined user settings, breaks syslog support
in
stable branch and breaks default version display via gaze.
-if is_version_less $VERSION 1.1; then
+if is_version_less $VERSION 1.7.1; then
config_query NGINX_SYSLOG "Build with syslog support?" n
else
persistent_add NGINX_SYSLOG &&
local NGINX_SYSLOG="n"
fi &&
+config_query_option NGINX_OPTS "Build with IPv6 support?" n \
+ "--with-ipv6" "" &&
+
config_query_option NGINX_OPTS "Build with mail support?" n \
- "--with-mail" "" &&
+ "--with-mail --with-mail_ssl_module" "" &&