From e9e64da841daf8d3a5f9a9df55d96ec80631fb07 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 1 Jun 2013 00:43:11 +0000 Subject: [PATCH] Build --with-libgssglue, which was the default prior to 1.2.8; this fixes a regression that makes rpc.gssd (and hence, all Kerberos-authenticated mounts) completely useless, because objects are being incorrectly passed between multiple gss implementations (by way of libtirpc). Closes: #707960. --- debian/changelog | 5 +++++ debian/rules | 1 + 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7cb13e8..43d10ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ nfs-utils (1:1.2.8-3) UNRELEASED; urgency=low * Add myself as comaintainer, per <518FCECE.7050106@debian.org>. + * Build --with-libgssglue, which was the default prior to 1.2.8; this + fixes a regression that makes rpc.gssd (and hence, all + Kerberos-authenticated mounts) completely useless, because objects are + being incorrectly passed between multiple gss implementations (by way of + libtirpc). Closes: #707960. -- Steve Langasek Sat, 01 Jun 2013 00:40:52 +0000 diff --git a/debian/rules b/debian/rules index 69477af..88dc61d 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ build-stamp: --enable-nfsv41 \ --enable-ipv6 \ --enable-libmount-mount \ + --with-libgssglue \ --with-tcp-wrappers $(MAKE) $(MAKEFLAGS) touch build-stamp -- 2.39.2