From 8c95cf3a126061b8df495efde56c43143e326c2a Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Fri, 18 Jul 2014 01:14:24 -0400 Subject: krb5: update source URL and add build fix patch Signed-off-by: W. Michael Petullo --- net/krb5/patches/001-fix-build.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/krb5/patches/001-fix-build.patch (limited to 'net/krb5/patches') diff --git a/net/krb5/patches/001-fix-build.patch b/net/krb5/patches/001-fix-build.patch new file mode 100644 index 000000000..94effed71 --- /dev/null +++ b/net/krb5/patches/001-fix-build.patch @@ -0,0 +1,12 @@ +diff -u --recursive krb5-1.12.1-vanilla/src/lib/krad/packet.c krb5-1.12.1/src/lib/krad/packet.c +--- krb5-1.12.1-vanilla/src/lib/krad/packet.c 2014-07-18 00:10:11.916603406 -0400 ++++ krb5-1.12.1/src/lib/krad/packet.c 2014-07-18 00:20:23.471574387 -0400 +@@ -253,7 +253,7 @@ + { + krb5_error_code retval; + krad_packet *pkt; +- uchar id; ++ uchar id = 0; + size_t attrset_len; + + pkt = packet_new(); -- cgit v1.2.3