Skip to content

Commit 3b33d1a

Browse files
committed
(PA-6959) Update OpenSSL to 3.0.15 for puppet-agent main
1 parent a1da62b commit 3b33d1a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

configs/components/openssl-3.0.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
component 'openssl' do |pkg, settings, platform|
2-
pkg.version '3.0.14'
3-
pkg.sha256sum 'eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca'
4-
pkg.url "https://openssl.org/source/openssl-#{pkg.get_version}.tar.gz"
2+
pkg.version '3.0.15'
3+
pkg.sha256sum '23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533'
4+
pkg.url "https://github.com/openssl/openssl/releases/download/openssl-#{pkg.get_version}/openssl-#{pkg.get_version}.tar.gz"
55
pkg.mirror "#{settings[:buildsources_url]}/openssl-#{pkg.get_version}.tar.gz"
66

77
#############################
@@ -121,9 +121,6 @@
121121
'no-whirlpool'
122122
]
123123

124-
# Remove this in 3.0.15 or later
125-
pkg.apply_patch 'resources/patches/openssl/CVE-2024-5535.patch'
126-
127124
if settings[:use_legacy_openssl_algos]
128125
pkg.apply_patch 'resources/patches/openssl/openssl-3-activate-legacy-algos.patch'
129126
else

0 commit comments

Comments
 (0)