Skip to content
Snippets Groups Projects
Commit d761f850d366 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'tnir-use-sha-256-checksum-for-cacert' into 'master'

Use official SHA-256 as checksum for cacerts instead of MD5

See merge request gitlab-org/omnibus-gitlab!6251
No related branches found
No related tags found
1 merge request!81Merged upstream 15.3.0+rc42.ce.0 into heptapod branch
......@@ -26,7 +26,8 @@
display_version version.tr('.', '')
version '2022.07.19' do
source md5: 'cba7b319792b372675225b57279be08e'
# sha256sum only for the latest PEM is available at https://curl.se/ca/cacert.pem.sha256
source sha256: '6ed95025fba2aef0ce7b647607225745624497f876d74ef6ec22b26e73e9de77'
end
# Source URL looks like https://curl.haxx.se/ca/cacert-2018-01-17.pem. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment