From: Peter Korsgaard Date: Mon, 3 Jun 2013 21:17:02 +0000 (+0200) Subject: logrotate: workaround wget issue with wildcard ssl certificates X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4486455c5d31eaab6367160648f487b27f4c7621;p=buildroot.git logrotate: workaround wget issue with wildcard ssl certificates Fixes http://autobuild.buildroot.net/results/815/815e2759f4961805d768efe79f0d83d13b16e706/build-end.log Certain wget versions dislike downloading from fedorahosted.org which provides a SSL certificate for *.fedorahosted.org. Work around it by instead downloading from www.fedorahosted.org instead. Signed-off-by: Peter Korsgaard --- diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk index c920b46df0..82dde390c5 100644 --- a/package/logrotate/logrotate.mk +++ b/package/logrotate/logrotate.mk @@ -5,7 +5,7 @@ ############################################################# LOGROTATE_VERSION = 3.8.4 LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.gz -LOGROTATE_SITE = https://fedorahosted.org/releases/l/o/logrotate/ +LOGROTATE_SITE = https://www.fedorahosted.org/releases/l/o/logrotate/ LOGROTATE_LICENSE = GPLv2+ LOGROTATE_LICENSE_FILES = COPYING