mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 14:32:56 +02:00
curl: update to 7.87
This commit is contained in:
parent
5ba2e7deea
commit
36253f7784
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'curl'
|
# Template file for 'curl'
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.86.0
|
version=7.87.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
|
||||||
--enable-websockets
|
--enable-websockets --with-random=/dev/urandom
|
||||||
$(vopt_with rtmp librtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
|
$(vopt_with rtmp librtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
|
||||||
$(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl) $(vopt_with zstd)
|
$(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl) $(vopt_with zstd)
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2
|
||||||
|
@ -25,7 +25,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=f5ca69db03eea17fa8705bdfb1a9f58d76a46c9010518109bb38f313137e0a28
|
checksum=5d6e128761b7110946d1276aff6f0f266f2b726f5e619f7e0a057a474155f307
|
||||||
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"
|
||||||
vopt_conflict ssl gnutls
|
vopt_conflict ssl gnutls
|
||||||
|
|
Loading…
Add table
Reference in a new issue