curl: update to 8.7.1
This commit is contained in:
parent
c9a3572d54
commit
758755ab9f
|
@ -1,13 +0,0 @@
|
|||
diff --git a/lib/curl_ntlm_wb.c b/lib/curl_ntlm_wb.c
|
||||
index 0c7892a..acb0093 100644
|
||||
--- a/lib/curl_ntlm_wb.c
|
||||
+++ b/lib/curl_ntlm_wb.c
|
||||
@@ -266,7 +266,7 @@ static CURLcode ntlm_wb_response(struct Curl_easy *data, struct ntlmdata *ntlm,
|
||||
size_t len_in = strlen(input), len_out = 0;
|
||||
struct dynbuf b;
|
||||
char *ptr = NULL;
|
||||
- usigned char buf[1024]
|
||||
+ unsigned char buf[1024];
|
||||
Curl_dyn_init(&b, MAX_NTLM_WB_RESPONSE);
|
||||
|
||||
while(len_in > 0) {
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'curl'
|
||||
pkgname=curl
|
||||
version=8.6.0
|
||||
version=8.7.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
||||
|
@ -8,6 +8,7 @@ configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
|||
$(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_with psl libpsl) $(vopt_with idn libidn2)
|
||||
--with-fish-functions-dir --with-zsh-functions-dir
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||
ac_cv_path_NROFF=/usr/bin/mandoc"
|
||||
# 1477 verifies if headers and manpages are in sync which belongs in upstream processes
|
||||
|
@ -29,7 +30,7 @@ license="MIT"
|
|||
homepage="https://curl.se"
|
||||
changelog="https://curl.se/changes.html"
|
||||
distfiles="https://curl.se/download/curl-${version}.tar.gz"
|
||||
checksum=9c6db808160015f30f3c656c0dec125feb9dc00753596bf858a272b5dd8dc398
|
||||
checksum=f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495
|
||||
build_options="gnutls gssapi idn ldap psl rtmp ssh ssl zstd"
|
||||
build_options_default="idn psl ssh ssl zstd"
|
||||
vopt_conflict ssl gnutls
|
||||
|
|
Loading…
Reference in New Issue