X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=805dfbebcf3483c853f9a6e530ebd68d311b4e8b;hp=0749e70d0b360f41a415cf8955d63b6c6cd2e6a4;hb=HEAD;hpb=fb9a269a1da825d06363b04f74fd9b70b8ca3eb4 diff --git a/debian/changelog b/debian/changelog index 0749e70..805dfbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,223 @@ +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 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 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 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 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 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 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 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 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 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 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 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 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 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 Sat, 26 May 2012 07:45:41 +0200 + nfs-utils (1:1.2.6-1) unstable; urgency=low * New upstream version