From 9b012f2864b1911b7d82c9446d5e685bc63ba695 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 30 Mar 2017 18:08:10 +0200 Subject: [PATCH] font-util: Use new, secure source URL The current URL moved permanently. ``` $ curl -I http://xorg.freedesktop.org/releases/individual/font/ HTTP/1.1 301 Moved Permanently Date: Thu, 30 Mar 2017 16:09:40 GMT Server: Apache/2.4.10 (Debian) Location: https://www.x.org/releases/individual/font/ Content-Type: text/html; charset=iso-8859-1 ``` --- font-util.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-util.be0 b/font-util.be0 index 0b115c62c..68b5cec72 100755 --- a/font-util.be0 +++ b/font-util.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/font/font-util-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/font/font-util-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.