Skip to Content.
Sympa Menu

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

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 (5539e0cd0a99ae768e75e9bc3ff8f531b4f16cf3)
  • Date: Wed, 3 Jul 2019 20:00:56 +0000

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

devel/python3/DETAILS | 5 +++--
devel/python3/HISTORY | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)

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

devel/python3: stable version 3.6.9, SECURITY_PATCH++

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index b5248e3..6313fcf 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -1,10 +1,11 @@
SPELL=python3
if [[ "${PYTHON3_BRANCH}" == "devel" ]]; then
VERSION=3.7.3
+ SECURITY_PATCH=7
else
- VERSION=3.6.8
+ VERSION=3.6.9
+ SECURITY_PATCH=8
fi
- SECURITY_PATCH=7
SOURCE=Python-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index a722d76..235c533 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2019-07-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: stable version 3.6.9, SECURITY_PATCH++,
+ (CVE-2019-9948, CVE-2019-9740, CVE-2019-5010)
+
2019-03-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.7.3




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5539e0cd0a99ae768e75e9bc3ff8f531b4f16cf3), Pavel Vinogradov, 07/03/2019

Archive powered by MHonArc 2.6.24.

Top of Page