Skip to Content.
Sympa Menu

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

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 (244fd89c2ccc36da308bd1537ed0a5fbd7cdd124)
  • Date: Fri, 3 Aug 2018 23:44:10 +0000

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

python-pypi/django/DETAILS | 8 ++++----
python-pypi/django/HISTORY | 4 ++++
2 files changed, 8 insertions(+), 4 deletions(-)

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

python-pypi/django: stable version 2.1, SECURITY_PATCH++

diff --git a/python-pypi/django/DETAILS b/python-pypi/django/DETAILS
index d99c043..e4bb756 100755
--- a/python-pypi/django/DETAILS
+++ b/python-pypi/django/DETAILS
@@ -21,12 +21,12 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
;;
# stable (also handled for `gaze')
stable|*)
- VERSION=2.0.3
- SECURITY_PATCH=6
+ VERSION=2.1
+ SECURITY_PATCH=7
SOURCE=${SPELL^}-${VERSION}.tar.gz
-
SOURCE_URL[0]="https://www.djangoproject.com/m/releases/${VERSION%.*}/${SOURCE}";
+
SOURCE_URL[0]="https://www.djangoproject.com/m/releases/${VERSION}/${SOURCE}";
SOURCE_URL[1]="https://www.djangoproject.com/download/${VERSION}/tarball/";
-
SOURCE_HASH=sha256:769f212ffd5762f72c764fa648fca3b7f7dd4ec27407198b68e7c4abf4609fd0:UPSTREAM_HASH
+
SOURCE_HASH=sha256:7f246078d5a546f63c28fc03ce71f4d7a23677ce42109219c24c9ffb28416137:UPSTREAM_HASH
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL^}-${VERSION}"
;;
esac
diff --git a/python-pypi/django/HISTORY b/python-pypi/django/HISTORY
index d2e186f..bbbfa11 100644
--- a/python-pypi/django/HISTORY
+++ b/python-pypi/django/HISTORY
@@ -1,3 +1,7 @@
+2018-08-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: stable version 2.1, SECURITY_PATCH++, (CVE-2018-14574),
+ corrected SOURCE_URL[0]
+
2018-03-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: stable version 2.0.3, SECURITY_PATCH++,
(CVE-2018-7536, CVE-2018-7537)



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (244fd89c2ccc36da308bd1537ed0a5fbd7cdd124), Pavel Vinogradov, 08/03/2018

Archive powered by MHonArc 2.6.24.

Top of Page