Skip to content

Commit a20ef92

Browse files
committed
(PA-6889) Bump puppet-agent's bundled openssl 1.1.1v to 1.1.1w and address CVE-2024-5535
1 parent ab0ed77 commit a20ef92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

0 commit comments

Comments
 (0)