From a7b55468ae36dc255fc28c4c5f89ebdc21b16d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Tue, 10 Aug 2021 08:27:36 -0300 Subject: [PATCH] c-ares: update to 1.17.2. Fixes CVE-2021-3672. Also fix tests (locally). --- srcpkgs/c-ares/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/c-ares/template b/srcpkgs/c-ares/template index 9f81b95462cf..0091cc87f62e 100644 --- a/srcpkgs/c-ares/template +++ b/srcpkgs/c-ares/template @@ -1,15 +1,17 @@ # Template file for 'c-ares' pkgname=c-ares -version=1.17.1 +version=1.17.2 revision=1 build_style=gnu-configure +checkdepends="iana-etc" short_desc="C library that performs DNS requests and name resolves asynchronously" maintainer="Orphaned " license="MIT" homepage="https://c-ares.haxx.se/" changelog="https://c-ares.haxx.se/changelog.html" distfiles="${homepage}/download/${pkgname}-${version}.tar.gz" -checksum=d73dd0f6de824afd407ce10750ea081af47eba52b8a6cb307d220131ad93fc40 +checksum=4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d +make_check=ci-skip # segfaults only on CI pre_configure() { export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=?/}