Skip to content

Commit

Permalink
(PA-6962) update curl to address CVE-2024-8096
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkarsale committed Oct 8, 2024
1 parent ecf1c5a commit 0bbd1f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions configs/components/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
case version
when '7.88.1'
pkg.sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
when '8.9.1'
pkg.sha256sum '291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5'
when '8.10.1'
pkg.sha256sum 'd15ebab765d793e2e96db090f0e172d127859d78ca6f6391d7eafecfd894bbc0'
else
raise "curl version #{version} has not been configured; Cannot continue."
end
Expand Down Expand Up @@ -53,7 +53,7 @@
end

configure_options = []
configure_options << "--with-ssl=#{settings[:prefix]}"
configure_options << "--with-ssl=#{settings[:prefix]} --without-libpsl"

# OpenSSL version 3.0 & up no longer ships by default the insecure algorithms
# that curl's ntlm module depends on (md4 & des).
Expand Down
2 changes: 1 addition & 1 deletion configs/projects/agent-runtime-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
proj.setting :augeas_version, '1.14.1'
end

proj.setting :curl_version, '8.9.1'
proj.setting :curl_version, '8.10.1'

########
# Load shared agent settings
Expand Down

0 comments on commit 0bbd1f0

Please sign in to comment.