c-ares: update to 1.17.2.
Fixes CVE-2021-3672. Also fix tests (locally).
This commit is contained in:
parent
8cf13a92c5
commit
78c86e69bc
|
@ -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 <orphan@voidlinux.org>"
|
||||
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=?/}
|
||||
|
|
Loading…
Reference in New Issue