Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:13 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 798aeb0abd83 - main - net-mgmt/send: Mark DEPRECATED
Message-ID:  <202305031620.343GKDqq048695@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305031620.343GKDqq048695>