From f1aee9a50ef87744cd75849dcb412e69099de84c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 20:56:09 +0100 Subject: Use https: scheme instead of http: for various archives HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/VirtualBox.lorry | 2 +- open-source-lorries/anthy.lorry | 2 +- open-source-lorries/autoconf-tarball.lorry | 2 +- open-source-lorries/autogen.lorry | 2 +- open-source-lorries/berkeleydb.lorry | 2 +- open-source-lorries/binutils-tarball.lorry | 2 +- open-source-lorries/boost-tarball.lorry | 2 +- open-source-lorries/check.lorry | 2 +- open-source-lorries/colm-tarball.lorry | 2 +- open-source-lorries/coreutils-tarball.lorry | 2 +- open-source-lorries/cramfs-tarball.lorry | 2 +- open-source-lorries/cvs-tarball.lorry | 2 +- open-source-lorries/diffutils-tarball.lorry | 2 +- open-source-lorries/docbook-xml.lorry | 2 +- open-source-lorries/docbook-xsl.lorry | 2 +- open-source-lorries/editline.lorry | 2 +- open-source-lorries/findutils-tarball.lorry | 2 +- open-source-lorries/freefont-otf.lorry | 2 +- open-source-lorries/gcc-tarball.lorry | 2 +- open-source-lorries/gettext-tarball.lorry | 2 +- open-source-lorries/glew-tarball.lorry | 2 +- open-source-lorries/grep-tarball.lorry | 2 +- open-source-lorries/gzip-tarball.lorry | 2 +- open-source-lorries/hicolor-icon-theme.lorry | 2 +- open-source-lorries/icu.lorry | 2 +- open-source-lorries/js185.lorry | 2 +- open-source-lorries/libIDL.lorry | 2 +- open-source-lorries/libeditline-tarball.lorry | 2 +- open-source-lorries/libexif-tarball.lorry | 2 +- open-source-lorries/libical.lorry | 2 +- open-source-lorries/liboauth.lorry | 2 +- open-source-lorries/libogg.lorry | 2 +- open-source-lorries/libtool-tarball.lorry | 2 +- open-source-lorries/libvorbis.lorry | 2 +- open-source-lorries/lzo.lorry | 2 +- open-source-lorries/m4-tarball.lorry | 2 +- open-source-lorries/make-tarball.lorry | 2 +- open-source-lorries/mtdev.lorry | 2 +- open-source-lorries/nano-tarball.lorry | 2 +- open-source-lorries/nspr.lorry | 2 +- open-source-lorries/ntp.lorry | 2 +- open-source-lorries/php5.lorry | 2 +- open-source-lorries/python-packages.lorry | 4 ++-- open-source-lorries/ragel-tarball.lorry | 2 +- open-source-lorries/rarian.lorry | 2 +- open-source-lorries/sed-tarball.lorry | 2 +- open-source-lorries/speex.lorry | 2 +- open-source-lorries/sqlite3.lorry | 2 +- open-source-lorries/tar-tarball.lorry | 2 +- open-source-lorries/texinfo-tarball.lorry | 2 +- open-source-lorries/xterm.lorry | 2 +- open-source-lorries/zip.lorry | 2 +- 52 files changed, 53 insertions(+), 53 deletions(-) diff --git a/open-source-lorries/VirtualBox.lorry b/open-source-lorries/VirtualBox.lorry index 03bb8cc..bcc950e 100644 --- a/open-source-lorries/VirtualBox.lorry +++ b/open-source-lorries/VirtualBox.lorry @@ -1,6 +1,6 @@ { "VirtualBox": { "type": "tarball", - "url": "http://download.virtualbox.org/virtualbox/4.3.10/VirtualBox-4.3.10.tar.bz2" + "url": "https://download.virtualbox.org/virtualbox/4.3.10/VirtualBox-4.3.10.tar.bz2" } } diff --git a/open-source-lorries/anthy.lorry b/open-source-lorries/anthy.lorry index 86d002d..eacc269 100644 --- a/open-source-lorries/anthy.lorry +++ b/open-source-lorries/anthy.lorry @@ -1,6 +1,6 @@ { "anthy": { "type": "tarball", - "url": " http://iij.dl.osdn.jp/anthy/37536/anthy-9100h.tar.gz" + "url": "https://iij.dl.osdn.jp/anthy/37536/anthy-9100h.tar.gz" } } diff --git a/open-source-lorries/autoconf-tarball.lorry b/open-source-lorries/autoconf-tarball.lorry index 7af57aa..083e720 100644 --- a/open-source-lorries/autoconf-tarball.lorry +++ b/open-source-lorries/autoconf-tarball.lorry @@ -1,6 +1,6 @@ { "autoconf-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz" + "url": "https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz" } } diff --git a/open-source-lorries/autogen.lorry b/open-source-lorries/autogen.lorry index 3da5634..1f1fdfd 100644 --- a/open-source-lorries/autogen.lorry +++ b/open-source-lorries/autogen.lorry @@ -1,6 +1,6 @@ { "autogen": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/autogen/rel5.16.2/autogen-5.16.2.tar.gz" + "url": "https://ftp.gnu.org/gnu/autogen/rel5.16.2/autogen-5.16.2.tar.gz" } } diff --git a/open-source-lorries/berkeleydb.lorry b/open-source-lorries/berkeleydb.lorry index d59d06b..c07c02a 100644 --- a/open-source-lorries/berkeleydb.lorry +++ b/open-source-lorries/berkeleydb.lorry @@ -1,6 +1,6 @@ { "berkeleydb": { "type": "tarball", - "url": "http://download.oracle.com/berkeley-db/db-6.1.23.tar.gz" + "url": "https://download.oracle.com/berkeley-db/db-6.1.23.tar.gz" } } diff --git a/open-source-lorries/binutils-tarball.lorry b/open-source-lorries/binutils-tarball.lorry index 23852ab..401b339 100644 --- a/open-source-lorries/binutils-tarball.lorry +++ b/open-source-lorries/binutils-tarball.lorry @@ -1,6 +1,6 @@ { "binutils-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/binutils/binutils-2.25.tar.bz2" + "url": "https://ftp.gnu.org/gnu/binutils/binutils-2.25.tar.bz2" } } diff --git a/open-source-lorries/boost-tarball.lorry b/open-source-lorries/boost-tarball.lorry index 14e38ae..8ca0ba9 100644 --- a/open-source-lorries/boost-tarball.lorry +++ b/open-source-lorries/boost-tarball.lorry @@ -1,6 +1,6 @@ { "boost-tarball": { "type": "tarball", - "url": "http://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.tar.bz2" + "url": "https://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.tar.bz2" } } diff --git a/open-source-lorries/check.lorry b/open-source-lorries/check.lorry index 6451b0a..759ec8e 100644 --- a/open-source-lorries/check.lorry +++ b/open-source-lorries/check.lorry @@ -1,6 +1,6 @@ { "check": { "type": "tarball", - "url": "http://downloads.sourceforge.net/check/check-0.9.8.tar.gz" + "url": "https://downloads.sourceforge.net/check/check-0.9.8.tar.gz" } } diff --git a/open-source-lorries/colm-tarball.lorry b/open-source-lorries/colm-tarball.lorry index 0183b56..4484aab 100644 --- a/open-source-lorries/colm-tarball.lorry +++ b/open-source-lorries/colm-tarball.lorry @@ -1,6 +1,6 @@ { "colm-tarball": { "type": "tarball", - "url": "http://www.colm.net/files/colm/colm-0.12.0.tar.gz" + "url": "https://www.colm.net/files/colm/colm-0.12.0.tar.gz" } } diff --git a/open-source-lorries/coreutils-tarball.lorry b/open-source-lorries/coreutils-tarball.lorry index 7eb207b..56206d6 100644 --- a/open-source-lorries/coreutils-tarball.lorry +++ b/open-source-lorries/coreutils-tarball.lorry @@ -1,6 +1,6 @@ { "coreutils-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz" + "url": "https://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz" } } diff --git a/open-source-lorries/cramfs-tarball.lorry b/open-source-lorries/cramfs-tarball.lorry index 438274b..4d67957 100644 --- a/open-source-lorries/cramfs-tarball.lorry +++ b/open-source-lorries/cramfs-tarball.lorry @@ -1,7 +1,7 @@ { "cramfs-tarball": { "type": "tarball", - "url": "http://downloads.sourceforge.net/cramfs/cramfs-1.1.tar.gz" + "url": "https://downloads.sourceforge.net/cramfs/cramfs-1.1.tar.gz" } } diff --git a/open-source-lorries/cvs-tarball.lorry b/open-source-lorries/cvs-tarball.lorry index c74bb87..02c7a6e 100644 --- a/open-source-lorries/cvs-tarball.lorry +++ b/open-source-lorries/cvs-tarball.lorry @@ -1,6 +1,6 @@ { "cvs-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2" + "url": "https://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2" } } diff --git a/open-source-lorries/diffutils-tarball.lorry b/open-source-lorries/diffutils-tarball.lorry index ecd9116..3abab89 100644 --- a/open-source-lorries/diffutils-tarball.lorry +++ b/open-source-lorries/diffutils-tarball.lorry @@ -1,6 +1,6 @@ { "diffutils-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/diffutils/diffutils-3.5.tar.xz" + "url": "https://ftp.gnu.org/gnu/diffutils/diffutils-3.5.tar.xz" } } diff --git a/open-source-lorries/docbook-xml.lorry b/open-source-lorries/docbook-xml.lorry index 4120936..c00443a 100644 --- a/open-source-lorries/docbook-xml.lorry +++ b/open-source-lorries/docbook-xml.lorry @@ -1,6 +1,6 @@ { "docbook-xml": { "type": "zip", - "url": "http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip" + "url": "https://www.docbook.org/xml/4.5/docbook-xml-4.5.zip" } } diff --git a/open-source-lorries/docbook-xsl.lorry b/open-source-lorries/docbook-xsl.lorry index 4ee42ba..b8f5272 100644 --- a/open-source-lorries/docbook-xsl.lorry +++ b/open-source-lorries/docbook-xsl.lorry @@ -1,6 +1,6 @@ { "docbook-xsl": { "type": "tarball", - "url": "http://downloads.sourceforge.net/docbook/docbook-xsl-1.78.1.tar.bz2" + "url": "https://downloads.sourceforge.net/docbook/docbook-xsl-1.78.1.tar.bz2" } } diff --git a/open-source-lorries/editline.lorry b/open-source-lorries/editline.lorry index 2dd42f1..158009a 100644 --- a/open-source-lorries/editline.lorry +++ b/open-source-lorries/editline.lorry @@ -1,6 +1,6 @@ { "editline-tarball": { "type": "tarball", - "url": "http://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz" + "url": "https://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz" } } diff --git a/open-source-lorries/findutils-tarball.lorry b/open-source-lorries/findutils-tarball.lorry index 1edf160..785b32e 100644 --- a/open-source-lorries/findutils-tarball.lorry +++ b/open-source-lorries/findutils-tarball.lorry @@ -1,6 +1,6 @@ { "findutils-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/findutils/findutils-4.6.0.tar.gz" + "url": "https://ftp.gnu.org/gnu/findutils/findutils-4.6.0.tar.gz" } } diff --git a/open-source-lorries/freefont-otf.lorry b/open-source-lorries/freefont-otf.lorry index fb72ad8..5c5e452 100644 --- a/open-source-lorries/freefont-otf.lorry +++ b/open-source-lorries/freefont-otf.lorry @@ -1,6 +1,6 @@ { "freefont-otf": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/freefont/freefont-otf-20120503.tar.gz" + "url": "https://ftp.gnu.org/gnu/freefont/freefont-otf-20120503.tar.gz" } } diff --git a/open-source-lorries/gcc-tarball.lorry b/open-source-lorries/gcc-tarball.lorry index 64a8c1e..0f2219f 100644 --- a/open-source-lorries/gcc-tarball.lorry +++ b/open-source-lorries/gcc-tarball.lorry @@ -1,6 +1,6 @@ { "gcc-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/gcc/gcc-7.3.0/gcc-7.3.0.tar.xz" + "url": "https://ftp.gnu.org/gnu/gcc/gcc-7.3.0/gcc-7.3.0.tar.xz" } } diff --git a/open-source-lorries/gettext-tarball.lorry b/open-source-lorries/gettext-tarball.lorry index 967bb80..374303d 100644 --- a/open-source-lorries/gettext-tarball.lorry +++ b/open-source-lorries/gettext-tarball.lorry @@ -1,6 +1,6 @@ { "gettext-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.xz" + "url": "https://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.xz" } } diff --git a/open-source-lorries/glew-tarball.lorry b/open-source-lorries/glew-tarball.lorry index a56e21b..be63b14 100644 --- a/open-source-lorries/glew-tarball.lorry +++ b/open-source-lorries/glew-tarball.lorry @@ -1,6 +1,6 @@ { "glew-tarball": { "type": "tarball", - "url": "http://downloads.sourceforge.net/project/glew/glew/1.13.0/glew-1.13.0.tgz" + "url": "https://downloads.sourceforge.net/project/glew/glew/1.13.0/glew-1.13.0.tgz" } } diff --git a/open-source-lorries/grep-tarball.lorry b/open-source-lorries/grep-tarball.lorry index ba85814..c764d4d 100644 --- a/open-source-lorries/grep-tarball.lorry +++ b/open-source-lorries/grep-tarball.lorry @@ -1,6 +1,6 @@ { "grep-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/grep/grep-2.25.tar.xz" + "url": "https://ftp.gnu.org/gnu/grep/grep-2.25.tar.xz" } } diff --git a/open-source-lorries/gzip-tarball.lorry b/open-source-lorries/gzip-tarball.lorry index 1b3d8a2..76f4f78 100644 --- a/open-source-lorries/gzip-tarball.lorry +++ b/open-source-lorries/gzip-tarball.lorry @@ -1,6 +1,6 @@ { "gzip-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.xz" + "url": "https://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.xz" } } diff --git a/open-source-lorries/hicolor-icon-theme.lorry b/open-source-lorries/hicolor-icon-theme.lorry index 02259e1..bec134f 100644 --- a/open-source-lorries/hicolor-icon-theme.lorry +++ b/open-source-lorries/hicolor-icon-theme.lorry @@ -1,6 +1,6 @@ { "hicolor-icon-theme": { "type": "tarball", - "url": "http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz" + "url": "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz" } } diff --git a/open-source-lorries/icu.lorry b/open-source-lorries/icu.lorry index fe980a6..09497da 100644 --- a/open-source-lorries/icu.lorry +++ b/open-source-lorries/icu.lorry @@ -1,6 +1,6 @@ { "icu": { "type": "tarball", - "url": "http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz" + "url": "https://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz" } } diff --git a/open-source-lorries/js185.lorry b/open-source-lorries/js185.lorry index 72e2b44..fca44af 100644 --- a/open-source-lorries/js185.lorry +++ b/open-source-lorries/js185.lorry @@ -1,6 +1,6 @@ { "js185": { "type": "tarball", - "url": "http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz" + "url": "https://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz" } } diff --git a/open-source-lorries/libIDL.lorry b/open-source-lorries/libIDL.lorry index b5323bf..955df4a 100644 --- a/open-source-lorries/libIDL.lorry +++ b/open-source-lorries/libIDL.lorry @@ -1,6 +1,6 @@ { "libIDL": { "type": "tarball", - "url": "http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.gz" + "url": "https://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.gz" } } diff --git a/open-source-lorries/libeditline-tarball.lorry b/open-source-lorries/libeditline-tarball.lorry index d8f1069..a0f5e30 100644 --- a/open-source-lorries/libeditline-tarball.lorry +++ b/open-source-lorries/libeditline-tarball.lorry @@ -1,6 +1,6 @@ { "libeditline-tarball": { "type": "tarball", - "url": "http://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz" + "url": "https://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz" } } diff --git a/open-source-lorries/libexif-tarball.lorry b/open-source-lorries/libexif-tarball.lorry index 384d1db..38e0e02 100644 --- a/open-source-lorries/libexif-tarball.lorry +++ b/open-source-lorries/libexif-tarball.lorry @@ -1,6 +1,6 @@ { "libexif-tarball": { "type": "tarball", - "url": "http://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2" + "url": "https://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2" } } diff --git a/open-source-lorries/libical.lorry b/open-source-lorries/libical.lorry index e2b231b..6d8a976 100644 --- a/open-source-lorries/libical.lorry +++ b/open-source-lorries/libical.lorry @@ -1,6 +1,6 @@ { "libical": { "type": "tarball", - "url": "http://downloads.sourceforge.net/freeassociation/libical-1.0.tar.gz" + "url": "https://downloads.sourceforge.net/freeassociation/libical-1.0.tar.gz" } } diff --git a/open-source-lorries/liboauth.lorry b/open-source-lorries/liboauth.lorry index 9d124e2..0c892f8 100644 --- a/open-source-lorries/liboauth.lorry +++ b/open-source-lorries/liboauth.lorry @@ -1,6 +1,6 @@ { "liboauth": { "type": "tarball", - "url": "http://downloads.sourceforge.net/liboauth/liboauth-1.0.3.tar.gz" + "url": "https://downloads.sourceforge.net/liboauth/liboauth-1.0.3.tar.gz" } } diff --git a/open-source-lorries/libogg.lorry b/open-source-lorries/libogg.lorry index 92e1cf4..5dbe57d 100644 --- a/open-source-lorries/libogg.lorry +++ b/open-source-lorries/libogg.lorry @@ -1,7 +1,7 @@ { "libogg": { "type": "tarball", - "url": "http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz" + "url": "https://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz" } } diff --git a/open-source-lorries/libtool-tarball.lorry b/open-source-lorries/libtool-tarball.lorry index 431f4ec..3e24351 100644 --- a/open-source-lorries/libtool-tarball.lorry +++ b/open-source-lorries/libtool-tarball.lorry @@ -1,6 +1,6 @@ { "libtool-tarball": { "type": "tarball", - "url": "http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz" + "url": "https://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz" } } diff --git a/open-source-lorries/libvorbis.lorry b/open-source-lorries/libvorbis.lorry index 59b7594..fd45a73 100644 --- a/open-source-lorries/libvorbis.lorry +++ b/open-source-lorries/libvorbis.lorry @@ -1,6 +1,6 @@ { "libvorbis": { "type": "tarball", - "url": "http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz" + "url": "https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz" } } diff --git a/open-source-lorries/lzo.lorry b/open-source-lorries/lzo.lorry index e618aec..1011e31 100644 --- a/open-source-lorries/lzo.lorry +++ b/open-source-lorries/lzo.lorry @@ -1,6 +1,6 @@ { "lzo": { "type": "tarball", - "url": "http://www.oberhumer.com/opensource/lzo/download/lzo-2.08.tar.gz" + "url": "https://www.oberhumer.com/opensource/lzo/download/lzo-2.08.tar.gz" } } diff --git a/open-source-lorries/m4-tarball.lorry b/open-source-lorries/m4-tarball.lorry index e41c271..398bc35 100644 --- a/open-source-lorries/m4-tarball.lorry +++ b/open-source-lorries/m4-tarball.lorry @@ -1,6 +1,6 @@ { "m4-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.xz" + "url": "https://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.xz" } } diff --git a/open-source-lorries/make-tarball.lorry b/open-source-lorries/make-tarball.lorry index 4c04836..3cc8344 100644 --- a/open-source-lorries/make-tarball.lorry +++ b/open-source-lorries/make-tarball.lorry @@ -1,6 +1,6 @@ { "make-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/make/make-4.1.tar.bz2" + "url": "https://ftp.gnu.org/gnu/make/make-4.1.tar.bz2" } } diff --git a/open-source-lorries/mtdev.lorry b/open-source-lorries/mtdev.lorry index e5dd8df..94abf48 100644 --- a/open-source-lorries/mtdev.lorry +++ b/open-source-lorries/mtdev.lorry @@ -1,6 +1,6 @@ { "mtdev": { "type": "tarball", - "url": "http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.gz" + "url": "https://bitmath.org/code/mtdev/mtdev-1.1.3.tar.gz" } } diff --git a/open-source-lorries/nano-tarball.lorry b/open-source-lorries/nano-tarball.lorry index 76409a9..106e947 100644 --- a/open-source-lorries/nano-tarball.lorry +++ b/open-source-lorries/nano-tarball.lorry @@ -1,6 +1,6 @@ { "nano-tarball": { "type": "tarball", - "url": "http://www.nano-editor.org/dist/v2.4/nano-2.4.0.tar.gz" + "url": "https://www.nano-editor.org/dist/v2.4/nano-2.4.0.tar.gz" } } diff --git a/open-source-lorries/nspr.lorry b/open-source-lorries/nspr.lorry index f7ca1ce..68f71e8 100644 --- a/open-source-lorries/nspr.lorry +++ b/open-source-lorries/nspr.lorry @@ -1,6 +1,6 @@ { "nspr": { "type": "tarball", - "url": "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.9/src/nspr-4.8.9.tar.gz" + "url": "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.9/src/nspr-4.8.9.tar.gz" } } diff --git a/open-source-lorries/ntp.lorry b/open-source-lorries/ntp.lorry index 9c04cc8..aeed744 100644 --- a/open-source-lorries/ntp.lorry +++ b/open-source-lorries/ntp.lorry @@ -1,6 +1,6 @@ { "ntp": { "type": "tarball", - "url": "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p2.tar.gz" + "url": "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p2.tar.gz" } } diff --git a/open-source-lorries/php5.lorry b/open-source-lorries/php5.lorry index a6b4d00..edc1df1 100644 --- a/open-source-lorries/php5.lorry +++ b/open-source-lorries/php5.lorry @@ -1,6 +1,6 @@ { "php2": { "type": "tarball", - "url": "http://museum.php.net/php5/php-5.4.13.tar.bz2" + "url": "https://museum.php.net/php5/php-5.4.13.tar.bz2" } } diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 44d48aa..31c15e7 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -376,7 +376,7 @@ }, "python-packages/posix-ipc-tarball": { "type": "tarball", - "url": "http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz" + "url": "https://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz" }, "python-packages/psutil": { "type": "git", @@ -677,7 +677,7 @@ }, "python-packages/sysv-ipc-tarball": { "type": "tarball", - "url": "http://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.6.8.tar.gz" + "url": "https://semanchuk.com/philip/sysv_ipc/sysv_ipc-0.6.8.tar.gz" }, "python-packages/targetcli": { "type": "git", diff --git a/open-source-lorries/ragel-tarball.lorry b/open-source-lorries/ragel-tarball.lorry index 87901b4..367ac84 100644 --- a/open-source-lorries/ragel-tarball.lorry +++ b/open-source-lorries/ragel-tarball.lorry @@ -1,6 +1,6 @@ { "ragel-tarball": { "type": "tarball", - "url": "http://www.colm.net/files/ragel/ragel-6.10.tar.gz" + "url": "https://www.colm.net/files/ragel/ragel-6.10.tar.gz" } } diff --git a/open-source-lorries/rarian.lorry b/open-source-lorries/rarian.lorry index bc57586..517a6dc 100644 --- a/open-source-lorries/rarian.lorry +++ b/open-source-lorries/rarian.lorry @@ -1,7 +1,7 @@ { "rarian": { "type": "tarball", - "url": "http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2", + "url": "https://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2", "refspecs": [ "+refs/heads/*", "+refs/tags/*" diff --git a/open-source-lorries/sed-tarball.lorry b/open-source-lorries/sed-tarball.lorry index 68b788a..5e68fca 100644 --- a/open-source-lorries/sed-tarball.lorry +++ b/open-source-lorries/sed-tarball.lorry @@ -1,6 +1,6 @@ { "sed-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz" + "url": "https://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz" } } diff --git a/open-source-lorries/speex.lorry b/open-source-lorries/speex.lorry index 95e7b49..459cf1f 100644 --- a/open-source-lorries/speex.lorry +++ b/open-source-lorries/speex.lorry @@ -1,6 +1,6 @@ { "speex": { "type": "tarball", - "url": "http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz" + "url": "https://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz" } } diff --git a/open-source-lorries/sqlite3.lorry b/open-source-lorries/sqlite3.lorry index 02f8e51..ab3b3eb 100644 --- a/open-source-lorries/sqlite3.lorry +++ b/open-source-lorries/sqlite3.lorry @@ -1,6 +1,6 @@ { "sqlite3": { "type": "tarball", - "url": "http://www.sqlite.org/2017/sqlite-autoconf-3200100.tar.gz" + "url": "https://www.sqlite.org/2017/sqlite-autoconf-3200100.tar.gz" } } diff --git a/open-source-lorries/tar-tarball.lorry b/open-source-lorries/tar-tarball.lorry index 3860b05..e58e6f1 100644 --- a/open-source-lorries/tar-tarball.lorry +++ b/open-source-lorries/tar-tarball.lorry @@ -1,6 +1,6 @@ { "tar-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/tar/tar-1.29.tar.xz" + "url": "https://ftp.gnu.org/gnu/tar/tar-1.29.tar.xz" } } diff --git a/open-source-lorries/texinfo-tarball.lorry b/open-source-lorries/texinfo-tarball.lorry index 74d1bc4..197ad48 100644 --- a/open-source-lorries/texinfo-tarball.lorry +++ b/open-source-lorries/texinfo-tarball.lorry @@ -1,6 +1,6 @@ { "texinfo-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/gnu/texinfo/texinfo-5.2.tar.xz" + "url": "https://ftp.gnu.org/gnu/texinfo/texinfo-5.2.tar.xz" } } diff --git a/open-source-lorries/xterm.lorry b/open-source-lorries/xterm.lorry index 39923e8..cdad0ef 100644 --- a/open-source-lorries/xterm.lorry +++ b/open-source-lorries/xterm.lorry @@ -1,6 +1,6 @@ { "xterm": { "type": "tarball", - "url": "http://invisible-island.net/datafiles/release/xterm.tar.gz" + "url": "https://invisible-island.net/datafiles/release/xterm.tar.gz" } } diff --git a/open-source-lorries/zip.lorry b/open-source-lorries/zip.lorry index 740ac51..4343f4c 100644 --- a/open-source-lorries/zip.lorry +++ b/open-source-lorries/zip.lorry @@ -1,6 +1,6 @@ { "zip": { "type": "tarball", - "url": "http://downloads.sourceforge.net/infozip/zip30.tar.gz" + "url": "https://downloads.sourceforge.net/infozip/zip30.tar.gz" } } -- cgit v1.2.1