aboutsummaryrefslogtreecommitdiff
path: root/net/krb5/patches
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2014-07-18 01:14:24 -0400
committerSteven Barth <steven@midlink.org>2014-07-19 14:08:11 +0200
commit8c95cf3a126061b8df495efde56c43143e326c2a (patch)
treea24d9e27f3222851858bb5218a80d28e73c941f8 /net/krb5/patches
parenta7bb98aab98909216ffe10ea2d1188bd19fb28a5 (diff)
krb5: update source URL and add build fix patch
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'net/krb5/patches')
-rw-r--r--net/krb5/patches/001-fix-build.patch12
1 files changed, 12 insertions, 0 deletions
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();