mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
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 <jacmet@sunsite.dk>
This commit is contained in:
parent
c11c9e6ef2
commit
4486455c5d
@ -5,7 +5,7 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
LOGROTATE_VERSION = 3.8.4
|
LOGROTATE_VERSION = 3.8.4
|
||||||
LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.gz
|
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 = GPLv2+
|
||||||
LOGROTATE_LICENSE_FILES = COPYING
|
LOGROTATE_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user