git: dc39650c19e1 - main - security/obfsclient: deprecate and set to expire by the end of the year
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Aug 27 11:02:55 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dc39650c19e1b8284ddb34fed4cdf35b9efef413
commit dc39650c19e1b8284ddb34fed4cdf35b9efef413
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-08-27 11:02:16 +0000
Commit: Alexey Dokuchaev <danfe at 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
More information about the dev-commits-ports-all
mailing list