Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PUP-12048) Update openssl 3.0.14 for CVE-2024-4741, CVE-2024-4603, CVE-2024-2511 #865

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
amitkarsale marked this conversation as resolved.
Show resolved Hide resolved
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'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah nice!

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.

Loading