Mailinglist Archive: opensuse-commit (705 mails)

< Previous Next >
commit nfs-utils
  • From: root@xxxxxxx (h_root)
  • Date: Thu, 13 Jul 2006 17:28:33 +0200 (CEST)
  • Message-id: <20060713152833.AC5B594DC8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package nfs-utils
checked in at Thu Jul 13 17:28:33 CEST 2006.

--------
--- nfs-utils/nfs-utils.changes 2006-06-23 15:56:32.000000000 +0200
+++ nfs-utils/nfs-utils.changes 2006-07-13 14:33:37.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 13 14:33:24 CEST 2006 - aj@xxxxxxx
+
+- Fix off-by-one error in rpcgen.
+
+-------------------------------------------------------------------

New:
----
nfs-utils-1.0.7-rpcgen.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.8xCsgg/_old 2006-07-13 17:26:44.000000000 +0200
+++ /var/tmp/diff_new_pack.8xCsgg/_new 2006-07-13 17:26:44.000000000 +0200
@@ -15,7 +15,7 @@
URL: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.0.7
-Release: 39
+Release: 40
Group: Productivity/Networking/NFS
Obsoletes: knfsd linuxnfs nfsutils
Provides: knfsd linuxnfs nfsutils
@@ -52,6 +52,7 @@
Patch17: nfs-utils-64bigendian.patch
Patch18: nfs-utils-1.0.7-mount_type3.patch
Patch19: nfs-utils-1.0.7-gssd-select-ccache.patch
+Patch20: nfs-utils-1.0.7-rpcgen.patch

%description
This package contains the NFS utilities. You can tune the number of
@@ -86,6 +87,7 @@
%patch17 -p1
%patch18
%patch19 -p1
+%patch20

%build
%{?suse_update_config:%{suse_update_config -f }}
@@ -213,6 +215,8 @@
%{_mandir}/man8/rpc.svcgssd.8.gz

%changelog -n nfs-utils
+* Thu Jul 13 2006 - aj@xxxxxxx
+- Fix off-by-one error in rpcgen.
* Fri Jun 23 2006 - ro@xxxxxxx
- find kerberos ticket files even if /tmp on reiser (#187775)
* Wed Jun 21 2006 - ro@xxxxxxx



++++++ nfs-utils-1.0.7-rpcgen.patch ++++++
--- tools/rpcgen/rpc_cout.c
+++ tools/rpcgen/rpc_cout.c
@@ -694,7 +694,7 @@
char *ptr, *hptr;


- ptr = (char *) malloc(strlen(str));
+ ptr = (char *) malloc(strlen(str)+1);
if (ptr == (char *) NULL) {
f_print(stderr, "malloc failed \n");
exit(1);




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages