Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #865 from amitkarsale/PUP-12048
Browse files Browse the repository at this point in the history
(PUP-12048) Bump openssl version to 3.0.14
  • Loading branch information
joshcooper authored Jun 21, 2024
2 parents c1bc841 + d245869 commit a39b23b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 155 deletions.
10 changes: 2 additions & 8 deletions configs/components/openssl-3.0.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component 'openssl' do |pkg, settings, platform|
pkg.version '3.0.13'
pkg.sha256sum '88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313'
pkg.version '3.0.14'
pkg.sha256sum 'eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca'
pkg.url "https://openssl.org/source/openssl-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/openssl-#{pkg.get_version}.tar.gz"

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

# Remove this in 3.0.14 or later
pkg.apply_patch 'resources/patches/openssl/openssl-3.0.13-crypto-providers.patch'

target = platform.architecture == 'x64' ? 'mingw64' : 'mingw'
elsif platform.is_aix?
raise "openssl-3.0 is not supported on older AIX" if platform.name == 'aix-7.1-ppc'
Expand Down Expand Up @@ -85,9 +82,6 @@
end
end

# Remove this in 3.0.14 or later
pkg.apply_patch 'resources/patches/openssl/CVE-2024-2511.patch'

####################
# BUILD REQUIREMENTS
####################
Expand Down
83 changes: 0 additions & 83 deletions resources/patches/openssl/CVE-2024-2511.patch

This file was deleted.

64 changes: 0 additions & 64 deletions resources/patches/openssl/openssl-3.0.13-crypto-providers.patch

This file was deleted.

0 comments on commit a39b23b

Please sign in to comment.