Skip to Content.
Sympa Menu

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

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 (3932690a2b71315c69cc6d865a2e62950bc32c3f)
  • Date: Wed, 26 Apr 2017 21:15:35 +0000

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

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

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

http/nginx: devel version 1.13.0

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

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




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3932690a2b71315c69cc6d865a2e62950bc32c3f), Pavel Vinogradov, 04/26/2017

Archive powered by MHonArc 2.6.24.

Top of Page