File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
case version
7
7
when '7.88.1'
8
8
pkg . sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
9
- when '8.7 .1'
10
- pkg . sha256sum 'f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495 '
9
+ when '8.9 .1'
10
+ pkg . sha256sum '291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5 '
11
11
else
12
12
raise "curl version #{ version } has not been configured; Cannot continue."
13
13
end
Original file line number Diff line number Diff line change 1
1
component 'openssl' do |pkg , settings , platform |
2
- pkg . version '1.1.1v '
3
- pkg . sha256sum 'd6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0 '
2
+ pkg . version '1.1.1w '
3
+ pkg . sha256sum 'cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8 '
4
4
pkg . url "https://openssl.org/source/openssl-#{ pkg . get_version } .tar.gz"
5
5
pkg . mirror "#{ settings [ :buildsources_url ] } /openssl-#{ pkg . get_version } .tar.gz"
6
6
89
89
90
90
pkg . apply_patch 'resources/patches/openssl/CVE-2023-5678.patch'
91
91
pkg . apply_patch 'resources/patches/openssl/CVE-2024-0727.patch'
92
+ pkg . apply_patch 'resources/patches/openssl/CVE-2024-5535.patch'
92
93
pkg . apply_patch 'resources/patches/openssl/openssl-1.1.1-CVE-2024-2511.patch'
93
94
pkg . apply_patch 'resources/patches/openssl/openssl-1.1.1-CVE-2024-4741.patch'
94
95
Original file line number Diff line number Diff line change 14
14
proj . setting :augeas_version , '1.14.1'
15
15
end
16
16
17
- proj . setting :curl_version , '8.7 .1'
17
+ proj . setting :curl_version , '8.9 .1'
18
18
19
19
########
20
20
# Load shared agent settings
You can’t perform that action at this time.
0 commit comments