From 01b4d2d5ecdd1d24a886d9e772d452e8a0f3324f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:22:44 +0100 Subject: [PATCH] libXrandr: Use new, secure source URL The current URL moved permanently. ``` $ curl -I http://xorg.freedesktop.org/releases/individual/lib/ HTTP/1.1 301 Moved Permanently Date: Fri, 17 Nov 2017 11:21:44 GMT Server: Apache/2.4.10 (Debian) Location: https://www.x.org/releases/individual/lib/ Content-Type: text/html; charset=iso-8859-1 ``` --- libXrandr.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXrandr.be0 b/libXrandr.be0 index 6862c372a..fbed7fec6 100755 --- a/libXrandr.be0 +++ b/libXrandr.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/libXrandr-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/lib/libXrandr-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.