1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

net-p2p/btcheck: reinstate mbedTLS/PolarSSL support

This port is compatible with 3.x series, builds and
works just fine.

Fixes:	b4df55cb5e
This commit is contained in:
Alexey Dokuchaev
2026-05-18 09:09:18 +00:00
parent 0c85be933e
commit 9ed2e41e03
+6 -1
View File
@@ -20,7 +20,7 @@ PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS
OPTIONS_RADIO= SHA1
SHA1_DESC= Optimized SHA-1 calculation
OPTIONS_RADIO_SHA1= BEECRYPT GCRYPT GNUTLS NETTLE OPENSSL TOMCRYPT
OPTIONS_RADIO_SHA1= BEECRYPT GCRYPT GNUTLS MBEDTLS NETTLE OPENSSL TOMCRYPT
OPTIONS_DEFAULT= OPENSSL
BEECRYPT_DESC= Use SHA-1 implementation from BeeCrypt
@@ -38,6 +38,11 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_USES= localbase
GNUTLS_CONFIGURE_ON= --with-gnutls
MBEDTLS_DESC= Use SHA-1 implementation from mbedTLS/PolarSSL
MBEDTLS_LIB_DEPENDS= libmbedcrypto.so:security/mbedtls3
MBEDTLS_USES= localbase
MBEDTLS_CONFIGURE_ON= --with-polarssl
NETTLE_DESC= Use SHA-1 implementation from Nettle
NETTLE_LIB_DEPENDS= libnettle.so:security/nettle
NETTLE_USES= localbase