mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
libstore/meson: Require curl >= 7.75.0
This version has been released a long time ago in 2021 and it's doubtful that anybody actually uses it still, since it's full of vulnerabilities [^] [^]: https://curl.se/docs/vuln-7.75.0.html
This commit is contained in:
parent
27767a6094
commit
a80fc252e8
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ boost = dependency(
|
|||
# put in `deps_other`.
|
||||
deps_other += boost
|
||||
|
||||
curl = dependency('libcurl', 'curl')
|
||||
curl = dependency('libcurl', 'curl', version : '>= 7.75.0')
|
||||
deps_private += curl
|
||||
|
||||
# seccomp only makes sense on Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue