[30025] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix kdcpolicy build issues

daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Aug 29 16:40:12 2017

Date: Tue, 29 Aug 2017 16:40:07 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201708292040.v7TKe7xq005993@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/33d52a367f7ddaa843eec3a79f36adfbca6033a2
commit 33d52a367f7ddaa843eec3a79f36adfbca6033a2
Author: Greg Hudson <ghudson@mit.edu>
Date:   Mon Aug 28 12:20:36 2017 -0400

    Fix kdcpolicy build issues
    
    Fix mydir in plugins/kdcpolicy/test/Makefile.in so that the Makefile
    can be rebuilt correctly.  Also change the name of the shared object
    from "policy_test.so" to "kdcpolicy_test.so" for consistency.
    
    ticket: 8606

 src/plugins/kdcpolicy/test/Makefile.in            |    4 ++--
 src/plugins/kdcpolicy/test/kdcpolicy_test.exports |    1 +
 src/plugins/kdcpolicy/test/policy_test.exports    |    1 -
 src/tests/t_kdcpolicy.py                          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/plugins/kdcpolicy/test/Makefile.in b/src/plugins/kdcpolicy/test/Makefile.in
index b81f1a7..ea3484e 100644
--- a/src/plugins/kdcpolicy/test/Makefile.in
+++ b/src/plugins/kdcpolicy/test/Makefile.in
@@ -1,7 +1,7 @@
-mydir=plugins$(S)policy$(S)test
+mydir=plugins$(S)kdcpolicy$(S)test
 BUILDTOP=$(REL)..$(S)..$(S)..
 
-LIBBASE=policy_test
+LIBBASE=kdcpolicy_test
 LIBMAJOR=0
 LIBMINOR=0
 RELDIR=../plugins/kdcpolicy/test
diff --git a/src/plugins/kdcpolicy/test/policy_test.exports b/src/plugins/kdcpolicy/test/kdcpolicy_test.exports
similarity index 100%
rename from src/plugins/kdcpolicy/test/policy_test.exports
rename to src/plugins/kdcpolicy/test/kdcpolicy_test.exports
diff --git a/src/tests/t_kdcpolicy.py b/src/tests/t_kdcpolicy.py
index b5d3084..5b198bb 100644
--- a/src/tests/t_kdcpolicy.py
+++ b/src/tests/t_kdcpolicy.py
@@ -5,7 +5,7 @@ import re
 
 testpreauth = os.path.join(buildtop, 'plugins', 'preauth', 'test', 'test.so')
 testpolicy = os.path.join(buildtop, 'plugins', 'kdcpolicy', 'test',
-                          'policy_test.so')
+                          'kdcpolicy_test.so')
 krb5_conf = {'plugins': {'kdcpreauth': {'module': 'test:' + testpreauth},
                          'clpreauth': {'module': 'test:' + testpreauth},
                          'kdcpolicy': {'module': 'test:' + testpolicy}}}
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post