2026-02-02 13:32:35 +08:00
|
|
|
openssl:
|
|
|
|
|
type: library
|
|
|
|
|
artifact:
|
|
|
|
|
source:
|
|
|
|
|
type: ghrel
|
|
|
|
|
repo: openssl/openssl
|
2026-02-02 14:13:05 +08:00
|
|
|
match: openssl.+\.tar\.gz
|
2026-02-02 13:32:35 +08:00
|
|
|
prefer-stable: true
|
|
|
|
|
source-mirror:
|
|
|
|
|
type: filelist
|
|
|
|
|
url: 'https://www.openssl.org/source/'
|
|
|
|
|
regex: '/href="(?<file>openssl-(?<version>[^"]+)\.tar\.gz)"/'
|
|
|
|
|
binary: hosted
|
|
|
|
|
metadata:
|
2026-02-02 14:13:05 +08:00
|
|
|
license-files: [LICENSE.txt]
|
2026-02-02 13:32:35 +08:00
|
|
|
license: OpenSSL
|
2026-02-02 14:13:05 +08:00
|
|
|
depends:
|
|
|
|
|
- zlib
|
2026-03-21 18:43:05 +08:00
|
|
|
depends@windows:
|
|
|
|
|
- zlib
|
|
|
|
|
- jom
|
2026-02-02 14:13:05 +08:00
|
|
|
headers:
|
|
|
|
|
- openssl
|
|
|
|
|
static-libs@unix:
|
|
|
|
|
- libssl.a
|
|
|
|
|
- libcrypto.a
|
2026-03-20 21:47:27 +08:00
|
|
|
static-libs@windows:
|
|
|
|
|
- libssl.lib
|
|
|
|
|
- libcrypto.lib
|