From d6ac39ae3ad7be665a06c64a5bffa128ddbb98cf Mon Sep 17 00:00:00 2001 From: Yves Deweerdt Date: Fri, 27 Jan 2017 11:34:06 +0100 Subject: [PATCH] change URIs on samba.org from http to https Signed-off-by: Yves Deweerdt --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 2 +- meta-networking/recipes-support/libldb/libldb_1.1.29.bb | 2 +- meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb | 2 +- meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb | 2 +- meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb | 2 +- meta-oe/recipes-benchmark/dbench/dbench_4.0.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index 0ba59c7d3c0..2ad8ce0a427 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \ file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 " -SAMBA_MIRROR = "http://samba.org/samba/ftp" +SAMBA_MIRROR = "https://samba.org/samba/ftp" MIRRORS += "\ ${SAMBA_MIRROR} http://mirror.internode.on.net/pub/samba \n \ ${SAMBA_MIRROR} http://www.mirrorservice.org/sites/ftp.samba.org \n \ diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb index 2269a5726d7..a85e5db0ad7 100644 --- a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb +++ b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" DEPENDS += "libtdb libtalloc libtevent popt" RDEPENDS_pyldb += "python" -SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ +SRC_URI = "https://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ file://do-not-import-target-module-while-cross-compile.patch \ file://ldb-Add-configure-options-for-packages.patch \ " diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb index 04e2f364dcb..26bd1d58a3a 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://talloc.samba.org" SECTION = "libs" LICENSE = "LGPL-3.0+ & GPL-3.0+" -SRC_URI = "http://samba.org/ftp/talloc/talloc-${PV}.tar.gz \ +SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \ file://talloc-Add-configure-options-for-packages.patch \ " LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6d5228bfa7825249 \ diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb index 3296bee5311..fa1f0c5f722 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb @@ -5,7 +5,7 @@ LICENSE = "LGPL-3.0+ & GPL-3.0+" LIC_FILES_CHKSUM = "file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \ file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6" -SRC_URI = "http://samba.org/ftp/tdb/tdb-${PV}.tar.gz \ +SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \ file://do-not-check-xsltproc-manpages.patch \ file://tdb-Add-configure-options-for-packages.patch \ " diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb index 7939e03615e..f9657d2d5e1 100644 --- a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb +++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb @@ -6,7 +6,7 @@ LICENSE = "LGPLv3+" DEPENDS += "libtalloc" RDEPENDS_python-tevent = "python" -SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ +SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ file://tevent-Add-configure-options-for-packages.patch \ " LIC_FILES_CHKSUM = "file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b85a" diff --git a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb index 1915e4c2ebf..fea32e7d322 100644 --- a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb +++ b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "popt" SRC_URI = "\ - http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \ + https://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \ file://destdir.patch \ file://makefile.patch"