Skip to Content.
Sympa Menu

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

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 (cf45d681ab2b7848d2e204c6df90dddfc474dfcc)
  • Date: Tue, 13 Aug 2019 20:58:50 +0000

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

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

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

http/nginx: versions 1.17.3/1.16.1, SECURITY_PATCH++

diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index 23358d3..2d9659a 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -5,11 +5,11 @@ if [[ -z $NGINX_RELEASE ]]; then
fi

if [[ "${NGINX_RELEASE}" == "stable" ]]; then
- VERSION=1.16.0
+ VERSION=1.16.1
else
- VERSION=1.17.2
+ VERSION=1.17.3
fi
- SECURITY_PATCH=9
+ SECURITY_PATCH=10
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 6da78eb..84f799c 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,7 @@
+2019-08-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: versions 1.17.3/1.16.1, SECURITY_PATCH++,
+ (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516)
+
2019-07-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 1.17.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cf45d681ab2b7848d2e204c6df90dddfc474dfcc), Pavel Vinogradov, 08/13/2019

Archive powered by MHonArc 2.6.24.

Top of Page