Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (0dc97db9aa657680046d67b9a859aded37b61625)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (0dc97db9aa657680046d67b9a859aded37b61625)
  • Date: Sun, 6 Jul 2014 13:21:49 -0500

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

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

New commits:
commit 0dc97db9aa657680046d67b9a859aded37b61625
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

python: download site ssl certificate does not verify

diff --git a/devel/python/DETAILS b/devel/python/DETAILS
index 03a8346..8350bab 100755
--- a/devel/python/DETAILS
+++ b/devel/python/DETAILS
@@ -3,8 +3,10 @@
SOURCE=Python-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
- SOURCE_URL[0]=http://www.python.org/ftp/$SPELL/$VERSION/$SOURCE
- SOURCE2_URL[0]=http://www.python.org/ftp/$SPELL/$VERSION/$SOURCE2
+ SOURCE_URL[0]=https://www.python.org/ftp/$SPELL/$VERSION/$SOURCE
+ SOURCE2_URL[0]=https://www.python.org/ftp/$SPELL/$VERSION/$SOURCE2
+ SOURCE_HINTS=no-check-certificate
+ SOURCE2_HINTS=no-check-certificate
SOURCE_GPG=python.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
STAGED_INSTALL=off
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index ae6c608..ad17692 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,7 @@
+2014-07-06 Remko van der Vossen <wich AT sourcemage.org>
+ * DETAILS: python website always forwards to https now and the
+ certificate doesn't seem to verify
+
2014-06-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.7.7




  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (0dc97db9aa657680046d67b9a859aded37b61625), Remko van der Vossen, 07/06/2014

Archive powered by MHonArc 2.6.24.

Top of Page