diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 02:26:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 02:26:57 +0000 |
commit | 51eca5f2e6231fcc4ba416c1eac37dfd9af77d7b (patch) | |
tree | 6bab96d24c598e61a5522aff5bc551b678b29006 /lang/ferite | |
parent | c361f020025db9402d967a36d26f1b8ca7ccfd71 (diff) | |
download | ports-51eca5f2e6231fcc4ba416c1eac37dfd9af77d7b.tar.gz ports-51eca5f2e6231fcc4ba416c1eac37dfd9af77d7b.zip |
[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 <laszlof@vonostingroup.com>
Notes
Notes:
svn path=/head/; revision=152945
Diffstat (limited to 'lang/ferite')
-rw-r--r-- | lang/ferite/Makefile | 2 | ||||
-rw-r--r-- | lang/ferite/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index 9929913939c7..391517412f3e 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -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 --git a/lang/ferite/distinfo b/lang/ferite/distinfo index ce832099dd40..92d6d4b93a69 100644 --- a/lang/ferite/distinfo +++ b/lang/ferite/distinfo @@ -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 |