]> err.no Git - util-linux/commitdiff
v2.12r-8
authorLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:07:30 +0000 (17:07 -0600)
committerLaMont Jones <lamont@mix.mmjgroup.com>
Sun, 8 Jul 2007 23:07:30 +0000 (17:07 -0600)
debian/changelog
debian/control
debian/patches/00list
debian/patches/30nfs4.dpatch

index 6e1e68562d59b9431e805d09798b9b22a0726042..32a2f8b045629e7d6e2751a85c25da9ac173b3c6 100644 (file)
@@ -1,3 +1,13 @@
+util-linux (2.12r-8) unstable; urgency=high
+
+  * Drop NFS v4 patch, since it breaks mounting things exported by
+    nfs-user-server.  It will be happily reapplied once someone fixes
+    the patch.  Closes: #354075.  Reopens: #302420, #239031
+    - fix compiler warnings in said patch.
+    - Apply nfs4mount.c fix to (dropped) nfsv4 patch.  Closes: #354193
+
+ -- LaMont Jones <lamont@debian.org>  Fri, 24 Feb 2006 10:57:29 -0700
+
 util-linux (2.12r-7) unstable; urgency=low
 
   * Add nfsv4 patch.  Closes: #302420, #239031
index a875f538a73460e5a81f5b2d620d16922af3b3b5..5cc53ea209b560592873e01fed98b846fac3744b 100644 (file)
@@ -3,7 +3,7 @@ Section: base
 Priority: required
 Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4-1), gettext, zlib1g-dev, libblkid-dev, uuid-dev, dpatch
 Maintainer: LaMont Jones <lamont@debian.org>
-Standards-Version: 3.5.6.0
+Standards-Version: 3.6.2.0
 
 Package: util-linux
 Architecture: any
index 790b9f04017e9bcc1c2868dcb26d779e7eb4f45a..7d9ff22581c077045111f1b8dba06266136e967b 100644 (file)
@@ -10,7 +10,7 @@
 10sparcumount
 10warnings
 20guesshelper
-30nfs4
+#30nfs4
 #20xgethostname
 #50hurd
 60_opt_O1
index 13071429aa1ee3284f9c608d343cb081412977ef..ff1dc86e1cda3c2060e4e5fa2a0f35d2ba71c8fd 100755 (executable)
@@ -243,7 +243,7 @@ diff -urNad --exclude=CVS --exclude=.svn ./mount/nfs4mount.c /tmp/dpep-work.TJbh
 +#endif
 +
 +extern int clnt_ping(struct sockaddr_in *, const u_long, const u_long, const u_int);
-+extern void rpc_strerror();
++extern void rpc_strerror(void);
 +
 +struct {
 +      char    *flavour;
@@ -1053,7 +1053,7 @@ diff -urNad --exclude=CVS --exclude=.svn ./mount/nfsmount.c /tmp/dpep-work.TJbhs
 +int clnt_ping(struct sockaddr_in *, const u_long, const u_long, const u_int);
 +
 +/* Convert RPC errors into strings */
-+void rpc_strerror()
++void rpc_strerror(void)
 +{
 +      int cf_stat = rpc_createerr.cf_stat; 
 +      int cf_errno = rpc_createerr.cf_error.re_errno;