ports/86180: portmanager at FreeBSD-6.0
Michael C. Shultz
ringworm01 at gmail.com
Sat Sep 17 16:00:40 UTC 2005
The following reply was made to PR ports/86180; it has been noted by GNATS.
From: "Michael C. Shultz" <ringworm01 at gmail.com>
To: bug-followup at freebsd.org,
liettneff at bk.ru
Cc:
Subject: Re: ports/86180: portmanager at 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--
More information about the freebsd-ports-bugs
mailing list