tags 657027 + pending thanks [Replace XX with correct value] Dear maintainer,
I've prepared an NMU for krb5 (versioned as 1.10+dfsg~beta1-2.1) and uploaded it to DELAYED/8. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru krb5-1.10+dfsg~beta1/debian/changelog krb5-1.10+dfsg~beta1/debian/changelog --- krb5-1.10+dfsg~beta1/debian/changelog 2012-01-13 23:39:44.000000000 +0100 +++ krb5-1.10+dfsg~beta1/debian/changelog 2012-04-26 00:53:17.000000000 +0200 @@ -1,3 +1,10 @@ +krb5 (1.10+dfsg~beta1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply patch from Svante Signell to fix FTBFS on hurd-i386, Closes: #657027. + + -- Samuel Thibault <sthiba...@debian.org> Thu, 26 Apr 2012 00:52:37 +0200 + krb5 (1.10+dfsg~beta1-2) unstable; urgency=low * Oops, actually fix build flags, Closes: #655248 diff -Nru krb5-1.10+dfsg~beta1/debian/patches/0004-Debian-HURD-compatibility.patch krb5-1.10+dfsg~beta1/debian/patches/0004-Debian-HURD-compatibility.patch --- krb5-1.10+dfsg~beta1/debian/patches/0004-Debian-HURD-compatibility.patch 2012-01-13 23:39:44.000000000 +0100 +++ krb5-1.10+dfsg~beta1/debian/patches/0004-Debian-HURD-compatibility.patch 2012-04-26 00:53:31.000000000 +0200 @@ -113,3 +113,15 @@ int main(argc, argv) int argc; +--- a/src/lib/gssapi/spnego/spnego_mech.c.orig 2012-04-26 00:51:36.000000000 +0200 ++++ b/src/lib/gssapi/spnego/spnego_mech.c 2012-04-26 00:52:11.000000000 +0200 +@@ -69,6 +69,9 @@ + #include "gssapiP_spnego.h" + #include <gssapi_err_generic.h> + ++#ifndef MAXHOSTNAMELEN ++#define MAXHOSTNAMELEN 64 ++#endif + + #undef g_token_size + #undef g_verify_token_header