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