From 255254eadc452f130b5ebe03ad5f7fae095c28e6 Mon Sep 17 00:00:00 2001 From: Anibal Monsalve Salazar Date: Tue, 26 Aug 2008 18:16:37 +1000 Subject: [PATCH] Imported Debian patch 1.1.3-2 --- debian/changelog | 11 +++++++++++ debian/nfs-common.manpages | 1 + .../04-eacces-is-a-permanent-error.patch | 12 ------------ debian/patches/09-492827-cache.c.patch | 17 +++++++++++++++++ debian/patches/10-493659-nfs.man.patch | 15 +++++++++++++++ debian/patches/series | 2 ++ 6 files changed, 46 insertions(+), 12 deletions(-) delete mode 100644 debian/patches/04-eacces-is-a-permanent-error.patch create mode 100644 debian/patches/09-492827-cache.c.patch create mode 100644 debian/patches/10-493659-nfs.man.patch diff --git a/debian/changelog b/debian/changelog index 3a85197..b1ce1c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +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 diff --git a/debian/nfs-common.manpages b/debian/nfs-common.manpages index 2fd641d..5f264ab 100644 --- a/debian/nfs-common.manpages +++ b/debian/nfs-common.manpages @@ -3,6 +3,7 @@ debian/tmp/usr/share/man/man5/nfs.5 debian/tmp/usr/share/man/man8/gssd.8 debian/tmp/usr/share/man/man8/idmapd.8 debian/tmp/usr/share/man/man8/statd.8 +debian/tmp/usr/share/man/man8/sm-notify.8 debian/tmp/usr/share/man/man8/nfsstat* debian/tmp/usr/share/man/man8/showmount* debian/tmp/usr/share/man/man8/idmapd* diff --git a/debian/patches/04-eacces-is-a-permanent-error.patch b/debian/patches/04-eacces-is-a-permanent-error.patch deleted file mode 100644 index fe5dae6..0000000 --- a/debian/patches/04-eacces-is-a-permanent-error.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: nfs-utils-1.1.2/utils/mount/stropts.c -=================================================================== ---- nfs-utils-1.1.2.orig/utils/mount/stropts.c -+++ nfs-utils-1.1.2/utils/mount/stropts.c -@@ -289,7 +289,6 @@ static int set_mandatory_options(const c - static int is_permanent_error(int error) - { - switch (error) { -- case EACCES: - case ESTALE: - case ETIMEDOUT: - case ECONNREFUSED: diff --git a/debian/patches/09-492827-cache.c.patch b/debian/patches/09-492827-cache.c.patch new file mode 100644 index 0000000..0d0086b --- /dev/null +++ b/debian/patches/09-492827-cache.c.patch @@ -0,0 +1,17 @@ +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