From owner-cvs-ports@FreeBSD.ORG Sat Jan 7 02:26:57 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8929216A41F; Sat, 7 Jan 2006 02:26:57 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5682043D45; Sat, 7 Jan 2006 02:26:57 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k072Qv01071787; Sat, 7 Jan 2006 02:26:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k072Qvh7071786; Sat, 7 Jan 2006 02:26:57 GMT (envelope-from edwin) Message-Id: <200601070226.k072Qvh7071786@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 7 Jan 2006 02:26:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ferite Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2006 02:26:57 -0000 edwin 2006-01-07 02:26:57 UTC FreeBSD ports repository Modified files: lang/ferite Makefile distinfo Log: [UPDATE]: lang/ferite: Update to version 1.0.2 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 PR: ports/91409 Submitted by: Frank Laszlo Revision Changes Path 1.18 +1 -1 ports/lang/ferite/Makefile 1.10 +3 -3 ports/lang/ferite/distinfo