pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/nacl According to <https://cr.yp.to/highspeed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7235e635e5d6
branches:  trunk
changeset: 311322:7235e635e5d6
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Aug 08 08:10:24 2018 +0000

description:
According to <https://cr.yp.to/highspeed/coolnacl-20120725.pdf>, "NaCl
is in the public domain". Set LICENSE accordingly.

diffstat:

 security/nacl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9d966aa9ffc0 -r 7235e635e5d6 security/nacl/Makefile
--- a/security/nacl/Makefile    Wed Aug 08 06:41:05 2018 +0000
+++ b/security/nacl/Makefile    Wed Aug 08 08:10:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/04/08 18:36:51 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2018/08/08 08:10:24 schmonz Exp $
 
 DISTNAME=      nacl-20110221
 CATEGORIES=    security
@@ -8,7 +8,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://nacl.cr.yp.to
 COMMENT=       Secure, usable, fast networking and cryptography library
-LICENSE=       djb-nonlicense
+LICENSE=       public-domain
 
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index