From 3aa2dbc441e65d673f100a7ccf70965aaf008cfe Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 19 Nov 2020 21:06:57 +0000 Subject: [PATCH] c-ares: update to latest for security fixes Four fixes tagged as security, full changelog at https://c-ares.haxx.se/changelog.html#1_17_0 Includes fix for CVE-2020-8277 Signed-off-by: Karl Palsson --- libs/c-ares/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/c-ares/Makefile b/libs/c-ares/Makefile index 707e2088e..d6d320725 100644 --- a/libs/c-ares/Makefile +++ b/libs/c-ares/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=c-ares -PKG_VERSION:=1.16.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.17.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://c-ares.haxx.se/download -PKG_HASH:=d08312d0ecc3bd48eee0a4cc0d2137c9f194e0a28de2028928c0f6cae85f86ce +PKG_HASH:=d73dd0f6de824afd407ce10750ea081af47eba52b8a6cb307d220131ad93fc40 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.md