From 8d9f064080a95f4edcfa62c25c292d0345fb3762 Mon Sep 17 00:00:00 2001 From: Alexander Wellbrock Date: Mon, 17 Jun 2024 20:01:57 +0200 Subject: [PATCH] package/c-ares: update site url Download URLs changed after hosting of the c-ares website changed ownership: https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/ This cannot be fixed upstream as github pages does not support .htaccess files according to: https://github.com/c-ares/c-ares.github.io/issues/2 Signed-off-by: Alexander Wellbrock Signed-off-by: Thomas Petazzoni (cherry picked from commit b57f48e131e94a2fafc31e3ca6cb3c11553a5930) Signed-off-by: Peter Korsgaard --- package/c-ares/c-ares.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk index c4441255a2..c2403b9c4c 100644 --- a/package/c-ares/c-ares.mk +++ b/package/c-ares/c-ares.mk @@ -5,7 +5,7 @@ ################################################################################ C_ARES_VERSION = 1.27.0 -C_ARES_SITE = http://c-ares.haxx.se/download +C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0 C_ARES_INSTALL_STAGING = YES C_ARES_CONF_OPTS = --with-random=/dev/urandom C_ARES_LICENSE = MIT