mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Meta: Update curl to version 8.10.1
Contains a fix for CVE-2024-8096.
This commit is contained in:
parent
39accee863
commit
7d97fe91b3
Notes:
github-actions[bot]
2024-09-19 19:50:03 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7d97fe91b3c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1451
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
{
|
||||
"name": "curl",
|
||||
"features": [
|
||||
"brotli", "http2"
|
||||
"brotli",
|
||||
"http2"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -67,6 +68,10 @@
|
|||
"woff2"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "curl",
|
||||
"version": "8.10.1#0"
|
||||
},
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"version": "2.14.2#1"
|
||||
|
|
Loading…
Reference in a new issue