Skip to Content.
Sympa Menu

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

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 (7ef6f738cfc5fb873d56f53b93541321545f11a5)
  • Date: Tue, 5 Jun 2018 21:54:59 +0000

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

http/nginx/DETAILS | 10 ++++------
http/nginx/HISTORY | 4 ++++
2 files changed, 8 insertions(+), 6 deletions(-)

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

http/nginx: devel version 1.15.0, 1.14.x is now in stable branch

diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index da5142d..754fba9 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -4,13 +4,11 @@ if [[ -z $NGINX_RELEASE ]]; then
NGINX_RELEASE="stable"
fi

-case "$NGINX_RELEASE" in
- stable)
- VERSION=1.12.2
- ;;
- devel)
+if [[ "${NGINX_RELEASE}" == "stable" ]]; then
VERSION=1.14.0
-esac
+else
+ VERSION=1.15.0
+fi
SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=${SOURCE}.asc
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index b227768..a0daa8d 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,7 @@
+2018-06-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 1.15.0, 1.14.x is now in stable branch,
+ case -> if
+
2018-04-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 1.14.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7ef6f738cfc5fb873d56f53b93541321545f11a5), Pavel Vinogradov, 06/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page