From 4ae66b57500ce714a7f8849fdb64fdd0e6d788c5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 23 Nov 2018 13:14:18 +0100 Subject: [PATCH] apr-iconv: Use ftp.fau.de as source mirror The server should be in the DFN, so use that one. While at it, use HTTPS to securely download the source file. --- apr-iconv.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apr-iconv.be0 b/apr-iconv.be0 index fdba4216b..fae0b795c 100755 --- a/apr-iconv.be0 +++ b/apr-iconv.be0 @@ -10,7 +10,7 @@ BEE_BUILDTYPE=autotools ## 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://mirror.synyx.de/apache//apr/apr-iconv-${PKGVERSION}.tar.gz" +SRCURL[0]="https://ftp.fau.de/apache//apr/apr-iconv-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.