File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11component '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 #############################
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
You can’t perform that action at this time.
0 commit comments