summaryrefslogtreecommitdiff
blob: 1227142d059debdeadcdd9f84dc5d61e321c0449 (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
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>hasufell@gentoo.org</email>
		<name>Julian Ospald</name>
	</maintainer>
	<maintainer type="person">
		<email>blueness@gentoo.org</email>
		<name>Anthony G. Basile</name>
	</maintainer>
	<natural-name>LibreSSL</natural-name>
	<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>
	<use>
		<flag name="asm">Enables assembly</flag>
	</use>
	<upstream>
		<changelog>http://www.libressl.org/releases.html</changelog>
		<bugs-to>mailto:libressl@openbsd.org</bugs-to>
		<bugs-to>https://github.com/libressl-portable/portable/issues</bugs-to>
		<remote-id type="github">libressl-portable/portable</remote-id>
	</upstream>
	<slots>
		<subslots>
			Reflect ABI of libcrypto.so and libssl.so only, NOT libtls.so.
		</subslots>
	</slots>
</pkgmetadata>