OpenSSL-1.1.1l-GCCcore-11.2.0.eb 708 B

123456789101112131415161718192021222324
  1. name = 'OpenSSL'
  2. version = '1.1.1l'
  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. dependencies = [('zlib', '1.2.11')]
  12. builddependencies = [
  13. ('Perl', '5.32.1'),
  14. ('binutils', '2.37'),
  15. ]
  16. runtest = 'test'
  17. moduleclass = 'system'