summaryrefslogtreecommitdiffstats
path: root/krb5-master-move-otp-sockets.patch
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2014-09-05 17:51:35 -0400
committerNalin Dahyabhai <nalin@redhat.com>2014-09-05 18:18:58 -0400
commit888bc144da94c9bf8d2c35ab38868e748c059de3 (patch)
tree75f2892ca8e4b049bbdce82ffd200cf66dea81bc /krb5-master-move-otp-sockets.patch
parentf69697ba82697909efed00f34c51901f881e1989 (diff)
downloadkrb5-888bc144da94c9bf8d2c35ab38868e748c059de3.tar.gz
krb5-888bc144da94c9bf8d2c35ab38868e748c059de3.tar.xz
krb5-888bc144da94c9bf8d2c35ab38868e748c059de3.zip
Add HTTPS patches from masterkrb5-1.12.2-6.fc21
Pull in a stack of patches to add support for accessing servers via HTTPS proxies, such as python-kdcproxy or the KDC Proxy Service on a properly-outfitted Windows box. Pull in the patch to move the logic out of libkrb5 proper and into a loadable plugin to avoid linking our local applications against our libkrb5 against libssl against the installed copy of libgssapi_krb5 and our local libkrb5support. Adjust a couple of other patches to apply correctly after them.
Diffstat (limited to 'krb5-master-move-otp-sockets.patch')
-rw-r--r--krb5-master-move-otp-sockets.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/krb5-master-move-otp-sockets.patch b/krb5-master-move-otp-sockets.patch
index 350a818..8d86930 100644
--- a/krb5-master-move-otp-sockets.patch
+++ b/krb5-master-move-otp-sockets.patch
@@ -93,7 +93,7 @@ index a8bc990..1725093 100644
+++ b/src/Makefile.in
@@ -64,6 +64,7 @@ INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROOT) $(KRB5OTHERMKDIRS) \
$(KRB5_AD_MODULE_DIR) \
- $(KRB5_LIBKRB5_MODULE_DIR) \
+ $(KRB5_LIBKRB5_MODULE_DIR) $(KRB5_TLS_MODULE_DIR) \
@localstatedir@ @localstatedir@/krb5kdc \
+ @runstatedir@ @runstatedir@/krb5kdc \
$(KRB5_INCSUBDIRS) $(datadir) $(EXAMPLEDIR) \