summaryrefslogtreecommitdiff
path: root/curl/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-10-12 20:29:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-10-15 22:56:16 +0300
commit11d9c9173f89991b0b773a7de8f0475de68b6fef (patch)
tree7a7245ace85e70b15cb3c228671442970598901e /curl/README-DEV
parentd412f78cbd95cf9bd4b148b0000a245d30cf171f (diff)
Upgrade to 8.4.0
That in particular fixes CVE-2023-38545 CVE-2023-38546.
Diffstat (limited to 'curl/README-DEV')
-rw-r--r--curl/README-DEV9
1 files changed, 7 insertions, 2 deletions
diff --git a/curl/README-DEV b/curl/README-DEV
index 760e273..fa202e4 100644
--- a/curl/README-DEV
+++ b/curl/README-DEV
@@ -5,11 +5,16 @@ understanding will be useful when upgrading to a new upstream version. See
Symlink the required upstream directories into curl/:
$ ln -s ../../upstream/{src,lib} curl
-$ ln -s lib/{strtoofft,nonblock,warnless,dynbuf,version_win32,curl_multibyte}.c curl
+$ ln -s lib/{strtoofft,nonblock,warnless,dynbuf,version_win32,curl_multibyte,base64}.c curl
$ ln -s ../../libcurl/libcurl/curl_config.h curl
Patch curl to use CA certificate bundle provided by the
libca-certificates-curl package by default:
+$ cp curl/src/tool_main.c curl/tool_main.c.orig
$ cp curl/src/tool_main.c curl
-$ patch -p0 <curl/tool_main.c.patch
+$ git apply curl/tool_main.c.patch
+
+Note that the above patch is produced by the following command:
+
+$ git diff >curl/tool_main.c.patch