Skip to content

Commit c36cfcc

Browse files
authored
Update bundled curl to 7.85.0 (#459)
This version contains patches for five new CVEs: - [CVE-2022-32205: Set-Cookie denial of service](https://curl.se/docs/CVE-2022-32205.html) - [CVE-2022-32206: HTTP compression denial of service](https://curl.se/docs/CVE-2022-32206.html) - [CVE-2022-32207: Unpreserved file permissions](https://curl.se/docs/CVE-2022-32207.html) - [CVE-2022-32208: FTP-KRB bad message verification](https://curl.se/docs/CVE-2022-32208.html) - [CVE-2022-35252: control code in cookie denial of service](https://curl.se/docs/CVE-2022-35252.html) Fixes #457.
1 parent 055ef1b commit c36cfcc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

curl-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.56+curl-7.83.1"
3+
version = "0.4.57+curl-7.85.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "curl"
66
build = "build.rs"

curl-sys/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,12 @@ fn main() {
157157
.file("curl/lib/escape.c")
158158
.file("curl/lib/file.c")
159159
.file("curl/lib/fileinfo.c")
160+
.file("curl/lib/fopen.c")
160161
.file("curl/lib/formdata.c")
161162
.file("curl/lib/getenv.c")
162163
.file("curl/lib/getinfo.c")
163164
.file("curl/lib/hash.c")
165+
.file("curl/lib/headers.c")
164166
.file("curl/lib/hmac.c")
165167
.file("curl/lib/hostasyn.c")
166168
.file("curl/lib/hostip.c")

curl-sys/curl

Submodule curl updated 1957 files

0 commit comments

Comments
 (0)