From 8d9ef9ff9d98f43523ec8d27b9c6185acc86e83c 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. --- srcpkgs/c-ares/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/c-ares/template b/srcpkgs/c-ares/template index 9f81b95462cf..a44223b4c967 100644 --- a/srcpkgs/c-ares/template +++ b/srcpkgs/c-ares/template @@ -1,15 +1,16 @@ # 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 pre_configure() { export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=?/}