X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=fa6dd018ea8d86834279d15d7e36157d9ebfd7ce;hp=af0ab388745a7c7cacfa47d8470fff7312566544;hb=7df4be59851989329646fb6eefff8ae36721156e;hpb=a444076202333c68108c21c0d89e251c092ff957 diff --git a/debian/changelog b/debian/changelog index af0ab38..fa6dd01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,153 @@ +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 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 Fri, 06 Mar 2009 13:36:45 +1100 + +nfs-utils (1:1.1.4-1) unstable; urgency=low + + * New upstream release. Patch status: + * 01-sm-notify-in-sbin.patch: Refreshed. + * 03-handle-mtab-symlink.patch: Refreshed. + * 05-default-use-old-mount-interface.patch: Removed (see below). + * 07-remove-duplicate-exports-paragraphs.patch: No change. + * 09-492827-cache.c.patch: Integrated by upstream, removed. + * 10-493659-nfs.man.patch: No change. + * Do not sync() in sm-notify if there are no hosts to be notified. + (Closes: #502122) + * Removed 05-default-use-old-mount-interface.patch, ie. revert to the new + text-based mount interface, as this package is not intended for lenny. + Probably reopens several older bugs, but Closes: #480909, #492970. + * Fix abuses of $? in nfs-kernel-server.init (they were already OK in + nfs-common.init, for some reason). (Closes: #503643) + * In /etc/default/nfs-kernel-server.default, add --manage-gids to the default + set of mountd options. (Closes: #493059) + + -- Steinar H. Gunderson Fri, 07 Nov 2008 14:01:19 +0100 + +nfs-utils (1:1.1.3-2) unstable; urgency=low + + * Add 09-492827-cache.c.patch to fix mac os x 10.5 client hangs when server + started with --manage-gids; patch by Neil Brown; closes: #492827 + * Install sm-notify manpage; patch by J Bruce Fields ; + closes: #494154 + * Add 10-493659-nfs.man.patch to fix unicode characters in nfs(5) man page; + patch by nbreen@ofb.net (Nicholas Breen); closes: #493659 + + -- Anibal Monsalve Salazar Tue, 26 Aug 2008 18:16:37 +1000 + +nfs-utils (1:1.1.3-1) unstable; urgency=low + + * New upstream release + * The following patches were merged: + 02-fix-retry-option.patch + 04-eacces-is-a-permanent-error.patch + + -- Anibal Monsalve Salazar 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 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. + (Closes: #490181) + * Bump to Standards-Version 3.8.0.1. + * Added README.source with basic information on use of quilt. + * Added (adapted from the example in Policy) debian/rules code to + parse DEB_BUILD_OPTIONS and support noopt and parallel= targets. + (nostrip is already handled by debhelper.) + * Remove DEB_HOST_ARCH setting from debian/rules, as it was not used + anywhere. + * Refresh 04-eacces-is-a-permanent-error.patch to get rid of the offset. + + -- Steinar H. Gunderson Mon, 14 Jul 2008 11:20:59 +0200 + +nfs-utils (1:1.1.2-5) unstable; urgency=high + + * 05-default-use-old-mount-interface.patch: New patch, disables the + text-mounting interface by default. It seems to be a bit shaky still, + causes problems for several users (some of which are only fixable with a + kernel update). It will be turned back on again after lenny's release, but + for now we're reverting to the safe option. + (Closes: #473171, #478824, #475274, #478831) + * 06-dont-check-exec-bit.patch: New patch, removes check for executable bit + on mount points. (Closes: #478499) + * 07-remove-duplicate-exports-paragraphs.patch: New patch from Antonio + Ospite, removes some duplicate paragraphs in the exports man page. + (Closes: #488009) + * Add "no_subtree_check" option to packaged /etc/exports. (Closes: #485658) + + -- Steinar H. Gunderson Fri, 11 Jul 2008 18:45:45 +0200 + +nfs-utils (1:1.1.2-4) unstable; urgency=low + + * 04-eacces-is-a-permanent-error.patch: New patch mirroring upstream git; + makes the text-based mounting interface (used with kernel >= 2.6.23) + treat "access denied" as a permanent instead of a temporary error. + (Closes: #476128) + + -- Steinar H. Gunderson Wed, 07 May 2008 20:49:14 +0200 + +nfs-utils (1:1.1.2-3) unstable; urgency=low + + * 02-fix-retry-option.patch: New patch from upstream, fixes interpretation + of the retry= option. (Closes: #476094) + * 03-handle-mtab-symlink.patch: New patch from Joey Hess, makes mount.nfs + handle symlinked /etc/mtab the way umount.nfs and util-linux handle it. + (Closes: #476577) + * Fix "pakage" typo in debian/copyright. + + -- Steinar H. Gunderson Fri, 25 Apr 2008 18:26:12 +0200 + +nfs-utils (1:1.1.2-2) unstable; urgency=low + + * Remove ${misc:Depends} from binary variables -- it is not used, and not + generated by anything, so all it does is generate warnings during build. + * Remove 02-document-debian-init-scripts.patch; upstream has a patch + replacing it. + * Rename 03-sm-notify-in-sbin.patch to 01-sm-notify-in-sbin.patch. + + -- Steinar H. Gunderson Sun, 30 Mar 2008 01:35:44 +0100 + +nfs-utils (1:1.1.2-1) unstable; urgency=low + + * New upstream release + * Move homepage to control header + * Standards-Versio bumped to 3.7.3 + * Added dwbian/watch + * Binary pakckages depend on ${misc:Depends} + * Build-depends on libldap2-dev + - /usr/bin/ld couldn't find -lldap + * The following patches were merged: + - 05-ignore-quota-option.patch + - 06-gssd-manpage-typo.patch + - 07-amd64-logging-segfault.patch + - 08-clarify-unexport.patch + - 09-fix-nfsstat-option.patch + - 10-no-flush-blkid-cache.patch + - 11-honor-credential-cache-dir.patch + - 12-fix-nfsmount-segfault.patch + + -- Anibal Monsalve Salazar Wed, 26 Mar 2008 18:40:09 +1100 + nfs-utils (1:1.1.1-14) unstable; urgency=low * Another init dependency patch from Petter Reinholdtsen, this time for