Skip to content

Commit 9a5463b

Browse files
dependencies.io Botbalasankarc
authored andcommitted
Update curl to 8.6.0
Changelog: changed
1 parent dd6cff1 commit 9a5463b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/software/curl.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
name 'curl'
1818

19-
version = Gitlab::Version.new('curl', 'curl-8_5_0')
19+
version = Gitlab::Version.new('curl', 'curl-8_6_0')
2020

2121
default_version version.print(false)
2222
display_version version.print(false).delete_prefix('curl-').tr('_', '.')
@@ -68,7 +68,8 @@
6868
"--without-ca-path",
6969
"--without-ca-bundle",
7070
"--with-ca-fallback",
71-
"--without-zstd"
71+
"--without-zstd",
72+
"-without-libpsl"
7273
]
7374

7475
openssl_library_path = "=#{install_dir}/embedded" unless Build::Check.use_system_ssl?

0 commit comments

Comments
 (0)