File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
case version
7
7
when '7.88.1'
8
8
pkg . sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
9
- when '8.9 .1'
10
- pkg . sha256sum '291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5 '
9
+ when '8.10 .1'
10
+ pkg . sha256sum 'd15ebab765d793e2e96db090f0e172d127859d78ca6f6391d7eafecfd894bbc0 '
11
11
else
12
12
raise "curl version #{ version } has not been configured; Cannot continue."
13
13
end
53
53
end
54
54
55
55
configure_options = [ ]
56
- configure_options << "--with-ssl=#{ settings [ :prefix ] } "
56
+ configure_options << "--with-ssl=#{ settings [ :prefix ] } --without-libpsl "
57
57
58
58
# OpenSSL version 3.0 & up no longer ships by default the insecure algorithms
59
59
# that curl's ntlm module depends on (md4 & des).
Original file line number Diff line number Diff line change 14
14
proj . setting :augeas_version , '1.14.1'
15
15
end
16
16
17
- proj . setting :curl_version , '8.9 .1'
17
+ proj . setting :curl_version , '8.10 .1'
18
18
19
19
########
20
20
# Load shared agent settings
You can’t perform that action at this time.
0 commit comments