Skip to content

Commit d245869

Browse files
committed
(PUP-12048) Bump openssl version to 3.0.14
1 parent a49f32a commit d245869

File tree

3 files changed

+2
-155
lines changed

3 files changed

+2
-155
lines changed

configs/components/openssl-3.0.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
component 'openssl' do |pkg, settings, platform|
2-
pkg.version '3.0.13'
3-
pkg.sha256sum '88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313'
2+
pkg.version '3.0.14'
3+
pkg.sha256sum 'eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca'
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

@@ -27,9 +27,6 @@
2727
pkg.environment 'CYGWIN', settings[:cygwin]
2828
pkg.environment 'MAKE', platform[:make]
2929

30-
# Remove this in 3.0.14 or later
31-
pkg.apply_patch 'resources/patches/openssl/openssl-3.0.13-crypto-providers.patch'
32-
3330
target = platform.architecture == 'x64' ? 'mingw64' : 'mingw'
3431
elsif platform.is_aix?
3532
raise "openssl-3.0 is not supported on older AIX" if platform.name == 'aix-7.1-ppc'
@@ -85,9 +82,6 @@
8582
end
8683
end
8784

88-
# Remove this in 3.0.14 or later
89-
pkg.apply_patch 'resources/patches/openssl/CVE-2024-2511.patch'
90-
9185
####################
9286
# BUILD REQUIREMENTS
9387
####################

resources/patches/openssl/CVE-2024-2511.patch

Lines changed: 0 additions & 83 deletions
This file was deleted.

resources/patches/openssl/openssl-3.0.13-crypto-providers.patch

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)