- move (copy) krb5 (krb5 1.13.2) to krb5-113 (new, added) - update krb5 1.13.2 --> 1.14 - update CONFLICTS in krb5, krb5-112 and krb5-113. - update krb5-appl to allow optional dependency on krb5-113. - update security/Makefile with copied krb5-113. - deprecate and expire krb5-112 (krb5-1.12) on November 20, 2016, as it will EOL twelve months after the release of krb5-1.14.
18 lines
587 B
Text
18 lines
587 B
Text
--- clients/ksu/Makefile.in.orig 2014-01-15 16:44:15.000000000 -0800
|
|
+++ clients/ksu/Makefile.in 2014-05-05 20:51:51.925985974 -0700
|
|
@@ -1,6 +1,6 @@
|
|
mydir=clients$(S)ksu
|
|
BUILDTOP=$(REL)..$(S)..
|
|
-DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"'
|
|
+DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' -DDEBUG
|
|
|
|
KSU_LIBS=@KSU_LIBS@
|
|
|
|
@@ -30,6 +30,6 @@
|
|
|
|
install::
|
|
-for f in ksu; do \
|
|
- $(INSTALL_SETUID) $$f \
|
|
+ $(INSTALL_PROGRAM) $$f \
|
|
$(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \
|
|
done
|