]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/changelog
Merge branch 'sid'
[nfs-utils.git] / debian / changelog
index 66472bb52e2101c497ab79a11f2904a34d1f7ca9..805dfbebcf3483c853f9a6e530ebd68d311b4e8b 100644 (file)
@@ -1,3 +1,568 @@
+nfs-utils (1:1.2.8-10) UNRELEASED; urgency=medium
+
+  [ Ben Hutchings ]
+  * Update debian/watch
+
+  [ Salvatore Bonaccorso ]
+  * Fix typo in comment for installed idmapd.conf.
+    Thanks to Ferenc Wágner (Closes: #841387)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 23 Mar 2015 16:33:59 +0000
+
+nfs-utils (1:1.2.8-9.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Really add keyutils as a dependency of nfs-common. (Closes: #830777)
+    - changelog entry included but actual change missed when partially
+      merging the ubuntu delta in previous NMU.
+  * Add debian/patches/unbreak-blkmapd-rpc_pipefs-run.patch (Closes: #828826)
+    - patch from Christoph Hellwig to unbreak blkmapd after move of
+      rpc_pipefs to /run.
+  * Add debian/patches/unbreak-gssd-rpc_pipefs-run.patch (Closes: #632141)
+    - similarly to blkmapd also unbreak gssd. Thanks to Christoph Hellwig
+      for pointing this out.
+
+ -- Andreas Henriksson <andreas@fatal.se>  Thu, 11 Aug 2016 18:50:24 +0200
+
+nfs-utils (1:1.2.8-9.1) unstable; urgency=medium
+
+  Partial sync from ubuntu, included changes:
+
+  [ Martin Pitt ]
+  * Add 00git-start-statd-systemd.patch: Latest start-statd script from
+    1.3.2 to start rpc-statd.service under systemd.
+  * Add 23-systemd-pipefs_in_run.patch: systemd: Mount rpc_pipefs in /run instead of
+    /var/lib/nfs/, like in the upstart units.
+  * Add 24-systemd-daemon-paths.patch: Adjust program paths in systemd units.
+  * debian/nfs-kernel-server.links: Add nfs-kernel-server.service alias
+    symlink, to match SysV init script.
+  * Add 25-systemd-server-before-client.patch: Order NFS server before client,
+    to make mounting NFS shares from localhost work reliably.
+  * Add debian/nfs-utils_env.sh: Translate our /etc/default files into runtime
+    configuration for nfs-config.service.
+  * debian/nfs-{common,kernel-server}.install: Install systemd units.
+  * debian/rules: Enable/start systemd units. (LP: #1312976)
+
+  * Add autopkgtest for installing server and client on localhost, setting up
+    two exports, rebooting, and ensuring that the NFS mounts work.
+  * Add 23-systemd-relax-dependencies.patch: Stop depending on basic.target in
+    the daemons which still do; i. e. add DefaultDependencies=no. This makes
+    it possible to run NFS during early boot, helps if you e. g. have /var
+    on NFS, and avoids dependency cycles with rcS init.d scripts which depend
+    on $remote_fs. (LP: #1428487)
+  * Shift number prefixes of other systemd patches accordingly, and adjust
+    them to the above patch.
+
+  * 27-systemd-enable-with-systemctl-statd.patch: let the admin
+    enable/disable statd via systemd tools. (LP: #1428486)
+  * debian/rules: don't start statd by default (or it will trigger upstart
+    and systemd statd unit startup).
+  * debian/control, debian/*install: move nfs-utils.service to nfs-common
+    package. (LP: #1436304)
+
+  [ Steve Langasek ]
+  * Add a dependency on keyutils to nfs-common, so that idmapping will work
+    under systemd.  LP: #1449074.
+
+  Followup changes to complement merge from ubuntu:
+
+  [ Andreas Henriksson ]
+  * Restore anything related to nfs-common.init and nfs-common.default
+  * debian/nfs-common.links: Mask nfs-common init script with a symlink
+    to /dev/null to avoid using it under systemd.
+  * Explicitly set executable permissions on nfs-utils_env.sh helper
+    instead of relying on debian/nfs-utils_env.sh having correct
+    permissions in source directory.
+
+  All of the above Closes: #796637
+
+  Additional changes while at it:
+
+  [ Andreas Henriksson ]
+  * Make nfs-kernel-server depend on netbase since it needs /etc/services
+    for nfs-server to start (which is required for successful pkg install).
+    - Avoids "...unable to resolve ANYADDR:nfs to inet address: ..."
+
+  [ Martin Pitt ]
+  * Drop obsolete versioned initscripts dependency. (Closes: #804990)
+
+ -- Andreas Henriksson <andreas@fatal.se>  Tue, 28 Jun 2016 02:05:16 +0200
+>>>>>>> sid
+
+nfs-utils (1:1.2.8-9) unstable; urgency=medium
+
+  * debian/patches/22-mountd-fix-segfault-in-add_name-with-newer-gcc-
+    compi.patch: cherry-pick fix from upstream for a segfault in 
+    add_name with newer gcc compilers.  Closes: #757835, LP: #1355829.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 12 Aug 2014 17:12:38 -0700
+
+nfs-utils (1:1.2.8-8) unstable; urgency=medium
+
+  * Upload to unstable where this belongs.
+  * libtirpc versioning against 0.2.4, not 0.2.4-2.
+  * Drop versioned dependency on rpcbind; nothing in the rpcbind relationship
+    requires this.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 11 Aug 2014 00:20:32 -0700
+
+nfs-utils (1:1.2.8-7) experimental; urgency=medium
+
+  * Get rid of libgssglue1.
+    Don't pass "--with-gssglue" to ./configure.
+    Build-depend on libtirpc-dev (>= 0.2.4-2~).
+    Depend on libtirpc1 (>= 0.2.4-2~).
+    Depend on rpcbind (>= 0.2.1-5~).
+  * Remove debian/source/options.
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 02 Aug 2014 12:25:47 +0100
+
+nfs-utils (1:1.2.8-6) unstable; urgency=medium
+
+  * Fix the sec=krb5* handling in debian/nfs-common.init to properly match
+    all cases.  Closes: #715478.
+  * Move the rpc.svcgssd(8) symlink to nfs-common along with the rest of it,
+    and add the Replaces: on old versions of nfs-kernel-server to support
+    upgrades properly.  Closes: #731479.
+  * Only start nfs-common in runlevel S; it doesn't need to be started
+    more than once (and startpar won't actually run it more than once,
+    anyway).  Closes: #510528.
+  * Fix obsolete invocations of update-rc.d by switching nfs-common to use
+    dh_installinit.  Closes: #736059.
+  * Tweak nfs-common preinst to not remove nfs state files except on package
+    removal (i.e., these should not be removed when the package is
+    deconfigured temporarily).
+  * debian/nfs-kernel-server.init: don't try to check for nfsv3 configuration
+    in nfsd and pass --no-nfs-version 3 to mountd if absent; the check is
+    buggy and impossible to make reliable, and there's no reason to single
+    out NFSv3 here (and the original rationale for this behavior is lost).
+    Closes LP: #897644, LP: #1284210.
+  * Provide quoted entries by default in debian/nfs-kernel-server.default,
+    consistent with other default files, so that users who edit the file to
+    add multiple options don't accidentally cause shell syntax bugs.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 24 Feb 2014 18:11:17 +0000
+
+nfs-utils (1:1.2.8-5) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * Remove Luk Claes from uploaders (Closes: #723602)
+
+  [ Steve Langasek ]
+  * Migrate the rpc_pipefs mount out of /var/lib to /run, to better
+    support /var on NFS.
+  * Don't start the nfs-common init script from the nfs-kernel-server
+    maintainer script, this is entirely redundant.
+  * debian/patches/21-no-more-var-run.patch: PID files should be in
+    /run, not /var/run.
+    Closes LP: #1157171.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 13 Jan 2014 22:07:53 +0000
+
+nfs-utils (1:1.2.8-4) unstable; urgency=low
+
+  * The configure option name is --with-gssglue, not --with-libgssglue.
+    Fix this, so that rpc.gssd really works.  Really closes: #707960.
+
+ -- Steve Langasek <vorlon@debian.org>  Sat, 01 Jun 2013 10:29:32 -0700
+
+nfs-utils (1:1.2.8-3) unstable; 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>  Fri, 31 May 2013 17:59:53 -0700
+
+nfs-utils (1:1.2.8-2) unstable; urgency=medium
+
+  * Fix reportbug scripts to use rpcinfo in /usr/sbin.
+  * Add id_resolver.conf to fix nfsidmap invocation
+    (Closes: #708156, #638157, #707960).
+  * Remove autogenerated roff as nfsdcltrack.man is meant to be used
+    as the actual source according to author (Closes: #707908).
+
+ -- Luk Claes <luk@debian.org>  Mon, 13 May 2013 19:46:42 +0200
+
+nfs-utils (1:1.2.8-1) unstable; urgency=low
+
+  * New upstream version (Closes: #707258).
+    - Only amend extra-options on a successful vers=4 mount
+      (Closes: #690181).
+    - Use default domain (Closes: #657188).
+    - Fix is-subdirectory to understand '/' (Closes: #685306).
+    - Drop 18-osd_login-sbindir: incorporated upstream.
+    - Avoid DNS reverse lookups on server names (Closes: #707401).
+    - auth_unix_ip should downcall on error (Closes: #682709).
+    - Refresh 11-532048-reduce-verbosity.
+  * Use rpcbind's rpcinfo everywhere (Closes: #707589).
+  * Add nfsdcltrack to nfs-kernel-server.
+  * Add libsqlite3-dev build dependency for nfsdcltrack.
+  * Do not try to install dropped ChangeLog.
+  * Adjust version of replaces due to manpage move.
+
+ -- Luk Claes <luk@zomers.be>  Fri, 10 May 2013 14:27:47 +0200
+
+nfs-utils (1:1.2.6-3) unstable; urgency=low
+
+  * Iterate through exports.d to look for expors (Closes: #676604).
+
+ -- Luk Claes <luk@zomers.be>  Tue, 10 Jul 2012 19:38:22 +0200
+
+nfs-utils (1:1.2.6-2) unstable; urgency=low
+
+  * Move open-iscsi and watchdog to Suggests.
+
+ -- Luk Claes <luk@debian.org>  Sat, 26 May 2012 07:45:41 +0200
+
+nfs-utils (1:1.2.6-1) unstable; urgency=low
+
+  * New upstream version
+    - Remove 18-dont-use-PAGE_SIZE.patch: merged upstream.
+    - Update other patches.
+    - Install osd_login (part of the autologin feature).
+      - Add open-iscsi and watchdog to Recommends.
+  * Check for blank exports file (Closes: #673798).
+  * Add 18-osd_login-sbindir.patch to avoid FTBFS
+  * Add 19-iscsiadm-path.patch so osd_login works
+
+ -- Luk Claes <luk@debian.org>  Fri, 25 May 2012 20:41:58 +0200
+
+nfs-utils (1:1.2.5-4) unstable; urgency=low
+
+  * Add libmount-dev to Build-Depends and explicitly enable it.
+  * Move rpc.svcgssd to nfs-common (Closes: #651558).
+  * Also change owning group for /var/lib/nfs (Closes: #651634).
+
+ -- Luk Claes <luk@debian.org>  Sun, 22 Jan 2012 15:46:25 +0100
+
+nfs-utils (1:1.2.5-3) unstable; urgency=low
+
+  [ Roger Leigh ]
+  * /run transition: nfs-common migrates
+    /lib/init/rw/sendsigs.omit.d/statd to /run/sendsigs.omit.d on upgrade,
+    and uses /run/sendsigs.omit.d.  Depend on initscripts
+    (>= 2.88dsf-13.3) to guarantee the existence of
+    /run/sendsigs.omit.d (Closes: #633034).
+
+  [ Luk Claes ]
+  * Version libgssglue-dev build dependency (Closes: #651354).
+
+  [ Luca Capello ]
+  * debian/control:
+    + add mount.nfs to the long Description: (Closes: #644358).
+
+ -- Luk Claes <luk@debian.org>  Fri, 09 Dec 2011 11:55:31 +0100
+
+nfs-utils (1:1.2.5-2) unstable; urgency=low
+
+  * debian/patches/18-dont-use-PAGE_SIZE.patch
+
+ -- Luk Claes <luk@debian.org>  Sun, 02 Oct 2011 22:21:10 +0200
+
+nfs-utils (1:1.2.5-1) unstable; urgency=low
+
+  * New upstream version
+    - deleted: 13-preserve-explicit-port-2049.patch
+    - deleted: 17-Fix-statd.8-manpage-syntax-visible.patch
+    - deleted: 18-Fix-nfsiostat.8-manpage-syntax-missing-.I.patch
+    - deleted: 19-exports.man-Fix-comment-syntax.patch
+    - deleted: 20-nfs.man-Fix-fstab-example.patch
+    - deleted: 22-start-statd-Use-bash.patch
+    - deleted: 23-nfs.man-escape-nroff-for-proper-rendering.patch
+      (Closes: #636278).
+    - support less components in version number (Closes: #632457).
+    - idmapd: correctly convert ocal encoded fields (Closes: #640105).
+    - svcgssd: use correct defaults in call to gss_set_allowable_enctypes
+      (Closes: #637660).
+    - rpc.statd: Bind downcall socket to loopback address (Closes: #457095). 
+  * Add version to build-dep on libnfsidmap-dev (Closes: #639691).
+  * debian/idmapd.conf: Comment Domain (Closes: #638607).
+  * debian/patches/17-multiarch-kerberos-paths.patch (Closes: #642797).
+  * Add build dependency on libdevmapper-dev for blkmapd.
+  * Use dh_autoreconf to make sure original files are restored.
+  * Install blkmapd and its manpage.
+
+ -- Luk Claes <luk@debian.org>  Sun, 02 Oct 2011 18:29:53 +0200
+
+nfs-utils (1:1.2.4-2) UNRELEASED; urgency=low
+
+  [ Luk Claes ]
+  * nfs-kernel-server-default: Add comment about how to disable NFSv4
+
+  [ Ben Hutchings ]
+  * nfs.man: escape ' nroff for proper rendering, thanks to Simon Paillard
+    (Closes: #636278)
+
+ -- Luk Claes <luk@debian.org>  Sat, 06 Aug 2011 07:38:48 +0200
+
+nfs-utils (1:1.2.4-1) unstable; urgency=low
+
+  * New upstream version
+    - Fix host_reliable_addrinfo (Closes: #633155)
+    - Allow multiple RPC listeners to share listener port number
+    (Closes: #619877)
+    - Add --enable-libmount-mount (Closes: #626478)
+    - 12-svcgssd-document-n-option.patch applied upstream
+    - Refresh 19-exports.man-Fix-comment-syntax.patch
+    - 21-anticipate-RLIMIT_FSIZE.patch applied upstream
+    - Add nfsidmap binary and manpage
+    - Use autoreconf to avoid build failure
+
+ -- Luk Claes <luk@debian.org>  Sat, 09 Jul 2011 16:28:32 +0200
+
+nfs-utils (1:1.2.3-3) unstable; urgency=medium
+
+  [ Luk Claes ]
+  * Remove build dependency on librpcsecgss-dev as it's superseded by
+    libtirpc-dev
+  * Remove very old versioned dependencies on netbase and libblkid1
+  * Exclude state files from dh_md5sum
+  * Use rpcinfo instead of /dev/tcp redirection
+  * Fix CVE-2011-1749: Anticipate RLIMIT_FSIZE (Closes: #629420)
+  * start-statd: Use bash (Closes: #621027)
+  * Add build-arch and build-indep makefile targets to debian/rules
+  * Add override for setuid mount.nfs
+
+  [ Ben Hutchings ]
+  * statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard
+    (Closes: #624261)
+  * exports.man: Fix syntax errors
+  * nfs.man: Fix syntax errors and improve tabulation
+
+ -- Luk Claes <luk@debian.org>  Sat, 18 Jun 2011 10:53:51 +0200
+
+nfs-utils (1:1.2.3-2) unstable; urgency=low
+
+  * Depend on rpcbind unconditionally, as libtirpc does not support the
+    old portmapper protocol (Closes: #619877)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 08 Apr 2011 13:40:02 +0100
+
+nfs-utils (1:1.2.3-1) unstable; urgency=low
+
+  * New upstream release
+    - 7-remove-duplicate-exports-paragraphs : removed
+    - 12-svcgssd-document-n-option: updated
+    - 14-allow-address-without-name : removed
+    - 15-mountd-fix-path-comparison-for-v4-crossmnt : removed
+    - 16-mount.nfs.man-nfs.man-update-distinction-between-fstypes:
+      part about nfs.man removed and 
+      renamed to 16-mount.nfs.man-update-distinction-between-fstypes
+    - mountd: fix --manage-gids hang due to int/uint bug (0f05c8a)
+      (Closes: #528939,585085)
+    - mount.nfs: Don't do anything fancy if this is a remount (f11547f)
+      (Closes: #612933)
+    - mount: Mount should retry unreachable hosts (5a355f4)
+      (Closes: #560388)
+    - Try to use kernel function to determine supported Kerberos 
+      enctypes (258f10f) (Closes: #474037)
+    - nfs-common: Add Recommends python for mountstats and nfsiostat
+  * Make sure everything is shipped (inspired by #594933) 
+  * nfs-common.init: Enable idmapd by default (Closes: #610363)
+  * Install bug scripts to ease debuging
+  * Build depend on libtirpc-dev and enable IPv6 (Closes: #441361)
+
+ -- Luk Claes <luk@debian.org>  Sun, 27 Mar 2011 18:54:45 +0200
+
+nfs-utils (1:1.2.2-5) unstable; urgency=low
+
+  [ Ben Hutchings ]
+  * mount.nfs.man, nfs.man: Update distinction between fstypes
+    (Closes: #575503)
+  * nfs-kernel-server.init: Require any installed name server ($named) to
+    start before nfs-kernel-server (Closes: #598493)
+
+  [ Luk Claes ]
+  * nfs-common.init, nfs-kernel-server.init: Add warning when portmap is
+    not running (Closes: #612002,#561718,#562737)
+  * nfs-common.init: Add --pidfile for statd (Closes: #521084)
+  * nfs-common.init: Add statd to sendsigs.omit.d (Closes: #524610)
+  * nfs-common.default, nfs-kernel-server.default: Remove spurious question
+    mark in wiki url (Closes: #593511)
+
+ -- Luk Claes <luk@debian.org>  Wed, 16 Mar 2011 23:10:15 +0100
+
+nfs-utils (1:1.2.2-4) unstable; urgency=low
+
+  * mountd: fix path comparison for v4 crossmnt (Closes: #578317)
+  * nfs-common.init: Ignore empty and commented-out fstab lines, thanks
+    to Cristian Ionescu-Idbohrn (Closes: #587329)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Fri, 27 Aug 2010 00:11:44 +0100
+
+nfs-utils (1:1.2.2-3) unstable; urgency=low
+
+  * mount.nfs: Preserve explicit port=2049 option (Closes: #582003)
+  * rpc.statd: Allow monitoring of addresses without names (Closes: #579397)
+  * Add control fields pointing to the new git repository
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 08 Aug 2010 23:43:42 +0100
+
+nfs-utils (1:1.2.2-2) unstable; urgency=low
+
+  [ Vagrant Cascadian ]
+  * Ensure files under /var/lib/nfs/ are owned by statd user. 
+    Closes: #574510 
+
+  [ Anibal Monsalve Salazar ]
+  * Fix out-of-date-standards-version
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 13 Jul 2010 15:20:17 +1000
+nfs-utils (1:1.2.2-1) unstable; urgency=low
+
+  [ Anibal Monsalve Salazar ]
+  * New upstream release 
+    Build depend on libcap-dev
+    Set configure option --enable-nfsv41
+  * X-ref nfsd({7,8})
+    02-524255-manpages.patch by Cyril Brulebois
+    Closes: 524255
+
+  [ Ben Hutchings ]
+  * Change maintainer to Debian kernel team; move Aníbal to uploaders and
+    add myself to uploaders
+  * Check for nfsd in /proc/filesystems rather than looking for signs of it in
+    /proc/kallsyms (Closes: #563104, #572736)
+  * Document the -n option to svcgssd, thanks to Alberto Gonzalez Iniesta
+    (Closes: #451402, #550270)
+  * Replace upstream reference in package descriptions with Homepage fields,
+    and do not refer to the obsolete CVS repository
+  * Update policy version to 3.8.4; no changes required
+  * Override lintian error 'init.d-script-missing-dependency-on-remote_fs';
+    the init script does work without /usr mounted
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 06 Apr 2010 16:11:22 +1000
+
+nfs-utils (1:1.2.1-3) unstable; urgency=low
+
+  * Change the reading of /proc/kallsyms
+    Closes: 561674, 554508
+  * nfs-kernel-server depends on nfs-common (= ${binary:Version})
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Thu, 14 Jan 2010 16:15:44 +1100
+
+nfs-utils (1:1.2.1-2) unstable; urgency=low
+
+  * Go back to read /proc/kallsyms
+    Closes: 561674, 562581
+  * Fix debhelper-but-no-misc-depends
+  * Fix out-of-date-standards-version
+  * Fix copyright-refers-to-symlink-license
+  * Fix maintainer-script-without-set-e
+  * DH compatibility level is 7
+  * Fix dh-clean-k-is-deprecated
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Wed, 13 Jan 2010 10:39:08 +1100
+
+nfs-utils (1:1.2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable tirpc (Closes: #562729, #562757, #562910)
+ -- Alexander Wirt <formorer@debian.org>  Wed, 06 Jan 2010 20:26:54 +0100
+
+nfs-utils (1:1.2.1-1) unstable; urgency=low
+
+  * New upstream release 
+  * Update debian/watch
+  * Debian source format is 3.0 (quilt)
+    Don't build depend on quilt
+  * Remove 10-493659-nfs.man.patch (merged)
+  * Build depend on libtirpc-dev
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Fri, 18 Dec 2009 13:17:42 +1100
+
+nfs-utils (1:1.2.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix test for NFS kernel server support in init script; closes: #550153
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Dec 2009 22:14:01 +0000
+
+nfs-utils (1:1.2.0-4) unstable; urgency=low
+
+  * Removing myself from uploaders.
+
+ -- Daniel Baumann <daniel@debian.org>  Wed, 02 Sep 2009 07:07:03 +0200
+
+nfs-utils (1:1.2.0-3) unstable; urgency=low
+
+  * Remove myself from Uploaders.
+  * Remove --enable-secure-statd from configure line; it does no longer
+    exist as a configure option.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Sun, 09 Aug 2009 12:47:00 +0200
+
+nfs-utils (1:1.2.0-2) unstable; urgency=low
+
+  * Merge from Ubuntu
+  * Rename 101-reduce-verbosity.diff to 11-532048-reduce-verbosity.patch
+  * Fix syslog verbosity with expired kerberos creds; closes: #532048
+    11-532048-reduce-verbosity.patch
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 09 Jun 2009 10:50:33 +1000
+
+nfs-utils (1:1.2.0-1ubuntu1) karmic; urgency=low
+
+  * Merge from Debian unstable, remaining changes:
+    - 101-reduce-verbosity.diff:  Reduce verbosity
+  * Dropped changes:
+    - Adjust initscripts version dependency; the Debian package now depends
+      on a newer version anyway
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 06 Jun 2009 01:19:54 +0000
+
+nfs-utils (1:1.2.0-1) unstable; urgency=low
+
+  * New upstream release
+    - Update Sun Microsystems RPC licenses
+  * Update debian/copyright
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Thu, 04 Jun 2009 20:01:43 +1000
+
+nfs-utils (1:1.1.6-1) unstable; urgency=low
+
+  * New upstream release. Patch status:
+    * 01-sm-notify-in-sbin.patch: Refreshed.
+    * 03-handle-mtab-symlink.patch: No change.
+    * 07-remove-duplicate-exports-paragraphs.patch: No change.
+    * 10-493659-nfs.man.patch: Refreshed.
+
+ -- Steinar H. Gunderson <sesse@debian.org>  Mon, 20 Apr 2009 21:10:47 +0200
+
+nfs-utils (1:1.1.5-2) unstable; urgency=low
+
+  * Standards version is 3.8.1
+  * Set -x in nfs-{common,server}.{pre,post}rm scripts
+  * Add copyright notices
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 04 Apr 2009 15:29:57 +1100
+
+nfs-utils (1:1.1.5-1) experimental; urgency=low
+
+  * New upstream release 
+  * Update debian/watch
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Fri, 06 Mar 2009 13:36:45 +1100
+
+nfs-utils (1:1.1.4-1ubuntu1) jaunty; urgency=low
+
+  * Merge from debian unstable, remaining changes:
+    - Adjust initscripts version dependancy.
+    - 101-reduce-verbosity.diff:  Reduce verbosity
+  * Drop 100-gssd-use-kernel-supported-enctypes.diff on advice from
+    upstream.  "This patch isn't needed.  There is still no code in the kernel to
+    return the enctype information and, as it turns out, the way we're
+    going to get this information from the kernel has changed.  (Which is
+    why this has never gone upstream.)"
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Thu, 04 Dec 2008 14:37:39 -0800
+
 nfs-utils (1:1.1.4-1) unstable; urgency=low
 
   * New upstream release. Patch status:
@@ -39,6 +604,17 @@ nfs-utils (1:1.1.3-1) unstable; urgency=low
 
  -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 29 Jul 2008 18:08:42 +1000
 
+nfs-utils (1:1.1.2-6lenny1) testing-proposed-updates; urgency=high
+
+  * Fix CVE-2008-4552
+    nfs-utils 1.1.2, and possibly other versions before 1.1.3, invokes the
+    host_ctl function with the wrong order of arguments, which causes TCP
+    Wrappers to ignore netgroups and allows remote attackers to bypass
+    intended access restrictions.
+    Closes: #502680
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  Sun, 19 Oct 2008 13:37:33 +1100
+
 nfs-utils (1:1.1.2-6) unstable; urgency=high
 
   * Load nfsd.ko before starting idmapd, to hopefully fix NFSv4 export issues.
@@ -71,6 +647,24 @@ nfs-utils (1:1.1.2-5) unstable; urgency=high
 
  -- Steinar H. Gunderson <sesse@debian.org>  Fri, 11 Jul 2008 18:45:45 +0200
 
+nfs-utils (1:1.1.2-4ubuntu2) jaunty; urgency=low
+
+  * Add patch to reduce verbosity (LP: #293705)
+
+ -- Andrew Pollock <apollock@google.com>  Tue, 04 Nov 2008 09:38:48 -0800
+
+nfs-utils (1:1.1.2-4ubuntu1) intrepid; urgency=low
+
+  * Merge from debian unstable, remaining changes:
+    - Update maintainer to Ubuntu
+    - Adjust initscripts version dependancy.
+    - 100-gssd-use-kernel-supported-enctypes.diff:
+      Allow to use encryption types that the kernel supports, not just 
+      des-cbc-crc. This patch was dropped by mistake when merging. Start the
+      numbering from 100 to more easily distinguish which patches are ours.
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Thu, 19 Jun 2008 20:05:51 -0700
+
 nfs-utils (1:1.1.2-4) unstable; urgency=low
 
   * 04-eacces-is-a-permanent-error.patch: New patch mirroring upstream git;
@@ -91,6 +685,33 @@ nfs-utils (1:1.1.2-3) unstable; urgency=low
 
  -- Steinar H. Gunderson <sesse@debian.org>  Fri, 25 Apr 2008 18:26:12 +0200
 
+nfs-utils (1:1.1.2-2ubuntu2.1) hardy-proposed; urgency=low
+
+  * 101-mount-EACCES-is-forever.diff:
+    Patch from upstream to recognize "permission denied" as a permanent
+    error, instead of retrying the mount until the connection timeout is
+    reached.  LP: #214041.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 07 May 2008 17:56:04 +0000
+
+nfs-utils (1:1.1.2-2ubuntu2) hardy; urgency=low
+
+  * 100-gssd-use-kernel-supported-enctypes.diff:
+    Allow to use encryption types that the kernel supports, not just 
+    des-cbc-crc. This patch was dropped by mistake when merging. Start the
+    numbering from 100 to more easily distinguish which patches are ours.
+
+ -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 02 Apr 2008 23:10:01 +0300
+
+nfs-utils (1:1.1.2-2ubuntu1) hardy; urgency=low
+
+  * New upstream version (LP: #131789, #208021)
+  * Merge from Debian unstable, remaining changes:
+    - Change the Maintainer address.
+    - Adjust initscripts version dependancy.
+
+ -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 01 Apr 2008 18:02:05 +0300
+
 nfs-utils (1:1.1.2-2) unstable; urgency=low
 
   * Remove ${misc:Depends} from binary variables -- it is not used, and not
@@ -905,7 +1526,6 @@ 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