1
1
Fork 0
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:
Sergei Zimmerman 2025-10-17 01:10:46 +03:00
parent 27767a6094
commit a80fc252e8
No known key found for this signature in database

View file

@ -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