Date: Fri, 27 Aug 2021 11:02:54 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dc39650c19e1 - main - security/obfsclient: deprecate and set to expire by the end of the year Message-ID: <202108271102.17RB2s7B026309@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc39650c19e1b8284ddb34fed4cdf35b9efef413 commit dc39650c19e1b8284ddb34fed4cdf35b9efef413 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-08-27 11:02:16 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-08-27 11:02:20 +0000 security/obfsclient: deprecate and set to expire by the end of the year - It currently does not build and does not support modern OpenSSL API - None of the protocols it speaks are all that useful at the present time - All the newer protocols it could be using either have severe design- level issues, would require way too many external dependencies, or both - Upstream maintainer lacks motivation, spare cycles, or funding to work on this sort of thing these days --- security/obfsclient/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/obfsclient/Makefile b/security/obfsclient/Makefile index f57ab3bf1e0d..83170a32f0ea 100644 --- a/security/obfsclient/Makefile +++ b/security/obfsclient/Makefile @@ -13,6 +13,9 @@ LICENSE= BSD2CLAUSE MIT ISCL BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= https://github.com/Yawning/obfsclient/issues/37 +EXPIRATION_DATE= 2021-12-31 + LIB_DEPENDS= liballium-1.0.so:devel/liballium \ libevent.so:devel/libevent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108271102.17RB2s7B026309>