summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2014-08-15 14:43:47 -0400
committerNalin Dahyabhai <nalin@redhat.com>2014-08-15 14:43:47 -0400
commitb3f78cf0dcfa8f8b5812e3bc5b1906bbe7805858 (patch)
tree2d8ffbbc94a90030a6f974d1785dbbd048a25a7d
parentd41320b7c10ec91d549593a7af5bf7221b37368c (diff)
downloadkrb5-b3f78cf0dcfa8f8b5812e3bc5b1906bbe7805858.tar.gz
krb5-b3f78cf0dcfa8f8b5812e3bc5b1906bbe7805858.tar.xz
krb5-b3f78cf0dcfa8f8b5812e3bc5b1906bbe7805858.zip
Update for 1.12.2
-rw-r--r--krb5-master-move-otp-sockets.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/krb5-master-move-otp-sockets.patch b/krb5-master-move-otp-sockets.patch
index 4f7bdac..350a818 100644
--- a/krb5-master-move-otp-sockets.patch
+++ b/krb5-master-move-otp-sockets.patch
@@ -1,4 +1,4 @@
-Adjusted to apply after the local doublelog patch.
+Adjusted to apply to 1.12.2.
commit 1e4bdcfed2c7bda94d5c135cc32a5993ca032501
Author: Nathaniel McCallum <npmccallum@redhat.com>
@@ -103,8 +103,9 @@ diff --git a/src/configure.in b/src/configure.in
index 2145d54..c2eaf78 100644
--- a/src/configure.in
+++ b/src/configure.in
-@@ -1,5 +1,11 @@
- K5_AC_INIT([aclocal.m4])
+@@ -9,6 +9,12 @@
+ fi
+ AC_SUBST(SYSCONFCONF)
+# If $runstatedir isn't set by autoconf (<2.70), set it manually.
+if test x"$runstatedir" == x; then
@@ -153,8 +154,8 @@ index e13042a..f83ff4e 100644
-e 's+@LOCALSTATEDIR+$(LOCALSTATEDIR)+' \
+ -e 's+@RUNSTATEDIR+$(RUNSTATEDIR)+' \
-e 's+@SYSCONFDIR+$(SYSCONFDIR)+' \
- -e 's+:/etc/krb5.conf:/etc/krb5.conf"+:/etc/krb5.conf"+' \
- -e 's+"/etc/krb5.conf:/etc/krb5.conf"+"/etc/krb5.conf"+' \
+ -e 's+@DYNOBJEXT+$(DYNOBJEXT)+' \
+ -e 's+@SYSCONFCONF+$(SYSCONFCONF)+'
diff --git a/src/include/osconf.hin b/src/include/osconf.hin
index 90ab86d..871503a 100644
--- a/src/include/osconf.hin