curl: update to 7.77.0.

CVE-2021-22901
This commit is contained in:
Đoàn Trần Công Danh 2021-05-26 15:26:42 +07:00 committed by Đoàn Trần Công Danh
parent a9785528ab
commit a6e0d6912c
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'curl'
pkgname=curl
version=7.76.1
version=7.77.0
revision=1
build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
@ -21,7 +21,7 @@ license="MIT"
homepage="https://curl.haxx.se"
changelog="https://curl.haxx.se/changes.html#${version//./_}"
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
checksum=7a8e184d7d31312c4ebf6a8cb59cd757e61b2b2833a9ed4f9bf708066e7695e9
checksum=6c0c28868cb82593859fc43b9c8fdb769314c855c05cf1b56b023acf855df8ea
patch_args="-Np1"
build_options="gnutls gssapi ldap rtmp ssh ssl zstd"
build_options_default="ssh ssl zstd"
@ -33,6 +33,10 @@ pre_configure() {
export CPPFLAGS="-D_FORTIFY_SOURCE=2"
}
pre_check() {
export USER=nobody
}
post_install() {
# Fix linker search paths when necessary
if [ -n "$XBPS_CROSS_BASE" ]; then