summaryrefslogtreecommitdiff
path: root/lang/ruby
AgeCommit message (Collapse)AuthorFilesLines
2014-11-18Start update of Ruby on Rails to 3.2.21.taca1-2/+2
2014-11-15Update ruby21-base (and ruby21) package to 2.1.5 (Ruby 2.1.5).taca1-3/+3
* CVE-2014-8090: Another Denial of Service XML Expansion.
2014-11-15Update ruby193-base (and ruby193) to 1.9.3p551 (Ruby 1.9.3-p551).taca1-2/+2
* CVE-2014-8090: Another Denial of Service XML Expansion.
2014-11-15Update ruby200-base and related packages to 2.0.0-p598 (Ruby 2.0.0-p598).taca1-2/+2
* CVE-2014-8090: Another Denial of Service XML Expansion.
2014-11-01Start update of Ruby on Rails to 3.2.20.taca1-2/+2
2014-10-27Update ruby21/ruby21-base package to 2.1.4.taca1-3/+3
Ruby 2.1.4 is released Ruby 2.1.4 has been released. This release includes security fixes for the following vulnerabilities: * CVE-2014-8080: Denial Of Service XML Expansion * Changed default settings of ext/openssl related to CVE-2014-3566 And there are some bug-fixes. See tickets and ChangeLog for details. Ruby 2.1.3 Released We are pleased to announce the release of Ruby 2.1.3. This is a patchlevel release of the stable 2.1 series. This release contains a change of full GC timing to reduce memory consumption (see Bug #9607), and many bugfixes. See tickets and ChangeLog for details.
2014-10-27Update ruby200-base and related packages to 2.0.0-p594 (Ruby 2.0.0-p594).taca1-2/+2
Ruby 2.0.0-p594 Released We are pleased to announce the release of Ruby 2.0.0-p594. This release includes a security fix for DoS vulnerability of REXML. * CVE-2014-8080: Denial Of Service XML Expansion This release also includes the change of default settings of ext/openssl. Insecure SSL/TLS options are now turn off by default. * Changed default settings of ext/openssl And, many bug fixes are also included. See tickets and ChangeLog for details. Ruby 2.0.0-p576 Released We are pleased to announce the release of Ruby 2.0.0-p576, to celebrate the holding of RubyKaigi2014 in Japan now. This release includes many bugfixes, such as: * many fixes of memory leaks and using extra memory. * many fixes of platform-specific issues (especially in build process). * many document fixes. See tickets and ChangeLog for details.
2014-10-27Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550).taca1-2/+2
Ruby 1.9.3-p550 Released We are pleased to announce the release of Ruby 1.9.3-p550. This release includes a security fix for DoS vulnerability of REXML. * CVE-2014-8080: Denial Of Service XML Expansion This release also includes the change of default settings of ext/openssl. Insecure SSL/TLS options are now turn off by default. * Changed default settings of ext/openssl And, in addition, bandled jQuery for darkfish template of RDoc is also updated.
2014-09-15Clarify description of RUBY_NOVERSION, RUBY_PKGPREFIX and RUBY_SUFFIX.taca1-2/+10
2014-08-25Upadte ruby193-base to 1.9.3p547 (Ruby 1.9.3 patchlevel 547).taca1-2/+2
Almost no functional change to existing packages. Wed May 14 17:35:32 2014 NAKAMURA Usaku <usa@ruby-lang.org> * common.mk: need to quote $BASERUBY because it may includes options. this change is only for release management, not bug fix. [Backport #9837] [ruby-dev:48218] Mon Mar 31 15:38:07 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/openssl/ossl.c (ossl_make_error): check NULL for unknown error reasons with old OpenSSL, and insert a colon iff formatted message is not empty.
2014-08-19Pass CONFIGURE_ARGS to _RUBYGEM_OPTIONS with "--build-args".taca1-2/+8
2014-08-14* Pass RUBY_VER to MAKEFLAGS to fix build problem via dependency.taca1-2/+4
* Add RUBY21_PATCHLEVEL with commented out.
2014-07-20Allow '.' in gem name, for http_parser.rb gem.obache1-2/+2
2014-07-06Start update of Ruby on Rails to 3.2.19.taca1-2/+2
2014-05-21Update ruby21 to 2.1.2.taca1-2/+2
Quote from release announce: This release contains a fix for a regression of Hash#reject in Ruby 2.1.1, support for build with Readline-6.3 (see Bug #9578), an updated bundled version of libyaml with psych, and some bug fixes. For details, please refer ChangeLog.
2014-05-21Update ruby200 to Ruby 2.0.0-p481.taca1-2/+2
Including many bug fixes: * support for build with Readline-6.3 * a fix for old OpenSSL (regression in p451) * an updated bundled version of libyaml (see Heap Overflow in YAML URI Escape Parsing (CVE-2014-2525)) For detail, please refer ChangeLog.
2014-05-21Add some "used by" lines.taca1-1/+5
2014-05-21Instead of comparing _RUBY_VERSION_REQD to "211", compare "18" or "193".taca1-4/+4
2014-05-17Update comments for ruby21.obache1-3/+3
2014-05-11Start update of Ruby on Rails to 3.2.18.taca1-2/+2
2014-05-01Fix broken print-PLIST with gem based packages.taca2-11/+15
2014-03-15Move definition of GEM_EXTSDIR and PRINT_PLIST_AWK definition block totaca1-30/+30
appropriate place. Noted by obache@.
2014-03-15Fixes dependency pattern for the case RUBY_JSON_TYPE=pure.obache1-5/+7
2014-03-14Do not preserve owner of installed files.asau1-2/+2
This causes multiple failures of Ruby gems in FreeBSD bulk builds. (Besides, it is unclear whether it is actually needed or wanted.)
2014-03-14Switch default version of Ruby to 2.0.0.taca1-6/+6
And add value for Ruby 2.1.1 in description.
2014-03-14Enable using 21 to RUBY_VER; Ruby 2.1.1.taca1-2/+2
2014-03-14Remove mention to rdoc's version in comment.taca1-9/+2
2014-03-14Use GEM_EXTSDIR only if it isn't empty.taca1-7/+9
2014-03-13Update ruby200-base and ruby200 packages to 2.0.0p451 (Ruby 2.0.0-p451).taca1-2/+2
pkgsrc chagnges: * Use RUBY_SUFFIX instead of RUBY_VER for appropriate place. * Detect NetBSD correctly in Gem::Platform. Quote from release announce: This release includes many bugfixes. See tickets and ChangeLog for details.
2014-03-13Update ruby193-base and related packages to 1.9.3p545 (Ruby 1.9.3-p545).taca1-2/+2
pkgsrc chagnges: * Use RUBY_SUFFIX instead of RUBY_VER for appropriate place. * Detect NetBSD correctly in Gem::Platform. Quote from release announce: This is the last ordinal release of Ruby 1.9.3. It means that Ruby 1.9.3 goes into the state of the security maintenance phase, and will never be released unless any critical regressions or security issues are found. This phase is planned to be maintained for 1 year. Then, maintenance of Ruby 1.9.3 will be ended at Feb. 24th, 2015. This release includes many bugfixes. See tickets and ChangeLog for details.
2014-03-13Add GEM_CLEANBUOLD_EXTENSIONS and GEM_EXTSDIR macro and related rulestaca1-6/+55
to support rubygems bundled with Ruby 2.1.1 (Rubygems 2.2 and later?).
2014-03-13Refelect change of RUBY_SRCDIR.taca4-13/+13
2014-03-13Change to improve frame work and to prepare to support Ruby 2.1.1.taca1-27/+33
* Replace RUBY210_* to RUBY21_* for Ruby 2.1.1. And RUBY_VER of value "21" would support Ruby 2.1.1. * Make RUBY_SUFFIX to contain major-minor-teeny. (It is not always the same as RUBY_VER any more.) * Make RUBY_SRCDIR to relative path.
2014-03-13Add RUBY_SUFFIX to FILES_SUBST, MESSAGE_SUBST and PLIST_SUBST.taca1-1/+4
2014-03-02Start update of Ruby on Rails to 3.2.17.taca1-2/+2
2014-02-11Make RUBY_JSON_REQD support build time dependency adding ":build" aftertaca1-9/+24
minimum version.
2014-02-09* Use defined version in rubyversion.mk.taca1-13/+6
* Remove use of "both" value in RUBY_JSON_TYPE since it isn't used in any where.
2014-02-09Use versions in rubyversion.mk.taca2-29/+10
2014-02-09* Define versions of gems, rdoc rake and json which bundledtaca1-2/+30
with Ruby's distribution. * Define some variable for Ruby 2.1.0.
2014-02-04Take care for older bmake, tested on old NetBSD 4's make(1).taca1-4/+6
Noted by wiz@ via private E-mail.
2014-02-02Revert accidently commit files which not yet ready.taca3-14/+3
2014-02-02Utilize PKGNAME_REQD to determine required Ruby version.taca4-4/+19
Address to PR pkg/48509.
2014-01-19Stop using RUBY_RDOC_VERSION for specifying current ruby-rdoc's version.taca1-6/+1
It isn't used any other place.
2014-01-14fixes comment for RUBY_VERSION_SUPPORTED.obache1-2/+2
200 is also in default.
2013-12-04Start update of Ruby on Rails 3.2.16.taca1-2/+2
2013-11-24Update ruby200-base, ruby200 and ruby-mode package to 2.00-p353.taca1-2/+2
Ruby 2.0.0-p353 is released Now Ruby 2.0.0-p353 is released. This release includes a security fix about floating point parsing. Heap Overflow in Floating Point Parsing (CVE-2013-4164) And some bugfixes are also included. See tickets and ChangeLog for details.
2013-11-24Update ruby193-base (and related packages to 1.9.3-p484).taca1-2/+2
Ruby 1.9.3-p484 is released Now Ruby 1.9.3-p484 is released. This release includes a security fix about ruby interpreter core: Heap Overflow in Floating Point Parsing (CVE-2013-4164) And some bugfixes are also included. See tickets and ChangeLog for details.
2013-11-24Correct versions of json as bundled with Ruby.taca1-4/+8
2013-11-06Use MACHINE_GNU_ARCH instead of MACHINE_ARCH.taca1-2/+2
Fix build problem on NetBSD/i386.
2013-10-29Replace LOWER_ARCH to MACHINE_ARCH in definition of RUBY_ARCH.taca1-2/+2
Fix build problem on FreeBSD.