pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/heimdal



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Mar 18 13:18:57 UTC 2020

Modified Files:
        pkgsrc/security/heimdal: Makefile options.mk

Log Message:
security/heimdal: Prefix kerberos commands by default

It has long been an issue that heimdal installs "su" which shadows
system su and behaves differently.  Now, with openssl 1.1, many people
are getting heimdal installed that did not expect it or ask for it.

(Really, heimdal should be split into libraries and apps, so that
programs can have kerberos support without adding commands to the
user's namespace, but this is vastly easier.)

(In response to on-list complaints, and believing this will not be
contoversial.)


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/security/heimdal/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/heimdal/options.mk

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

Modified files:

Index: pkgsrc/security/heimdal/Makefile
diff -u pkgsrc/security/heimdal/Makefile:1.138 pkgsrc/security/heimdal/Makefile:1.139
--- pkgsrc/security/heimdal/Makefile:1.138      Thu Feb 20 21:01:09 2020
+++ pkgsrc/security/heimdal/Makefile    Wed Mar 18 13:18:57 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.138 2020/02/20 21:01:09 rillig Exp $
+# $NetBSD: Makefile,v 1.139 2020/03/18 13:18:57 gdt Exp $
 
 DISTNAME=      heimdal-1.5.3
-PKGREVISION=   22
+PKGREVISION=   23
 CATEGORIES=    security
 MASTER_SITES=  http://www.h5l.org/dist/src/
 

Index: pkgsrc/security/heimdal/options.mk
diff -u pkgsrc/security/heimdal/options.mk:1.3 pkgsrc/security/heimdal/options.mk:1.4
--- pkgsrc/security/heimdal/options.mk:1.3      Fri Jul  8 09:49:21 2011
+++ pkgsrc/security/heimdal/options.mk  Wed Mar 18 13:18:57 2020
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2011/07/08 09:49:21 adam Exp $
+# $NetBSD: options.mk,v 1.4 2020/03/18 13:18:57 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.heimdal
 PKG_SUPPORTED_OPTIONS= inet6 kerberos-prefix-cmds ldap
-PKG_SUGGESTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6 kerberos-prefix-cmds
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index