Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (de7baff5403326d79782eea22dddc76d9df0a2bd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (de7baff5403326d79782eea22dddc76d9df0a2bd)
  • Date: Mon, 20 Apr 2020 18:44:53 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/python/DETAILS | 5 ++---
devel/python/HISTORY | 13 +++++++++++++
devel/python/INSTALL | 2 +-
3 files changed, 16 insertions(+), 4 deletions(-)

New commits:
commit de7baff5403326d79782eea22dddc76d9df0a2bd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python: => 2.7.18 [security]

(cherry picked from commit 598a88076dbd69bf5ac48b292d8c7d87d90a9c14)

commit 9b1ee67e7a592cb506022eb67e4b6e1ef9f44354
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "python - fix install"

This reverts commit 9e344e03b790bd34ae59134617d5c29539e62917.

Reason: staging was enabled again in a later commit.

Conflicts:
devel/python/HISTORY

(cherry picked from commit 83ee2673252f4e268fe02e7f98c5261f0ecba5de)

commit af663bc7bf145d7c524b27f9ee90eb7fc5c3df2d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

devel/python: version 2.7.17

(cherry picked from commit 9cd21c03f88e103c646c66ee9200013b248ab2f9)

Conflicts:
devel/python/HISTORY

commit c09ff2219cd8f0599dd32d5547c9bb9bd81d1233
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

devel/python: version 2.7.16

(cherry picked from commit 1b5944ab2bb0dae88f0d1ace2361563e1bc9ec81)

commit b706ae62fc3b88e52e3d9448870d174de4c56353
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

devel/python: enabled staged installation once again

(cherry picked from commit 6491b99f18ebee36df1c16bf617cbbfcb9564775)

commit 697c7a60c80f6fdfedb3cfd7eadca33899564c3b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python - fix install

(cherry picked from commit 9e344e03b790bd34ae59134617d5c29539e62917)

diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index 41dd2f4..38e0166 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -1,6 +1,6 @@
SPELL=python
- VERSION=2.7.15
- SECURITY_PATCH=7
+ VERSION=2.7.18
+ SECURITY_PATCH=8
SOURCE=Python-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
@@ -10,7 +10,6 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
SOURCE2_HINTS=no-check-certificate
SOURCE_GPG=python.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
- STAGED_INSTALL=off
WEB_SITE=http://www.python.org/
ENTERED=20010922
LICENSE[0]=PYTHON
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index a1345d6..ca8a627 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,16 @@
+2020-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.7.18; SECURITY_PATCH++ (CVE-2019-18348)
+ * INSTALL: correct path check and fix linking
+
+2019-10-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.7.17
+
+2019-03-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.7.16
+
+2018-10-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: enabled staging (actually helps in tracking symlinks)
+
2018-04-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.7.15, SECURITY_PATCH++,
(CVE-2018-1060, CVE-2018-1061, CVE-2017-9233, CVE-2016-9063,
diff --git a/devel/python/INSTALL b/devel/python/INSTALL
index 71abc31..d323281 100755
--- a/devel/python/INSTALL
+++ b/devel/python/INSTALL
@@ -1,4 +1,4 @@
-cp -av "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT/usr" "$INSTALL_ROOT/" &&
+cp -dRv "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT/usr" "$INSTALL_ROOT/" &&

if [[ -f "$SOURCE_DIRECTORY/spell-tmp/pydcop.py" ]]; then
cp "$SOURCE_DIRECTORY/spell-tmp/pydcop.py" "$PYPATH"



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (de7baff5403326d79782eea22dddc76d9df0a2bd), Vlad Glagolev, 04/20/2020

Archive powered by MHonArc 2.6.24.

Top of Page