We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6cff1 commit 9a5463bCopy full SHA for 9a5463b
config/software/curl.rb
@@ -16,7 +16,7 @@
16
17
name 'curl'
18
19
-version = Gitlab::Version.new('curl', 'curl-8_5_0')
+version = Gitlab::Version.new('curl', 'curl-8_6_0')
20
21
default_version version.print(false)
22
display_version version.print(false).delete_prefix('curl-').tr('_', '.')
@@ -68,7 +68,8 @@
68
"--without-ca-path",
69
"--without-ca-bundle",
70
"--with-ca-fallback",
71
- "--without-zstd"
+ "--without-zstd",
72
+ "-without-libpsl"
73
]
74
75
openssl_library_path = "=#{install_dir}/embedded" unless Build::Check.use_system_ssl?
0 commit comments