+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-1) unstable; urgency=low
* New upstream release. Patch status:
-- 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.
+++ /dev/null
-Index: nfs-utils-1.1.2/utils/mount/mount.c
-===================================================================
---- nfs-utils-1.1.2.orig/utils/mount/mount.c 2008-07-11 18:56:00.000000000 +0200
-+++ nfs-utils-1.1.2/utils/mount/mount.c 2008-07-11 18:56:06.000000000 +0200
-@@ -189,9 +189,6 @@
- }
- if (nfs_mount_data_version > NFS_MOUNT_VERSION)
- nfs_mount_data_version = NFS_MOUNT_VERSION;
-- else
-- if (kernel_version > MAKE_VERSION(2, 6, 22))
-- string++;
- }
-
- static void print_one(char *spec, char *node, char *type, char *opts)
+++ /dev/null
-Index: nfs-utils-1.1.2/utils/mount/mount.c
-===================================================================
---- nfs-utils-1.1.2.orig/utils/mount/mount.c 2008-07-11 18:59:58.000000000 +0200
-+++ nfs-utils-1.1.2/utils/mount/mount.c 2008-07-11 18:59:58.000000000 +0200
-@@ -381,10 +381,6 @@
- mount_error(NULL, mount_point, ENOTDIR);
- return 1;
- }
-- if (access(mount_point, X_OK) < 0) {
-- mount_error(NULL, mount_point, errno);
-- return 1;
-- }
-
- return 0;
- }
+++ /dev/null
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492827
-Patch by Neil Brown
-
-diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c
-index f555dcc..48d737b 100644
---- a/utils/mountd/cache.c
-+++ b/utils/mountd/cache.c
-@@ -158,7 +158,8 @@ void auth_unix_gid(FILE *f)
- qword_printint(f, ngroups);
- for (i=0; i<ngroups; i++)
- qword_printint(f, groups[i]);
-- }
-+ } else
-+ qword_printint(f, 0);
- qword_eol(f);
- if (groups != glist)
- free(groups);
version=3
-http://sf.net/nfs/ nfs-utils-([\.\d]+).tar.gz
+http://www.kernel.org/pub/linux/utils/nfs/nfs-utils-([\.\d]+).tar.gz