From 3a2487d115ab8f77e64be7e45d0e9a2586d5e8bb Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: May 27 2005 01:37:18 +0000 Subject: Fixed subscripting problem in idmapd (bz 158188) --- diff --git a/nfs-utils.spec b/nfs-utils.spec index 2a2bea2..a2a2efb 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,7 +1,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 1.0.7 -Release: 7 +Release: 8 # group all 32bit related archs %define all_32bit_archs i386 i686 athlon @@ -41,6 +41,7 @@ Patch59: nfs-utils-1.0.6-statd-notify-hostname.patch Patch60: nfs-utils-1.0.7-rpcsecgss-debug.patch Patch61: nfs-utils-1.0.7-xlog-loginfo.patch Patch62: nfs-utils-1.0.7-svcgssd-bufover.patch +Patch63: nfs-utils-1.0.7-idmap-reopen.patch Patch100: nfs-utils-1.0.7-compile.patch Patch150: nfs-utils-1.0.6-pie.patch @@ -96,6 +97,7 @@ mv libevent-%{eventvers} support/event %patch60 -p1 -b .rpcsecgss %patch61 -p1 -b .xlog %patch62 -p1 -b .overflow +%patch63 -p1 -b .rename # Do the magic to get things to compile @@ -246,6 +248,9 @@ fi %config /etc/rc.d/init.d/nfslock %changelog +* Thu May 26 2005 Steve Dickson 1.0.7-8 +- Fixed subscripting problem in idmapd (bz 158188) + * Thu May 19 2005 Steve Dickson 1.0.7-7 - Fixed buffer overflow in rpc.svcgssd (bz 114288)