Skip to content

Commit a80fc25

Browse files
committed
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
1 parent 27767a6 commit a80fc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ boost = dependency(
113113
# put in `deps_other`.
114114
deps_other += boost
115115

116-
curl = dependency('libcurl', 'curl')
116+
curl = dependency('libcurl', 'curl', version : '>= 7.75.0')
117117
deps_private += curl
118118

119119
# seccomp only makes sense on Linux

0 commit comments

Comments
 (0)