Date: Tue, 10 Jul 2007 15:04:49 +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/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 ... Message-ID: <200707101504.l6AF4nXh091924@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707101504.l6AF4nXh091924>