From 1ef2f82c64b32afc3722862d79e2521f830624d1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 18 Dec 2017 16:14:44 +0100 Subject: [PATCH] accountsservice: Securely download source archive Use HTTPS to securely download the source archive. --- accountsservice.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountsservice.be0 b/accountsservice.be0 index 6815509c8..e0378e2a5 100755 --- a/accountsservice.be0 +++ b/accountsservice.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://www.freedesktop.org/software/accountsservice/accountsservice-${PKGVERSION}.tar.xz" +SRCURL[0]="https://www.freedesktop.org/software/accountsservice/accountsservice-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.