Date: Sat, 17 Sep 2005 16:00:39 GMT From: "Michael C. Shultz" <ringworm01@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/86180: portmanager@FreeBSD-6.0 Message-ID: <200509171600.j8HG0dNO084125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/86180; it has been noted by GNATS. From: "Michael C. Shultz" <ringworm01@gmail.com> To: bug-followup@freebsd.org, liettneff@bk.ru Cc: Subject: Re: ports/86180: portmanager@FreeBSD-6.0 Date: Sat, 17 Sep 2005 08:33:58 -0700 --Boundary-00=_ndDLDdFM5uLmvUs Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline I've attached a patch, this is posted through the web interface so if the patch gets corupted please let me know. Thanks, -Mike --Boundary-00=_ndDLDdFM5uLmvUs Content-Type: text/x-diff; charset="us-ascii"; name="portmanager-0.2.9_6.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="portmanager-0.2.9_6.diff" diff -ruN portmanager/Makefile portmanager-0.2.9_6/Makefile --- portmanager/Makefile Thu Jul 28 17:41:11 2005 +++ portmanager-0.2.9_6/Makefile Sat Sep 17 08:18:51 2005 @@ -7,7 +7,7 @@ PORTNAME= portmanager PORTVERSION= 0.2.9 -PORTREVISION= 5 +PORTREVISION= 6 #----------------------------------------- #for local use, remove before submitting PR CATEGORIES= sysutils diff -ruN portmanager/files/patch-0.2.9_6 portmanager-0.2.9_6/files/patch-0.2.9_6 --- portmanager/files/patch-0.2.9_6 Wed Dec 31 16:00:00 1969 +++ portmanager-0.2.9_6/files/patch-0.2.9_6 Sat Sep 17 08:17:31 2005 @@ -0,0 +1,10 @@ +--- ../0.2.9_5/libPMGR/src/PMGRrReadConfigure.c Fri Jul 29 12:55:01 2005 ++++ libPMGR/src/PMGRrReadConfigure.c Sat Sep 17 07:54:36 2005 +@@ -189,6 +189,7 @@ + /*zzzzzzzzzzzzzz*/ + + fread( buffer, configDbFileSize, 1, configDbStream ); ++ buffer[configDbFileSize] = 0; /* so buffer may be treated as a string */ + + /*zzzzzzzzzzzzzz*/ + fopenIdx--; --Boundary-00=_ndDLDdFM5uLmvUs--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509171600.j8HG0dNO084125>