OpenSSL-1.1.1m-GCCcore-11.2.0.eb 790 B

12345678910111213141516171819202122232425
  1. name = 'OpenSSL'
  2. version = '1.1.1m'
  3. homepage = 'https://www.openssl.org/'
  4. description = """The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured,
  5. and Open Source toolchain implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
  6. protocols as well as a full-strength general purpose cryptography library. """
  7. toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
  8. toolchainopts = {'pic': True}
  9. source_urls = ['https://www.openssl.org/source/']
  10. sources = [SOURCELOWER_TAR_GZ]
  11. #checksums = ['892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5']
  12. dependencies = [('zlib', '1.2.11')]
  13. builddependencies = [
  14. ('Perl', '5.34.0'),
  15. ('binutils', '2.37'),
  16. ]
  17. runtest = 'test'
  18. moduleclass = 'system'