Skip to content

Commit 815a2d2

Browse files
balasankarcAndrew Pattersondependencies-bot
committed
Merge branch 'deps/c55ce6f-7dc4d86' into 'master'
Update curl/curl from curl-8_5_0 to curl-8_6_0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7406 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Andrew Patterson <[email protected]> Co-authored-by: deps <[email protected]>
2 parents e6dec36 + 9a5463b commit 815a2d2

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)