ports/89225: [MAINTAINER] lang/pike76: Adding some Devel patches

Xavier Beaudouin kiwi at oav.net
Fri Nov 18 10:40:14 UTC 2005


>Number:         89225
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pike76: Adding some Devel patches
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 18 10:40:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Sat May 14 15:27:19 CEST 2005
>Description:

Added file(s):
- files/patch-stralloc.c
  Very late backport of reference underflow in modify_shared_string()

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- pike76-7.6.50_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pike76.old/Makefile /usr/ports/lang/pike76/Makefile
--- /usr/ports/lang/pike76.old/Makefile	Fri Nov 18 11:00:04 2005
+++ /usr/ports/lang/pike76/Makefile	Fri Nov 18 11:07:42 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	pike76
 PORTVERSION=	7.6.50
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
 		ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
diff -ruN --exclude=CVS /usr/ports/lang/pike76.old/files/patch-stralloc.c /usr/ports/lang/pike76/files/patch-stralloc.c
--- /usr/ports/lang/pike76.old/files/patch-stralloc.c	Thu Jan  1 01:00:00 1970
+++ /usr/ports/lang/pike76/files/patch-stralloc.c	Fri Nov 18 11:07:15 2005
@@ -0,0 +1,28 @@
+--- src/stralloc.c.old	Fri Nov 18 11:06:05 2005
++++ src/stralloc.c	Fri Nov 18 11:06:10 2005
+@@ -2,7 +2,7 @@
+ || This file is part of Pike. For copyright information see COPYRIGHT.
+ || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
+ || for more information.
+-|| $Id: stralloc.c,v 1.169 2005/01/19 13:06:57 grubba Exp $
++|| $Id: stralloc.c,v 1.170 2005/11/18 01:14:22 nilsson Exp $
+ */
+ 
+ #include "global.h"
+@@ -24,7 +24,7 @@
+ #include <ctype.h>
+ #include <math.h>
+ 
+-RCSID("$Id: stralloc.c,v 1.169 2005/01/19 13:06:57 grubba Exp $");
++RCSID("$Id: stralloc.c,v 1.170 2005/11/18 01:14:22 nilsson Exp $");
+ 
+ /* #define STRALLOC_USE_PRIMES */
+ 
+@@ -1596,6 +1596,7 @@
+ 	add_ref(a = old);
+       } else {
+ 	link_pike_string(a, a->hval);
++	add_ref(a);
+       }
+       return a;
+     }else{
--- pike76-7.6.50_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list