New commits:
commit 98e7a662e8e2eb4b4f163d537e335ae7f197fd67
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/python3: SECURITY_PATCH++ for 3.7.1/3.6.7
commit 1e0365eea060f41a245d07fb79abdc1f9de53894
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/python3: fixed building of some tests
diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 469e8f0..26bf836 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -4,7 +4,7 @@ if [[ "${PYTHON3_BRANCH}" == "devel" ]]; then
else
VERSION=3.6.7
fi
- SECURITY_PATCH=6
+ 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 f1a9025..e46cf04 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,8 @@
+2018-10-22 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH++, (CVE-2018-14647)
+ * PRE_BUILD, patches{makefile.patch,pystate.patch}: added patches
+ to fix building of tests
+
2018-10-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 3.7.1/3.6.7