From 530c69dc0d973e9fc8bce7e3c024bbdd59769196 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 19 Feb 2018 10:07:22 +0100 Subject: [PATCH] dbus: Securely download source archive Use HTTPS to securely download the source archive. --- dbus.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus.be0 b/dbus.be0 index f0c35db99..8a4f6e003 100755 --- a/dbus.be0 +++ b/dbus.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://dbus.freedesktop.org/releases/dbus/dbus-${PKGVERSION}.tar.gz" +SRCURL[0]="https://dbus.freedesktop.org/releases/dbus/dbus-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.