git: 82ccbf061bac - main - security/openvpn-mbedtls: update DEPRECATION reason
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 16:00:55 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=82ccbf061baccb55bbf5847e7e10d107c9061f1c commit 82ccbf061baccb55bbf5847e7e10d107c9061f1c Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-03-18 15:56:43 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-03-18 16:00:22 +0000 security/openvpn-mbedtls: update DEPRECATION reason mbedTLS has grown a "minimum viable" TLS v1.3 client-side implementation, but it still seems diligent to only offer the primary crypto platform, OpenSSL. --- security/openvpn-mbedtls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/openvpn-mbedtls/Makefile b/security/openvpn-mbedtls/Makefile index 261a5fb120a9..2914263db048 100644 --- a/security/openvpn-mbedtls/Makefile +++ b/security/openvpn-mbedtls/Makefile @@ -4,7 +4,7 @@ PKGNAMESUFFIX= -mbedtls COMMENT= Secure IP/Ethernet tunnel daemon, mbedTLS-based build -DEPRECATED= mbedTLS lacks TLSv1.3 and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT +DEPRECATED= mbedTLS only has a minimum viable TLSv1.3 implementation, and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT EXPIRATION_DATE= 2022-03-31 CONFLICTS_INSTALL= openvpn openvpn-beta openvpn-devel