Next | Query returned 664 messages, browsing 81 to 90 | Previous

History of commit frequency

CVS Commit History:


   2022-05-05 05:20:39 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/ruby/rails.mk: start update of Ruby on Rails to 6.0.4.8
   2022-05-05 05:02:07 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/ruby/rails.mk: start update of Ruby on Rails to 5.2.7.1
   2022-05-04 18:44:53 by Takahiro Kambe | Files touched by this commit (5)
Log message:
lang/ruby: fix Ruby 3.0 build problem on NetBSD 8.0

Something wrong with expantion of static_assert macro in <assert.h>
on NetBSD 8.0.  So, avoid use of static_assert on NetBSD 8.0.

NetBSD 8.1 and later dose not have this problem.
   2022-05-04 18:16:49 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: fix build problem of Ruby 3.1 on NetBSD 8

Fix build problem of Ruby 3.1 on NetBSD 8 by disabling dtrace.

Ruby 3.1 dtrace(1) to modify compiled object files during build process.
But something wrong on NetBSD 8, includeing 8.2_STABLE.

For example, vm.o contains these symbols on NetBSD 9:

0000000000000000 A __dtrace_ruby___array__create
0000000000000000 A __dtrace_ruby___cmethod__entry
0000000000000000 A __dtrace_ruby___cmethod__return
0000000000000000 A __dtrace_ruby___hash__create
0000000000000000 A __dtrace_ruby___method__entry
0000000000000000 A __dtrace_ruby___method__return
0000000000000000 A __dtraceenabled_ruby___array__create
0000000000000000 A __dtraceenabled_ruby___cmethod__entry
0000000000000000 A __dtraceenabled_ruby___cmethod__return
0000000000000000 A __dtraceenabled_ruby___hash__create
0000000000000000 A __dtraceenabled_ruby___method__entry
0000000000000000 A __dtraceenabled_ruby___method__return

But on NetBSD 8:

0000000000000000 A __dtrace_ruby___array-create
0000000000000000 A __dtrace_ruby___cmethod-entry
0000000000000000 A __dtrace_ruby___cmethod-return
0000000000000000 A __dtrace_ruby___hash-create
0000000000000000 A __dtrace_ruby___method-entry
0000000000000000 A __dtrace_ruby___method-return
0000000000000000 A __dtraceenabled_ruby___array-create
0000000000000000 A __dtraceenabled_ruby___cmethod-entry
0000000000000000 A __dtraceenabled_ruby___cmethod-return
0000000000000000 A __dtraceenabled_ruby___hash-create
0000000000000000 A __dtraceenabled_ruby___method-entry
0000000000000000 A __dtraceenabled_ruby___method-return
   2022-04-12 21:07:11 by Nia Alarie | Files touched by this commit (1)
Log message:
ruby: use same style of module path for linux as we do netbsd

should help centos bulk builds (maybe)
   2022-04-12 17:12:13 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
lang/ruby31-base: update to 3.1.2

Ruby 3.1.2 has been released.

This release includes security fixes.  Please check the topics below for
details.

* CVE-2022-28738: Double free in Regexp compilation
* CVE-2022-28739: Buffer overrun in String-to-Float conversion

See the commit logs for further details.
   2022-04-12 16:52:27 by Takahiro Kambe | Files touched by this commit (5) | Package updated
Log message:
lang/ruby30-base: update to 3.0.4

Ruby 3.0.4 has been released.

This release includes security fixes.  Please check the topics below for
details.

* CVE-2022-28738: Double free in Regexp compilation
* CVE-2022-28739: Buffer overrun in String-to-Float conversion

See the commit logs for further details.
   2022-04-12 16:21:00 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
lang/ruby27-base: update to 2.6.7

Ruby 2.7.6 has been released.

This release includes a security fix.  Please check the topics below for
details.

CVE-2022-28739: Buffer overrun in String-to-Float conversion

This release also includes some bug fixes.  See the commit logs for further
details.

After thies release, we end the normal maintenance phase of Ruby 2.7, and
Ruby 2.7 enters the security maintenance phase.  This means that we will no
longer backport any bug fixes to Ruby 2.7 excpet security fixes.  Ther term
of the security maintenance pahse is scheduled for a year.  Ruby 2.7 reaches
EOL and its official support ends by the end of the security maintenance
phase.  Therefore, we recommend that you start to plan upgrade to Ruby 3.0
or 3.1.
   2022-04-12 16:19:26 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: forgot to commit for 2.6.10
   2022-04-02 09:51:46 by Nia Alarie | Files touched by this commit (1)
Log message:
ruby: Do not append an ABI on NetBSD to the arch-specific extension
directory. Failure seen in:

http://victory.netbsd.org/pkgsrc/packages/reports/2022Q1/evbarm7-9.0/20220330.2134/ruby31-base-3.1.1/install.log

Next | Query returned 664 messages, browsing 81 to 90 | Previous