Date: Thu, 18 Jun 2009 12:43:26 +0000 (UTC) From: Stanislav Sedov <stas@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby18/files patch-class.c patch-gc.c patch-lib_uri_generic.rb ports/Mk bsd.ruby.mk Message-ID: <200906181243.n5IChQjj009941@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stas 2009-06-18 12:43:26 UTC FreeBSD ports repository Modified files: Mk bsd.ruby.mk Added files: lang/ruby18/files patch-class.c patch-gc.c patch-lib_uri_generic.rb Log: - Fix the bug in ruby GC when object finalizer were never called. This has been triggered by portupgrade which uses finalizers to remove lockfiles. - Fix the bug in URI module that smashed uri paths in merge method for ftp uris. [1] - Fix segmentation fault when cloning objects with dynamically created methods (via instance_eval). [2] PR: ports/131775 [1], ports/135533 [2] Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org> [2], Helmut Schneider <jumper99@gmx.de> [1], Jaakko Heinonen <jh@saunalahti.fi> [1], Peter Hofer <ph@desktopbsd.net> [1] Obtained from: ruby_1_8 svn tree (rev 22679) [2] Revision Changes Path 1.183 +2 -2 ports/Mk/bsd.ruby.mk 1.1 +11 -0 ports/lang/ruby18/files/patch-class.c (new) 1.3 +11 -0 ports/lang/ruby18/files/patch-gc.c (new) 1.1 +19 -0 ports/lang/ruby18/files/patch-lib_uri_generic.rb (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906181243.n5IChQjj009941>