git: 798aeb0abd83 - main - net-mgmt/send: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=798aeb0abd83286dc544c9601cdbbe553059331f commit 798aeb0abd83286dc544c9601cdbbe553059331f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 13:26:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:57 +0000 net-mgmt/send: Mark DEPRECATED - Implementation is based on - RFC3971 which has been updated by RFC6494, RFC6495, RFC6980 - Set EXPIRATION_DATE to 2023-06-02 - Mark BROKEN_SSL as it fails to build with OpenSSL 3.0.0 and later with error: unknown type name 'IPAddressRange' Approved by: portmgr (blanket) --- net-mgmt/send/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile index a1f81fc5b755..ef3e9932bde7 100644 --- a/net-mgmt/send/Makefile +++ b/net-mgmt/send/Makefile @@ -10,9 +10,14 @@ COMMENT= Secure Neighbor Discovery implementation for IPv6 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Implementation is based on older obsolete RFC +EXPIRATION_DATE= 2023-06-03 + LIB_DEPENDS= libdnet.so:net/libdnet USES= gmake ncurses readline ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= error: unknown type name 'IPAddressRange' USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd USE_RC_SUBR= sendd