]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Build --with-libgssglue, which was the default prior to 1.2.8; this fixes a regressio...
authorSteve Langasek <steve.langasek@canonical.com>
Sat, 1 Jun 2013 00:43:11 +0000 (00:43 +0000)
committerSteve Langasek <steve.langasek@canonical.com>
Sat, 1 Jun 2013 00:43:11 +0000 (00:43 +0000)
debian/changelog
debian/rules

index 7cb13e82ef0a8a6b854c37f21e0f7b0de8ebe955..43d10ecd7ef2d016ca98b113fb9d1246cc1b646d 100644 (file)
@@ -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 <vorlon@debian.org>  Sat, 01 Jun 2013 00:40:52 +0000
 
index 69477afbb055d92476d545890f08f2a40adfea5f..88dc61de25f67f6244f20274161e7da9acf63cdd 100755 (executable)
@@ -27,6 +27,7 @@ build-stamp:
                --enable-nfsv41 \
                --enable-ipv6 \
                --enable-libmount-mount \
+               --with-libgssglue \
                --with-tcp-wrappers
        $(MAKE) $(MAKEFLAGS)
        touch build-stamp