pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mit-krb5



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Oct  8 19:52:36 UTC 2020

Modified Files:
        pkgsrc/security/mit-krb5: Makefile

Log Message:
mit-krb5: Add comment about missing LICENSE.

The license file is enormous.  While mostly BSDish, one license is
hard to safely read as Free.  I have asked upstream to clarify the
language.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/security/mit-krb5/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/mit-krb5/Makefile
diff -u pkgsrc/security/mit-krb5/Makefile:1.109 pkgsrc/security/mit-krb5/Makefile:1.110
--- pkgsrc/security/mit-krb5/Makefile:1.109     Wed Oct  7 22:40:56 2020
+++ pkgsrc/security/mit-krb5/Makefile   Thu Oct  8 19:52:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2020/10/07 22:40:56 gdt Exp $
+# $NetBSD: Makefile,v 1.110 2020/10/08 19:52:36 gdt Exp $
 
 BRANCHNAME=    1.18
 DISTNAME=      krb5-${BRANCHNAME}.2
@@ -11,6 +11,14 @@ MAINTAINER=  tez%NetBSD.org@localhost
 HOMEPAGE=      https://web.mit.edu/kerberos/
 COMMENT=       MIT Kerberos 5 authentication system
 
+# There is a file NOTICE in the sources, which is enormous.  Most
+# licenses appear to be some flavor of X11, 3-clause BSD, 4-clause
+# BSD.
+# 20201007: gdt emailed upstream asking for clarification on the AES
+# license, which is not entirely clearly Free, by the text.
+#LICENSE=
+
+# \todo Debug and/or report upstream.
 MAKE_JOBS_SAFE=        no
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src



Home | Main Index | Thread Index | Old Index