blob: 8e2fe86738129a491a692a9baa0486c9a2a4e846 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@liguros.net</email>
<name>Development</name>
</maintainer>
<maintainer type="project">
<email>libressl@gentoo.org</email>
</maintainer>
<longdescription lang="en">
LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in
2014, with goals of modernizing the codebase, improving security, and
applying best practice development processes.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:openbsd:libressl</remote-id>
<changelog>http://www.libressl.org/releases.html</changelog>
<bugs-to>https://github.com/libressl-portable/portable/issues</bugs-to>
</upstream>
<use>
<flag name="asm">Enables assembly</flag>
</use>
<origin>ports</origin>
<slots>
<subslots>Reflect ABI of libcrypto.so and libssl.so only, NOT libtls.so.</subslots>
</slots>
</pkgmetadata>
|