git: 69ef46ace5bd - main - security/nacl: Deprecate and set expiration date to 2021-12-31
Daniel Engberg
diizzy at FreeBSD.org
Wed Sep 29 07:43:00 UTC 2021
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69ef46ace5bddf813e9473551c24e14b38fc48f7
commit 69ef46ace5bddf813e9473551c24e14b38fc48f7
Author: Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2021-09-29 07:17:04 +0000
Commit: Daniel Engberg <diizzy at FreeBSD.org>
CommitDate: 2021-09-29 07:42:27 +0000
security/nacl: Deprecate and set expiration date to 2021-12-31
No new release for over 10 years and pretty much "any" user of NaCl have
migrated to security/libsodium or at least really should by now.
We have no users left in ports except for dns/djbdns which is "half" broken
and support isn't enabled by default.
PR: 256449
Approved by: port maintainer timeout (3 months), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32215
---
security/nacl/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/nacl/Makefile b/security/nacl/Makefile
index 69b4a410a70c..6dd790016b63 100644
--- a/security/nacl/Makefile
+++ b/security/nacl/Makefile
@@ -11,6 +11,9 @@ COMMENT= High speed cryptography library
LICENSE= PD
+DEPRECATED= Unmaintained by upstream, use libsodium instead
+EXPIRATION_DATE=2021-12-31
+
USES= tar:bzip2
USE_BINUTILS= yes
MAKE_JOBS_UNSAFE= yes
More information about the dev-commits-ports-all
mailing list