OpenSSL-1.1.1h-GCCcore-10.2.0.eb 789 B

12345678910111213141516171819202122232425
  1. name = 'OpenSSL'
  2. version = '1.1.1h'
  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': '10.2.0'}
  8. toolchainopts = {'pic': True}
  9. source_urls = ['https://www.openssl.org/source/']
  10. sources = [SOURCELOWER_TAR_GZ]
  11. checksums = ['5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9']
  12. dependencies = [('zlib', '1.2.11')]
  13. builddependencies = [
  14. ('Perl', '5.32.0'),
  15. ('binutils', '2.35'),
  16. ]
  17. runtest = 'test'
  18. moduleclass = 'system'