Skip to Content.
Sympa Menu

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

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 (616b45238c2beb0a0306597c2d65e9e0526e9667)
  • Date: Thu, 13 Apr 2017 00:50:04 +0000

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

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

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

http/nginx: joined stable and devel versions

diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index 3c68a49..52fae39 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -5,17 +5,13 @@ if [[ -z $NGINX_RELEASE ]]; then
fi

case "$NGINX_RELEASE" in
- stable)
- VERSION=1.10.3
- SECURITY_PATCH=7
- ;;
- devel)
+ devel | stable)
VERSION=1.12.0
SECURITY_PATCH=7
;;
esac
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SPELL-$VERSION.tar.gz.asc
+ SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=http://nginx.org/download/$SOURCE
SOURCE2_URL=$SOURCE_URL.asc
SOURCE_GPG=nginx.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index 0fbf96f..65b89ba 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,5 +1,5 @@
2017-04-12 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: devel version 1.12.0
+ * DETAILS: devel and stable version 1.12.0, updated SOURCE2

2017-04-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 1.11.13



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (616b45238c2beb0a0306597c2d65e9e0526e9667), Pavel Vinogradov, 04/12/2017

Archive powered by MHonArc 2.6.24.

Top of Page