X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=27271f4c1e47769cf4741907ac75499baf50542c;hb=11f7f19cb8456cc9a5e01d1791279307b57828d0;hp=1b7ab491639ff3e1fe9eac6608e38d34d00e33fd;hpb=f1a21c54149d24f8f8f875c2883af449d921c50b;p=nfs-utils.git diff --git a/debian/changelog b/debian/changelog index 1b7ab49..27271f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +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.