From de6d7719c89db451b2f12894dcb9798427c7a0a5 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Sun, 1 Jul 2018 14:59:35 -0500 Subject: [PATCH] Regenerate patches Change-Id: I3290cf8b2db31db17d559c8183ee7de79e20f444 --- .../0003-Catch-up-to-roken-s-rename-of-base64-symbols.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/0003-Catch-up-to-roken-s-rename-of-base64-symbols.patch b/debian/patches/0003-Catch-up-to-roken-s-rename-of-base64-symbols.patch index 08040d9f9..52b912d45 100644 --- a/debian/patches/0003-Catch-up-to-roken-s-rename-of-base64-symbols.patch +++ b/debian/patches/0003-Catch-up-to-roken-s-rename-of-base64-symbols.patch @@ -12,7 +12,7 @@ to link against a more modern libroken, and must use the new names. 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/userok.c b/src/auth/userok.c -index fdb3038..caa9ab6 100644 +index 8a7d4a4..b54d106 100644 --- a/src/auth/userok.c +++ b/src/auth/userok.c @@ -470,7 +470,7 @@ ParseLine(char *buffer, struct rx_identity *user) @@ -24,7 +24,7 @@ index fdb3038..caa9ab6 100644 if (len<0) { free(decodedName); return EINVAL; -@@ -568,7 +568,7 @@ afsconf_AddIdentity(struct afsconf_dir *adir, struct rx_identity *user) +@@ -571,7 +571,7 @@ afsconf_AddIdentity(struct afsconf_dir *adir, struct rx_identity *user) if (user->kind == RX_ID_KRB4) { fprintf(tf, "%s\n", user->displayName); } else { -- 2.39.5