Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 07:43:00 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69ef46ace5bd - main - security/nacl: Deprecate and set expiration date to 2021-12-31
Message-ID:  <202109290743.18T7h01C021580@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69ef46ace5bddf813e9473551c24e14b38fc48f7

commit 69ef46ace5bddf813e9473551c24e14b38fc48f7
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-09-29 07:17:04 +0000
Commit:     Daniel Engberg <diizzy@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



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