Skip to content

Commit c12c736

Browse files
committed
Update OpenSSL to 3.0.18
Addresses CVE-2025-9230 and CVE-2025-9232.
1 parent 3b97291 commit c12c736

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configs/components/openssl-3.0.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# need to move to the 3.5.x LTS stream in the next year.
77
#####
88
component 'openssl' do |pkg, settings, platform|
9-
pkg.version '3.0.17'
10-
pkg.sha256sum 'dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce'
9+
pkg.version '3.0.18'
10+
pkg.sha256sum 'd80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b'
1111
pkg.url "https://github.com/openssl/openssl/releases/download/openssl-#{pkg.get_version}/openssl-#{pkg.get_version}.tar.gz"
1212
pkg.mirror "#{settings[:buildsources_url]}/openssl-#{pkg.get_version}.tar.gz"
1313

1414
#############################
1515
# ENVIRONMENT, FLAGS, TARGETS
1616
#############################
1717

18-
if platform.name =~ /^(el-|redhat-|redhatfips-|fedora-)/
18+
if platform.name =~ /^(amazon-|el-|redhat-|redhatfips-|fedora-)/
1919
pkg.build_requires 'perl-core'
2020
elsif platform.is_solaris?
2121
# perl is installed in platform definition

0 commit comments

Comments
 (0)