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 changed files with 4 additions and 2 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'c-ares'
|
# Template file for 'c-ares'
|
||||||
pkgname=c-ares
|
pkgname=c-ares
|
||||||
version=1.17.1
|
version=1.17.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
checkdepends="iana-etc"
|
||||||
short_desc="C library that performs DNS requests and name resolves asynchronously"
|
short_desc="C library that performs DNS requests and name resolves asynchronously"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://c-ares.haxx.se/"
|
homepage="https://c-ares.haxx.se/"
|
||||||
changelog="https://c-ares.haxx.se/changelog.html"
|
changelog="https://c-ares.haxx.se/changelog.html"
|
||||||
distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d73dd0f6de824afd407ce10750ea081af47eba52b8a6cb307d220131ad93fc40
|
checksum=4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d
|
||||||
|
make_check=ci-skip # segfaults only on CI
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=?/}
|
export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=?/}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue