mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
curl: update to 7.77.0.
CVE-2021-22901
This commit is contained in:
parent
a9785528ab
commit
a6e0d6912c
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'curl'
|
# Template file for 'curl'
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.76.1
|
version=7.77.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
||||||
|
@ -21,7 +21,7 @@ license="MIT"
|
||||||
homepage="https://curl.haxx.se"
|
homepage="https://curl.haxx.se"
|
||||||
changelog="https://curl.haxx.se/changes.html#${version//./_}"
|
changelog="https://curl.haxx.se/changes.html#${version//./_}"
|
||||||
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=7a8e184d7d31312c4ebf6a8cb59cd757e61b2b2833a9ed4f9bf708066e7695e9
|
checksum=6c0c28868cb82593859fc43b9c8fdb769314c855c05cf1b56b023acf855df8ea
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_options="gnutls gssapi ldap rtmp ssh ssl zstd"
|
build_options="gnutls gssapi ldap rtmp ssh ssl zstd"
|
||||||
build_options_default="ssh ssl zstd"
|
build_options_default="ssh ssl zstd"
|
||||||
|
@ -33,6 +33,10 @@ pre_configure() {
|
||||||
export CPPFLAGS="-D_FORTIFY_SOURCE=2"
|
export CPPFLAGS="-D_FORTIFY_SOURCE=2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
export USER=nobody
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Fix linker search paths when necessary
|
# Fix linker search paths when necessary
|
||||||
if [ -n "$XBPS_CROSS_BASE" ]; then
|
if [ -n "$XBPS_CROSS_BASE" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue