pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/nacl



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Aug  8 08:10:24 UTC 2018

Modified Files:
        pkgsrc/security/nacl: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/nacl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/nacl/Makefile
diff -u pkgsrc/security/nacl/Makefile:1.2 pkgsrc/security/nacl/Makefile:1.3
--- pkgsrc/security/nacl/Makefile:1.2   Sat Apr  8 18:36:51 2017
+++ pkgsrc/security/nacl/Makefile       Wed Aug  8 08:10:24 2018
@@ -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 @@ EXTRACT_SUFX=   .tar.bz2
 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