From 84fdbd644769c95e2c37e9b79a983c1f45173e6e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Dec 2018 16:22:35 +0100 Subject: [PATCH] libICE: Securely download source archive over HTTPS Update the URL to the target of the redirect. $ curl -I http://xorg.freedesktop.org/releases HTTP/1.1 301 Moved Permanently Date: Tue, 18 Dec 2018 15:23:24 GMT Server: Apache/2.4.25 (Debian) Location: https://www.x.org/releases Content-Type: text/html; charset=iso-8859-1 --- libICE.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libICE.be0 b/libICE.be0 index 59a706d69..4850bc9b3 100755 --- a/libICE.be0 +++ b/libICE.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://xorg.freedesktop.org/releases/individual/lib/libICE-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/lib/libICE-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.