Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jan 2006 13:14:02 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91409: [UPDATE]: lang/ferite: Update to version 1.0.2
Message-ID:  <E1Euw6E-0003NY-NO@ritamari.vonostingroup.com>
Resent-Message-ID: <200601061820.k06IK5W6009992@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91409
>Category:       ports
>Synopsis:       [UPDATE]: lang/ferite: Update to version 1.0.2
>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 Jan 06 18:20:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues:

	- Fix for a threading issue that caused the engine to crash with a memory issue.
	- Fix for rmi and a lack of parsing of arguments within function calls.
	- Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces
		the GC to be run when in blocking listen mode and also forces the shutdown of network sockets.
	- Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted
		objects within the GC
	- Fix for refcounting issues within the assignment of objects
	- Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c
	- Fix for class/namespace modifies on a class/namesapce that already exists 

>How-To-Repeat:
	
>Fix:

	



--- ferite-1.0.2.diff begins here ---
diff -NrU3 ferite.orig/Makefile ferite/Makefile
--- ferite.orig/Makefile	Fri Jan  6 13:08:41 2006
+++ ferite/Makefile	Fri Jan  6 13:08:50 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ferite
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -NrU3 ferite.orig/distinfo ferite/distinfo
--- ferite.orig/distinfo	Fri Jan  6 13:08:41 2006
+++ ferite/distinfo	Fri Jan  6 13:09:06 2006
@@ -1,3 +1,3 @@
-MD5 (ferite-1.0.1.tar.gz) = 3232b471d5af8ca2673c93ead3ead25a
-SHA256 (ferite-1.0.1.tar.gz) = e01fa9c62b31f824ef4d4f78834c9c0946054b7151ad826d98ba053f7467bdc4
-SIZE (ferite-1.0.1.tar.gz) = 2038863
+MD5 (ferite-1.0.2.tar.gz) = da1feaf5f87e0dfc95c5a9afeafeff9a
+SHA256 (ferite-1.0.2.tar.gz) = c67fc25451070214334ba2b1ca3a9ea78f5ed79f322e62ebf8fc9462bfe0fb8e
+SIZE (ferite-1.0.2.tar.gz) = 2039452
--- ferite-1.0.2.diff ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Euw6E-0003NY-NO>