summaryrefslogtreecommitdiffstats
path: root/krb5-1.9-debuginfo.patch
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2017-01-20 22:37:32 +0000
committerRobbie Harwood <rharwood@redhat.com>2017-01-20 18:07:42 -0500
commit621f3cf2e61c8a32b1f23057e3cf24d99347defa (patch)
tree7696494e28c563901da97daa359ee42eb40ab415 /krb5-1.9-debuginfo.patch
parentbe80cb98618aa41d96ec79aec5b9f7a60c18c41e (diff)
downloadkrb5-621f3cf2e61c8a32b1f23057e3cf24d99347defa.tar.gz
krb5-621f3cf2e61c8a32b1f23057e3cf24d99347defa.tar.xz
krb5-621f3cf2e61c8a32b1f23057e3cf24d99347defa.zip
Add free hook to KDB; increments KDB version
Add KDB version flag. All patches are touched because git made the hash lengths in patches longer.
Diffstat (limited to 'krb5-1.9-debuginfo.patch')
-rw-r--r--krb5-1.9-debuginfo.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/krb5-1.9-debuginfo.patch b/krb5-1.9-debuginfo.patch
index a67ecd3..f748d3b 100644
--- a/krb5-1.9-debuginfo.patch
+++ b/krb5-1.9-debuginfo.patch
@@ -12,7 +12,7 @@ could mess up people working in the tree on other things.
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/kadmin/cli/Makefile.in b/src/kadmin/cli/Makefile.in
-index adfea6e..d1327e4 100644
+index adfea6e2b..d1327e400 100644
--- a/src/kadmin/cli/Makefile.in
+++ b/src/kadmin/cli/Makefile.in
@@ -37,3 +37,8 @@ clean-unix::
@@ -25,7 +25,7 @@ index adfea6e..d1327e4 100644
+ $(YACC.y) $<
+ $(CP) y.tab.c $@
diff --git a/src/plugins/kdb/ldap/ldap_util/Makefile.in b/src/plugins/kdb/ldap/ldap_util/Makefile.in
-index 8669c24..a22f23c 100644
+index 8669c2436..a22f23c02 100644
--- a/src/plugins/kdb/ldap/ldap_util/Makefile.in
+++ b/src/plugins/kdb/ldap/ldap_util/Makefile.in
@@ -20,7 +20,7 @@ $(PROG): $(OBJS) $(KADMSRV_DEPLIBS) $(KRB5_BASE_DEPLIB) $(GETDATE)