From owner-cvs-all@FreeBSD.ORG Tue Jul 10 15:04:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B39BE16A400; Tue, 10 Jul 2007 15:04:49 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A0BF913C468; Tue, 10 Jul 2007 15:04:49 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AF4nho091925; Tue, 10 Jul 2007 15:04:49 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AF4nXh091924; Tue, 10 Jul 2007 15:04:49 GMT (envelope-from stas) Message-Id: <200707101504.l6AF4nXh091924@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 10 Jul 2007 15:04:49 +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/Mk bsd.ruby.mk ports/lang/ruby18 Makefile ports/lang/ruby18/files patch-bignum.c patch-dir.c patch-eval.c patch-ext_bigdecimal_bigdecimal.c patch-ext_dl_dl.c patch-ext_etc_etc.c patch-ext_thread_thread.c patch-ext_tk_lib_tkextlib_tcllib_tablelist.rb patch-ext_tk_lib_tkextlib_tile_dialog.rb ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 15:04:49 -0000 stas 2007-07-10 15:04:49 UTC FreeBSD ports repository Modified files: Mk bsd.ruby.mk lang/ruby18 Makefile Added files: lang/ruby18/files patch-bignum.c patch-dir.c patch-eval.c patch-ext_bigdecimal_bigdecimal.c patch-ext_dl_dl.c patch-ext_etc_etc.c patch-ext_thread_thread.c patch-ext_tk_lib_tkextlib_tcllib_tablelist.rb patch-ext_tk_lib_tkextlib_tile_dialog.rb patch-intern.h patch-lib_cgi.rb patch-lib_monitor.rb patch-lib_net_imap.rb patch-process.c patch-util.c Log: - Add a bunch of fixes and patchs from the upstream. These fixes a lot of serious bugs, some of which can pose security-related problems. - Bump up PORTREVISION. Requested by: many Revision Changes Path 1.161 +2 -2 ports/Mk/bsd.ruby.mk 1.131 +2 -1 ports/lang/ruby18/Makefile 1.1 +111 -0 ports/lang/ruby18/files/patch-bignum.c (new) 1.1 +41 -0 ports/lang/ruby18/files/patch-dir.c (new) 1.9 +270 -0 ports/lang/ruby18/files/patch-eval.c (new) 1.1 +11 -0 ports/lang/ruby18/files/patch-ext_bigdecimal_bigdecimal.c (new) 1.1 +11 -0 ports/lang/ruby18/files/patch-ext_dl_dl.c (new) 1.1 +11 -0 ports/lang/ruby18/files/patch-ext_etc_etc.c (new) 1.1 +270 -0 ports/lang/ruby18/files/patch-ext_thread_thread.c (new) 1.1 +9 -0 ports/lang/ruby18/files/patch-ext_tk_lib_tkextlib_tcllib_tablelist.rb (new) 1.1 +11 -0 ports/lang/ruby18/files/patch-ext_tk_lib_tkextlib_tile_dialog.rb (new) 1.1 +16 -0 ports/lang/ruby18/files/patch-intern.h (new) 1.4 +10 -0 ports/lang/ruby18/files/patch-lib_cgi.rb (new) 1.1 +46 -0 ports/lang/ruby18/files/patch-lib_monitor.rb (new) 1.1 +15 -0 ports/lang/ruby18/files/patch-lib_net_imap.rb (new) 1.1 +10 -0 ports/lang/ruby18/files/patch-process.c (new) 1.1 +13 -0 ports/lang/ruby18/files/patch-util.c (new)