rpms/nfs-utils/F-7 nfs-utils-1.0.12-mount-v4-errors.patch, 1.1, 1.2 nfs-utils.spec, 1.147, 1.148

Steve Dickson (steved) fedora-extras-commits at redhat.com
Thu May 24 12:34:23 UTC 2007


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10438

Modified Files:
	nfs-utils-1.0.12-mount-v4-errors.patch nfs-utils.spec 
Log Message:
Fixed typo in mount.nfs4 that causes a segfault during
error processing (bz 241190)


nfs-utils-1.0.12-mount-v4-errors.patch:

Index: nfs-utils-1.0.12-mount-v4-errors.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-7/nfs-utils-1.0.12-mount-v4-errors.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nfs-utils-1.0.12-mount-v4-errors.patch	9 May 2007 18:23:26 -0000	1.1
+++ nfs-utils-1.0.12-mount-v4-errors.patch	24 May 2007 12:33:48 -0000	1.2
@@ -42,7 +42,7 @@
  			fprintf(stderr, "%s: %s\n", progname, strerror(errno));
  	}
  }
-+static int chk_mountpoint(mount_point)
++static int chk_mountpoint(char *mount_point)
 +{
 +	struct stat sb;
 +


Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-7/nfs-utils.spec,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- nfs-utils.spec	22 May 2007 13:09:44 -0000	1.147
+++ nfs-utils.spec	24 May 2007 12:33:48 -0000	1.148
@@ -2,7 +2,7 @@
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.0.12
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -300,6 +300,10 @@
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Thu May 24 2007 Steve Dickson <steved at redhat.com> 1.0.10-6
+- Fixed typo in mount.nfs4 that causes a segfault during
+  error processing (bz 241190)
+
 * Tue May 22 2007 Steve Dickson <steved at redhat.com> 1.0.10-6
 - Make sure the condrestarts exit with a zero value (bz 240225)
 - Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)




More information about the fedora-extras-commits mailing list