File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# need to move to the 3.5.x LTS stream in the next year.
77#####
88component 'openssl' do |pkg , settings , platform |
9- pkg . version '3.0.17 '
10- pkg . sha256sum 'dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce '
9+ pkg . version '3.0.18 '
10+ pkg . sha256sum 'd80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b '
1111 pkg . url "https://github.com/openssl/openssl/releases/download/openssl-#{ pkg . get_version } /openssl-#{ pkg . get_version } .tar.gz"
1212 pkg . mirror "#{ settings [ :buildsources_url ] } /openssl-#{ pkg . get_version } .tar.gz"
1313
1414 #############################
1515 # ENVIRONMENT, FLAGS, TARGETS
1616 #############################
1717
18- if platform . name =~ /^(el-|redhat-|redhatfips-|fedora-)/
18+ if platform . name =~ /^(amazon-| el-|redhat-|redhatfips-|fedora-)/
1919 pkg . build_requires 'perl-core'
2020 elsif platform . is_solaris?
2121 # perl is installed in platform definition
You can’t perform that action at this time.
0 commit comments