123456789101112131415161718192021222324 |
- name = 'OpenSSL'
- version = '1.1.1l'
- homepage = 'https://www.openssl.org/'
- description = """The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured,
- and Open Source toolchain implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
- protocols as well as a full-strength general purpose cryptography library. """
- toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
- toolchainopts = {'pic': True}
- source_urls = ['https://www.openssl.org/source/']
- sources = [SOURCELOWER_TAR_GZ]
- dependencies = [('zlib', '1.2.11')]
- builddependencies = [
- ('Perl', '5.32.1'),
- ('binutils', '2.37'),
- ]
- runtest = 'test'
- moduleclass = 'system'
|