diff options
author | Sam James <sam@gentoo.org> | 2022-07-28 13:41:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-28 14:18:48 +0100 |
commit | 6974128ef81695fb406985bb58f7e212f53807d2 (patch) | |
tree | 726d7a61551843f4c07cf780790c3682dc616eda /dev-libs/openssl/metadata.xml | |
parent | dev-libs/libusbhp: update DESCRIPTION (diff) | |
download | gentoo-6974128ef81695fb406985bb58f7e212f53807d2.tar.gz gentoo-6974128ef81695fb406985bb58f7e212f53807d2.tar.bz2 gentoo-6974128ef81695fb406985bb58f7e212f53807d2.zip |
dev-libs/openssl: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/openssl/metadata.xml')
-rw-r--r-- | dev-libs/openssl/metadata.xml | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml index 7aeb3cfc9e34..bb40ddbf82df 100644 --- a/dev-libs/openssl/metadata.xml +++ b/dev-libs/openssl/metadata.xml @@ -1,30 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> -</maintainer> -<use> - <flag name="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag> - <flag name="bindist">Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI</flag> - <flag name="fips">Enable FIPS provider</flag> - <flag name="ktls">Enable support for Kernel implementation of TLS (kTLS)</flag> - <flag name="rfc3779">Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers)</flag> - <flag name="sslv2">Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https</flag> - <flag name="sslv3">Support for the old/insecure SSLv3 protocol -- note: not required for TLS/https</flag> - <flag name="tls-compression">Enable support for discouraged TLS compression</flag> - <flag name="tls-heartbeat">Enable the Heartbeat Extension in TLS and DTLS</flag> - <flag name="weak-ssl-ciphers">Build support for SSL/TLS ciphers that are considered "weak"</flag> -</use> -<upstream> - <remote-id type="cpe">cpe:/a:openssl:openssl</remote-id> -</upstream> -<slots> - <slot name="0">For building against. This is the only slot - that provides headers and command line tools.</slot> - <slot name="0.9.8">For binary compatibility, provides libcrypto.so.0.9.8 - and libssl.so.0.9.8 only.</slot> - <subslots>Reflect ABI of libcrypto.so and libssl.so.</subslots> -</slots> + <maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System</name> + </maintainer> + <use> + <flag name="asm">Support assembly hand optimized crypto functions (i.e. faster run time)</flag> + <flag name="bindist">Disable/Restrict EC algorithms (as they seem to be patented) -- note: changes the ABI</flag> + <flag name="fips">Enable FIPS provider</flag> + <flag name="ktls">Enable support for Kernel implementation of TLS (kTLS)</flag> + <flag name="rfc3779">Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers)</flag> + <flag name="sslv2">Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https</flag> + <flag name="sslv3">Support for the old/insecure SSLv3 protocol -- note: not required for TLS/https</flag> + <flag name="tls-compression">Enable support for discouraged TLS compression</flag> + <flag name="tls-heartbeat">Enable the Heartbeat Extension in TLS and DTLS</flag> + <flag name="weak-ssl-ciphers">Build support for SSL/TLS ciphers that are considered "weak"</flag> + </use> + <upstream> + <remote-id type="cpe">cpe:/a:openssl:openssl</remote-id> + <remote-id type="github">openssl/openssl</remote-id> + </upstream> + <slots> + <slot name="0">For building against. This is the only slot + that provides headers and command line tools.</slot> + <slot name="0.9.8">For binary compatibility, provides libcrypto.so.0.9.8 + and libssl.so.0.9.8 only.</slot> + <subslots>Reflect ABI of libcrypto.so and libssl.so.</subslots> + </slots> </pkgmetadata> |