diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2022-09-22 20:25:53 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-09-23 11:36:48 +0200 |
commit | 31a8de10e8f60d79d6eb588a049567b89a48f0b1 (patch) | |
tree | e0e2c663e985575021d076bea001f52b9b4fb1dd /external/curl/configurable-z-option.patch.0 | |
parent | 096e2ba8e4fce64c04a7d7e842dd1dbab8699801 (diff) |
curl: upgrade to release 7.85.0
Fixes CVE-2022-35252
Change-Id: I549240f6ae31ae94f925422517cd03ef2e3b5732
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140411
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external/curl/configurable-z-option.patch.0')
-rw-r--r-- | external/curl/configurable-z-option.patch.0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/curl/configurable-z-option.patch.0 b/external/curl/configurable-z-option.patch.0 index 160577c76533..84516ad21917 100644 --- a/external/curl/configurable-z-option.patch.0 +++ b/external/curl/configurable-z-option.patch.0 @@ -1,6 +1,6 @@ --- winbuild/MakefileBuild.vc.sav 2021-11-13 11:43:40.756226600 +0000 +++ winbuild/MakefileBuild.vc 2021-11-13 11:52:08.921692300 +0000 -@@ -45,7 +45,7 @@ +@@ -47,7 +47,7 @@ !IF "$(VC)"=="6" CC_NODEBUG = $(CC) /O2 /DNDEBUG @@ -9,7 +9,7 @@ CFLAGS = /I. /I../lib /I../include /nologo /W4 /GX /DWIN32 /YX /FD /c /DBUILDING_LIBCURL !ELSE CC_NODEBUG = $(CC) /O2 /DNDEBUG -@@ -62,7 +62,7 @@ +@@ -64,7 +64,7 @@ # Instead of id: just create an archive, that contains all objects LNKLIB = lib.exe |