diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-10 00:04:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-10 00:04:19 +0300 |
commit | 67699aec80b613ef3aaeac108408c7585b8099f6 (patch) | |
tree | aed8056d8163f7b3494c202013cb6512f1793855 /dev-libs/libressl/metadata.xml | |
parent | 6f262a88ce266ee1b3856df39fdbe31ca2edfc3a (diff) |
libressl-scm
Diffstat (limited to 'dev-libs/libressl/metadata.xml')
-rw-r--r-- | dev-libs/libressl/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-libs/libressl/metadata.xml b/dev-libs/libressl/metadata.xml new file mode 100644 index 0000000..a7201a6 --- /dev/null +++ b/dev-libs/libressl/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <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> + <use> + <flag name="asm">Enables assembly</flag> + </use> + <upstream> + <changelog>http://www.libressl.org/releases.html</changelog> + <bugs-to> + https://github.com/libressl-portable/portable/issues + </bugs-to> + <remote-id type="github">libressl-portable/portable</remote-id> + </upstream> + <slots> + <slot name="0"> + Pin source packages to SLOT 0, as binary compatibility slots are expected to come and go. + </slot> + <subslots> + Reflect ABI of libcrypto.so and libssl.so only, NOT libtls.so. + </subslots> + </slots> +</pkgmetadata> |