Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (aa83d589eb30d98fb11d32228c0a543e7df3a5e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (aa83d589eb30d98fb11d32228c0a543e7df3a5e5)
  • Date: Wed, 12 Oct 2016 16:49:20 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/nginx/CONFIGURE | 8 ++++++--
http/nginx/DETAILS | 2 +-
http/nginx/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit aa83d589eb30d98fb11d32228c0a543e7df3a5e5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/nginx: updated devel branch to 1.11.5

diff --git a/http/nginx/CONFIGURE b/http/nginx/CONFIGURE
index 21b5f30..c8df626 100755
--- a/http/nginx/CONFIGURE
+++ b/http/nginx/CONFIGURE
@@ -7,8 +7,12 @@ else
local NGINX_SYSLOG="n"
fi &&

-config_query_option NGINX_OPTS "Build with IPv6 support?" n \
- "--with-ipv6" "" &&
+if [[ "${NGINX_RELEASE}" != "devel" ]]; then
+ config_query_option NGINX_OPTS "Build with IPv6 support?" n \
+ "--with-ipv6" ""
+else
+ list_remove "NGINX_OPTS" "--with-ipv6"
+fi &&

config_query_option NGINX_OPTS "Build with mail support?" n \
"--with-mail --with-mail_ssl_module" "" &&
diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index 44a0bd3..6080877 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -10,7 +10,7 @@ case "$NGINX_RELEASE" in
SECURITY_PATCH=7
;;
devel)
- VERSION=1.11.4
+ VERSION=1.11.5
SECURITY_PATCH=7
;;
esac
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index e7f31a3..d6695b0 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,7 @@
+2016-10-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated devel to 1.11.5
+ * CONFIGURE: filtered out ipv6 flag for devel branch
+
2016-09-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated devel to 1.11.4




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (aa83d589eb30d98fb11d32228c0a543e7df3a5e5), Pavel Vinogradov, 10/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page