]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
win32_deps_build.sh: bump curl to curl-7_84_0
authorKefu Chai <tchaikov@gmail.com>
Thu, 4 Aug 2022 15:06:04 +0000 (23:06 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 8 Sep 2022 15:25:05 +0000 (17:25 +0200)
to silence warnings like:

```
configure.ac:3671: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:3671: You should run autoupdate.
```

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 6b43df3c58fd15501988b7cfbe411fb42f223689)

win32_deps_build.sh

index 2baefd988219565d428953b3e848dd1ea575b5c3..507d3176eda95d930f76456bfec8924ae4421320 100755 (executable)
@@ -19,7 +19,7 @@ sslTag="OpenSSL_1_1_1c"
 sslDir="${depsToolsetDir}/openssl"
 sslSrcDir="${depsSrcDir}/openssl"
 
-curlTag="curl-7_66_0"
+curlTag="curl-7_84_0"
 curlSrcDir="${depsSrcDir}/curl"
 curlDir="${depsToolsetDir}/curl"