From b61ec8b059a704a273114ede401cf7935fb8488d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Jul 2017 14:36:25 +0200 Subject: [PATCH 1/2] python-2.7.13-3: Securely download archives over HTTPS --- python-2.7.13-3.build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-2.7.13-3.build.sh b/python-2.7.13-3.build.sh index ccad0b4..c2616b8 100755 --- a/python-2.7.13-3.build.sh +++ b/python-2.7.13-3.build.sh @@ -129,14 +129,14 @@ function plaininstall() { # for Klages # pip install GPy distribute h5py igraph ranger pep8 -plaininstall pygtk-2.24.0 pygtk-2.24.0.tar.gz http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.24/pygtk-2.24.0.tar.gz -plaininstall pygobject-2.21.3 pygobject-2.21.3.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/pygobject/2.21/pygobject-2.21.3.tar.bz2 -plaininstall pygtksourceview-2.10.1 pygtksourceview-2.10.1.tar.gz http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-2.10.1.tar.gz -plaininstall dbus-python-0.83.2 dbus-python-0.83.2.tar.gz http://dbus.freedesktop.org/releases/dbus-python/dbus-python-0.83.2.tar.gz +plaininstall pygtk-2.24.0 pygtk-2.24.0.tar.gz https://ftp.gnome.org/pub/GNOME/sources/pygtk/2.24/pygtk-2.24.0.tar.gz +plaininstall pygobject-2.21.3 pygobject-2.21.3.tar.bz2 https://ftp.gnome.org/pub/gnome/sources/pygobject/2.21/pygobject-2.21.3.tar.bz2 +plaininstall pygtksourceview-2.10.1 pygtksourceview-2.10.1.tar.gz https://ftp.gnome.org/pub/gnome/sources/pygtksourceview/2.10/pygtksourceview-2.10.1.tar.gz +plaininstall dbus-python-0.83.2 dbus-python-0.83.2.tar.gz https://dbus.freedesktop.org/releases/dbus-python/dbus-python-0.83.2.tar.gz ( cd build - test -e py2cairo-1.10.0.tar.gz || wget http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2 + test -e py2cairo-1.10.0.tar.gz || wget https://cairographics.org/releases/py2cairo-1.10.0.tar.bz2 test -d py2cairo-1.10.0 || tar xf py2cairo-1.10.0.tar.bz2 cd py2cairo-1.10.0 ./waf configure --prefix=$PREFIX From 492bb5fd83165f39f74dafb4c57d844e01ca6bc2 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Jul 2017 14:37:34 +0200 Subject: [PATCH 2/2] =?UTF-8?q?python-2.7.13-3.build.sh:=20Use=20=E2=80=9C?= =?UTF-8?q?official=E2=80=9D=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` $ curl -I http://cairographics.org/ HTTP/1.1 301 Moved Permanently Date: Mon, 24 Jul 2017 12:38:04 GMT Server: Apache/2.4.10 (Debian) Location: https://www.cairographics.org/ Content-Type: text/html; charset=iso-8859-1 ``` --- python-2.7.13-3.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-2.7.13-3.build.sh b/python-2.7.13-3.build.sh index c2616b8..ce0b3b8 100755 --- a/python-2.7.13-3.build.sh +++ b/python-2.7.13-3.build.sh @@ -136,7 +136,7 @@ plaininstall dbus-python-0.83.2 dbus-python-0.83.2.tar.gz https://dbus.freedeskt ( cd build - test -e py2cairo-1.10.0.tar.gz || wget https://cairographics.org/releases/py2cairo-1.10.0.tar.bz2 + test -e py2cairo-1.10.0.tar.gz || wget https://www.cairographics.org/releases/py2cairo-1.10.0.tar.bz2 test -d py2cairo-1.10.0 || tar xf py2cairo-1.10.0.tar.bz2 cd py2cairo-1.10.0 ./waf configure --prefix=$PREFIX