Skip to content

Commit b8d4520

Browse files
authored
Merge branch 'puppetlabs:master' into master
2 parents 869cc83 + 38fc20b commit b8d4520

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

configs/components/curl.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
case version
77
when '7.88.1'
88
pkg.sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
9-
when '8.7.1'
10-
pkg.sha256sum 'f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495'
9+
when '8.9.1'
10+
pkg.sha256sum '291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5'
1111
else
1212
raise "curl version #{version} has not been configured; Cannot continue."
1313
end

configs/components/openssl-1.1.1.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component 'openssl' do |pkg, settings, platform|
2-
pkg.version '1.1.1v'
3-
pkg.sha256sum 'd6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0'
2+
pkg.version '1.1.1w'
3+
pkg.sha256sum 'cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8'
44
pkg.url "https://openssl.org/source/openssl-#{pkg.get_version}.tar.gz"
55
pkg.mirror "#{settings[:buildsources_url]}/openssl-#{pkg.get_version}.tar.gz"
66

@@ -89,6 +89,7 @@
8989

9090
pkg.apply_patch 'resources/patches/openssl/CVE-2023-5678.patch'
9191
pkg.apply_patch 'resources/patches/openssl/CVE-2024-0727.patch'
92+
pkg.apply_patch 'resources/patches/openssl/CVE-2024-5535.patch'
9293
pkg.apply_patch 'resources/patches/openssl/openssl-1.1.1-CVE-2024-2511.patch'
9394
pkg.apply_patch 'resources/patches/openssl/openssl-1.1.1-CVE-2024-4741.patch'
9495

configs/projects/agent-runtime-main.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
proj.setting :augeas_version, '1.14.1'
1515
end
1616

17-
proj.setting :curl_version, '8.7.1'
17+
proj.setting :curl_version, '8.9.1'
1818

1919
########
2020
# Load shared agent settings

0 commit comments

Comments
 (0)