From d1abdc43c4dbade7f9fd7b0296ffd8d416981378 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 14 Jun 2017 17:55:55 +0200 Subject: [PATCH] unbound: Securely download source archive Use HTTPS to securely download the source archive. --- unbound.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound.be0 b/unbound.be0 index 278d0cfc1..827f972ae 100755 --- a/unbound.be0 +++ b/unbound.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.unbound.net/downloads/unbound-${PKGVERSION}.tar.gz" +SRCURL[0]="https://www.unbound.net/downloads/unbound-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.