]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/changelog
Imported Debian patch 1.0.11~git-20060105-2
[nfs-utils.git] / debian / changelog
index 7542774c771641157f4893f9a18357d39e9e0b4e..fe5799ddd829768fa4d58bb67f5e97c96600fb0b 100644 (file)
@@ -1,3 +1,138 @@
+nfs-utils (1:1.0.11~git-20060105-2) experimental; urgency=low
+
+  * 08-dont-build-getkversion.patch: We missed tools/Makefile.in on last
+    refresh, so it ended up in the .diff.gz. Fix.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Fri,  5 Jan 2007 13:38:07 +0100
+
+nfs-utils (1:1.0.11~git-20060105-1) experimental; urgency=low
+
+  * New upstream release.
+    * Removes nhfsstone. (Closes: #398058)
+    * Document the procedure used for taking the git snapshot in
+      debian/copyright.
+  * Update patches for new upstream release:
+    * 03-minor-manpage-fixes.patch: Now in upstream, removed.
+    * 04-document-sensitive-uids.patch: Now in upstream, removed.
+    * 05-refuse-non-ident-maptypes.patch: Hunk offset, refreshed.
+    * 06-fix-no-tcp-short-option.patch: Now in upstream, removed.
+    * 08-dont-build-getkversion.patch: Replace all hunks related to
+      autogenerated files, rerun autogen.sh after applying the other two, and
+      refresh the patch.
+    * 10-ccachedir-off-by-one.patch: Hunk offset, refreshed.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Fri,  5 Jan 2007 00:36:57 +0100
+
+nfs-utils (1:1.0.10-6~quilt.7) experimental; urgency=low
+
+  * 10-ccachedir-off-by-one.patch: Fixes an off-by-one in the parsing of the
+    -d option to rpc.gssd; patch from Liam Bedford, extracted from the Ubuntu
+    BTS.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu,  4 Jan 2007 20:40:49 +0100
+
+nfs-utils (1:1.0.10-6~quilt.6) experimental; urgency=low
+
+  * Make build depend on "patch build-stamp", not "build-stamp patch", which
+    would build without _any_ patches -- ouch.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu,  4 Jan 2007 15:56:42 +0100
+
+nfs-utils (1:1.0.10-6~quilt.5) experimental; urgency=low
+
+  * Make quilt build-dependency versioned to (>= 0.40), as per lintian
+    recommendation. 
+  * Change a hyphen (-) to a minus (\-) in 07-exports-default-options.patch.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu,  4 Jan 2007 15:04:05 +0100
+
+nfs-utils (1:1.0.10-6~quilt.4) experimental; urgency=low
+
+  * 09-manpage-paths-fixup.patch: Fix up the paths to rpc.lockd and showmount
+    in the man pages; replaces the Perl one-liner we used to have in
+    debian/rules.
+    * Remove build-dependency on perl.
+  * Use $(CURDIR) instead of $(shell pwd) in debian/rules.
+  * Let build instead of build-stamp depend on patch; this makes sure we won't
+    be running configure and make every single time (since make sees that
+    "patch" does not exist, and thus thinks it needs to remake build-stamp).
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu,  4 Jan 2007 14:16:47 +0100
+
+nfs-utils (1:1.0.10-6~quilt.3) experimental; urgency=low
+
+  * Remove obsolete DEB_* variables from debian/rules.
+  * Refresh 08-dont-build-getkversion.patch for consistency.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu,  4 Jan 2007 03:23:45 +0100
+
+nfs-utils (1:1.0.10-6~quilt.2) experimental; urgency=low
+
+  * 08-dont-build-getkversion.patch: Don't build getkversion, since it fails
+    when trying to build against newer kernel headers; it's not really used in
+    the package anyhow. Adapted from an Ubuntu patch by Tollef Fog Heen.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Tue,  2 Jan 2007 14:47:36 +0100
+
+nfs-utils (1:1.0.10-6~quilt.1) experimental; urgency=low
+
+  * 07-exports-default-options.patch: Support default options in exports(5),
+    like "/srv/www -rw,sync host1 host2 host3(ro)" (syntax borrowed from
+    OpenBSD). Also updates the exports(5) man page to explain the new syntax.
+    (Closes: #273188)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Tue, 26 Dec 2006 23:43:51 +0100
+
+nfs-utils (1:1.0.10-6~quilt.0) experimental; urgency=low
+
+  * Switch to quilt for patch management.
+    * Build-depend on quilt.
+    * Include /usr/share/quilt/quilt.make in debian/rules.
+    * Make the build target depend on "patch", and the clean target depend on
+      "unpatch".
+    * Replace debian/bzero.patch with debian/patches/01-bzero.patch (which
+      fixes the same issue but matches what we sent upstream), included
+      unconditionally. Also remove the debian/rules snippet to patch it.
+    * Split monolithic .diff.gz into diffs in debian/patches:
+      * 02-document-debian-init-scripts.patch: Make exports(5) man page
+        document that "/etc/init.d/nfs-kernel-server reload" works on Debian
+        and derivative distributions.
+      * 03-minor-manpage-fixes.patch: Misc. manpage fixes already sent
+        upstream, mostly with regard to - vs. \-. Will be included in 1.0.11.
+      * 04-document-sensitive-uids.patch: Document sensitive non-root uids and
+        gids. Will be included in 1.0.11.
+      * 05-refuse-non-ident-maptypes.patch: Give an error on non-ident map
+        types such as map_daemon. Pending inclusion upstream.
+      * 06-fix-no-tcp-short-option.patch: Fix the short option (-n) for
+        --no-tcp. Will be included in 1.0.11.
+  * Remove utils/rquotad/rquota.h and utils/rquotad/rquota_xdr.c on
+    debian/rules clean, to make sure they don't appear in the diff.
+  * Remove the nhfsstone package, as it is not fit for main; once upstream
+    removes it too (will happen in 1.0.11), this will fix #398058.
+    * Remove debian/nhfsstone.*.
+    * Remove nhfsstone section from debian/control.
+  * Remove the debhelper template copyright, as newer dh_make gives a
+    copyright exception.
+  * Change "#!/usr/bin/make -f" in debian/rules to "#! /usr/bin/make -f", for
+    good measure.
+  * Make indentation in debian/rules consistent. 
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Tue, 26 Dec 2006 21:03:50 +0100
+
+nfs-utils (1:1.0.10-5) unstable; urgency=medium
+
+  * The NFS kernel server does not support uid mappings, activated with flags
+    such as "map_daemon" in exports. There is already code that parses these
+    flags, and gives an error at mount time if an unsupported flag (ie. any
+    but the default) is given. However, at some point the kernel changed the
+    export interface, and the new code forgot to include the relevant check.
+    Thus, simply copy the check from the old to the new code, which makes
+    sure mountd behaves the same in this aspect regardless of kernel version,
+    and makes sure the admin does not inadvertedly use map_daemon and expect
+    it to work. (Closes: #403232)
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Thu, 21 Dec 2006 12:13:10 +0100
+
 nfs-utils (1:1.0.10-4) unstable; urgency=low
 
   * README.Debian.nfsv4 updates.
@@ -193,6 +328,7 @@ nfs-utils (1:1.0.9-1) unstable; urgency=high
 
  -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 08 Jul 2006 14:26:40 +1000
 
+
 nfs-utils (1:1.0.8+1.0.9pre1-4) unstable; urgency=low
 
   * Back out having separate mount.nfs; this is in line with upstream, who