pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal security/heimdal: Prefix kerberos com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f38e07eb6894
branches:  trunk
changeset: 413316:f38e07eb6894
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Mar 18 13:18:57 2020 +0000

description:
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.)

diffstat:

 security/heimdal/Makefile   |  4 ++--
 security/heimdal/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 4a56e96b5e14 -r f38e07eb6894 security/heimdal/Makefile
--- a/security/heimdal/Makefile Wed Mar 18 12:50:56 2020 +0000
+++ b/security/heimdal/Makefile Wed Mar 18 13:18:57 2020 +0000
@@ -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/
 
diff -r 4a56e96b5e14 -r f38e07eb6894 security/heimdal/options.mk
--- a/security/heimdal/options.mk       Wed Mar 18 12:50:56 2020 +0000
+++ b/security/heimdal/options.mk       Wed Mar 18 13:18:57 2020 +0000
@@ -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