pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal heimdal: fix su -> ksu name change wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46aa61292f25
branches:  trunk
changeset: 768430:46aa61292f25
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 22 07:31:54 2021 +0000

description:
heimdal: fix su -> ksu name change with kerberos-prefix-cmds option

Bump PKGREVISION, since it's on by default.

diffstat:

 security/heimdal/Makefile   |   3 ++-
 security/heimdal/options.mk |  12 ++++--------
 2 files changed, 6 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 3339cb6d9254 -r 46aa61292f25 security/heimdal/Makefile
--- a/security/heimdal/Makefile Thu Oct 21 22:30:30 2021 +0000
+++ b/security/heimdal/Makefile Fri Oct 22 07:31:54 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.149 2021/10/21 09:02:25 wiz Exp $
+# $NetBSD: Makefile,v 1.150 2021/10/22 07:31:54 wiz Exp $
 
 DISTNAME=      heimdal-7.7.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=heimdal/}
 GITHUB_RELEASE=        ${DISTNAME}
diff -r 3339cb6d9254 -r 46aa61292f25 security/heimdal/options.mk
--- a/security/heimdal/options.mk       Thu Oct 21 22:30:30 2021 +0000
+++ b/security/heimdal/options.mk       Fri Oct 22 07:31:54 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2021/10/21 07:46:02 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2021/10/22 07:31:54 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.heimdal
 PKG_SUPPORTED_OPTIONS= inet6 kerberos-prefix-cmds ldap
@@ -38,14 +38,10 @@
 ###
 .if !empty(PKG_OPTIONS:Mkerberos-prefix-cmds)
 KRB5_PREFIX=           k
-HEIMDAL_TRANSFORM=     s/^ftp/${KRB5_PREFIX}&/;                        \
-                       s/^login/${KRB5_PREFIX}&/;                      \
-                       s/^${KRB5_PREFIX}login.access/login.access/;    \
-                       s/^su/${KRB5_PREFIX}&/;                         \
-                       .else
+HEIMDAL_TRANSFORM=     s/^su/${KRB5_PREFIX}&/;
+CONFIGURE_ARGS+=       --program-transform-name=${HEIMDAL_TRANSFORM:Q}
+.else
 KRB5_PREFIX=           # empty
-HEIMDAL_TRANSFORM=     s/^ftp/k&/
 .endif
 
 PLIST_SUBST+=          KRB5_PREFIX=${KRB5_PREFIX:Q}
-CONFIGURE_ARGS+=       --program-transform-name=${HEIMDAL_TRANSFORM:Q}



Home | Main Index | Thread Index | Old Index