curl: Upgrade to 8.8.0
Downloaded from https://curl.se/download/curl-8.8.0.tar.xz Change-Id: Ib6ecbdb774f4d2643d8e848d8826704a51884eac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167929 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
c2a2eb189c
commit
aaf14d96cd
2 changed files with 5 additions and 5 deletions
|
@ -80,8 +80,8 @@ CPPUNIT_TARBALL := cppunit-1.15.1.tar.gz
|
|||
# three static lines
|
||||
# so that git cherry-pick
|
||||
# will not run into conflicts
|
||||
CURL_SHA256SUM := 6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd
|
||||
CURL_TARBALL := curl-8.7.1.tar.xz
|
||||
CURL_SHA256SUM := 0f58bb95fc330c8a46eeb3df5701b0d90c9d9bfcc42bd1cd08791d12551d4400
|
||||
CURL_TARBALL := curl-8.8.0.tar.xz
|
||||
# three static lines
|
||||
# so that git cherry-pick
|
||||
# will not run into conflicts
|
||||
|
|
|
@ -2,9 +2,9 @@ disable protocols nobody needs in MSVC build
|
|||
|
||||
--- curl/lib/config-win32.h.orig 2017-08-09 16:43:29.464000000 +0200
|
||||
+++ curl/lib/config-win32.h 2017-08-09 16:47:38.549200000 +0200
|
||||
@@ -654,4 +654,20 @@
|
||||
# define ENABLE_IPV6 1
|
||||
#endif
|
||||
@@ -509,4 +509,20 @@
|
||||
/* If you want to build curl with the built-in manual */
|
||||
#define USE_MANUAL 1
|
||||
|
||||
+#define CURL_DISABLE_DICT 1
|
||||
+#define CURL_DISABLE_FILE 1
|
||||
|
|
Loading…
Reference in a new issue