./lang/ruby, Wrapper package for Ruby programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.7, Package name: ruby-3.2.7, Maintainer: taca

This package is a wrapper for specific releases of the Ruby
programming language, providing commands (ruby, irb, ...) without
any release number information.

The actual Ruby programming language is provided by packages with
release numbers, like ruby16 or ruby18.

No package should depend on this package directly.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2025-02-17 16:21:03 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
lang/ruby34: update to 3.4.2

pkgsrc change: stop building YJIT_LIBS each time.

* Bug #21024: Ruby including generates compilation warning with GCC 15,
  header is deprecated in C++17,
* Bug #21021: "try to mark T_NONE object" with 3.4.1
* Bug #20997: YJIT panic assertion left == right failed: leave instruction
  expects stack size 1, but was: 2
* Bug #20981: rb_undefine_finalizer is missing
* Bug #20989: Segmentation fault in Ripper when lexing /#{"\xcd"}/
* Bug #21003: unexpected warning about ignored block
* Bug #21002: Please include license information of turbo_tests
* Bug #21001: unexpected nil result from proc with ensure and next
* Bug #21010: Endless method definition of []= is SyntaxError in parse.y but
  allowed in Prism
* Bug #20992: eval(ascii_encoded_code) raises EncodingError when multibyte
  local variable exists
* Bug #21017: --with-parser=parse.y configure option does not work
* Bug #21014: Prism doesn't set node_id on iseqs correctly
* Bug #21027: not() receiver should be nil
* Bug #20995: exception escapes block given to IO.popen("-") in child
  process
* Bug #21008: Array#sum, Enumerator#sum, Numeric subclass
* Bug #21044: Prism maximum recursion depth is 1_000, parse.y is 10_000
* Bug #21031: Incompatibility with prism and parse.y when eval'ing unnamed
  forwarding variables
* Bug #21085: [BUG] Stack consistency error with -ne
* Bug #21048: [Prism] rescue in modifier form with condition behaves
  differently
* Bug #21046: Backport: TLS fix for ARM64
* Bug #21012: Compiling a['a','b'],=1 with parse.y fails
* Bug #21038: Preserve errno in rb_fiber_scheduler_unblock
* Bug #21032: Module#autoload? is slow when $LOAD_PATH contains a relative
  path
* Bug #21092: error building ruby 3.4.1 on cygwin/msys2
* Bug #21095: Prefer uname -n over hostname in tests.
* Bug #21103: Binding problem with delegate methods
* Bug #21088: TCPSocket.new raises Socket::ResolutionError instead of
  Errno::ECONNREFUSED for hosts defined in /etc/hosts
* Bug #21112: Typo in error message when an incorrect key is used with
  WeakKeyMap
* Bug #21117: Inconsistent behaviour between "_1" and "it" \ 
variables
* Bug #21114: Prism hangs up while parsing deeply nested def
* Bug #20984: ENV.inspect is not encoding aware
* Bug #20982: Inconsistency between Hash#inspect and ENV.inspect in Ruby 3.4
   2025-02-08 06:21:30 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
lang/ruby32-base: update to 3.2.7

Ruby 3.2.7 (2025-02-04)

* Bug #20853: Hash key retrieval after Process.warmup
* Bug #20868: Method#hash changes after compaction
* Bug #20883: sprintf with binary strings has incorrect coderange
* Bug #20873: printf("%f") returns wrong result for Rational with \ 
FIXNUM_MIN
* Bug #20898: Backport https://github.com/ruby/ruby/pull/9737 to Ruby 3.3
  and 3.2
* Bug #20871: Including methods in Enumerable doesn't make them available in
  Array
* Bug #20907: Fiber scheduler does not correctly re-lock mutex if
  Mutex#sleep is interrupted.
* Bug #20909: Backport String indexing bug fixes
* Bug #20921: Use-after-free in constant cache
* Bug #20915: Segfault with TracePoint#parameters and aliased C method
* Bug #20447: Ruby 3.3.1 broken on i686 due to "incompatible pointer type"
  error
* Bug #20924: IO#readline ignores the limit argument when the encoding is
  UTF-32LE and the limit would split a character
* Bug #20984: ENV.inspect is not encoding aware
* Bug #20995: exception escapes block given to IO.popen("-") in child
  process
* Bug #21008: Array#sum, Enumerator#sum, Numeric subclass
* Bug #21012: Compiling a['a','b'],=1 with parse.y fails
* Bug #21038: Preserve errno in rb_fiber_scheduler_unblock
* Bug #20997: YJIT panic assertion left == right failed: leave instruction
  expects stack size 1, but was: 2
   2025-01-19 14:40:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
lang/ruby33: update to 3.3.7

3.3.7 (2024-01-15)

What's Changed

* Bug #20883: sprintf with binary strings has incorrect coderange
* Bug #20886: Crash due to double free on regex timeout after stack allocations
* Bug #20892: ObjectSpace.dump can produce broken JSON for classes with
  temporary names
* [Backport 3.3] wasm: align fiber stack pointer to 16 bytes by
  kateinoigakukun - ·Pull Request #12101
* Bug #20787: IO#readline does not check its arguments like IO#gets and will
  read more data than limit
* Bug #20868: Method#hash changes after compaction
* Bug #20873: printf("%f") returns wrong result for Rational with \ 
FIXNUM_MIN
* Bug #20907: Fiber scheduler does not correctly re-lock mutex if
  Mutex#sleep is interrupted.
* Bug #20871: Including methods in Enumerable doesn't make them available in
  Array
* Bug #20909: Backport String indexing bug fixes
* Bug #20915: Segfault with TracePoint#parameters and aliased C method
* Bug #20921: Use-after-free in constant cache
* Bug #20924: IO#readline ignores the limit argument when the encoding is
  UTF-32LE and the limit would split a character
* Bug #20950: Use-after-free in ep in Proc#dup for ifunc procs
* Bug #21012: Compiling a['a','b'],=1 with parse.y fails
* Bug #20984: ENV.inspect is not encoding aware
* Bug #20995: exception escapes block given to IO.popen("-") in child \ 
process
* Bug #21008: Array#sum, Enumerator#sum, Numeric subclass
* Bug #21038: Preserve errno in rb_fiber_scheduler_unblock
* Bug #20997: YJIT panic assertion left == right failed: leave instruction
  expects stack size 1, but was: 2
   2025-01-02 08:00:23 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: add Ruby on Rails 8.0 support
   2025-01-02 07:51:05 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby34: add package version 3.4.1.

Add latest release of Ruby Programming Language version 3.4.1.

Ruby is an interpreted object-oriented programming language often used for
web development. It also offers many scripting features to process plain
text and serialized files, or manage system tasks.  It is simple,
straightforward, and extensible.

Features of Ruby are shown below.
  + Simple Syntax
  + *Normal* Object-Oriented features (ex. class, method calls)
  + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
  + Operator Overloading
  + Exception Handling
  + Iterators and Closures
  + Garbage Collection
  + Dynamic Loading of Object files (on some architecture)
  + Highly Portable (works on many UNIX machines, and on Windows, Mac, etc.)

Ruby 3.4 introduces a number of new features and performance improvements,
here are some of them:
  * Prsim parser (as a default gem).
  * Performance: YJIT: Verious improvements including performance.
  * Performance: RJIT: Experital pure-Ruby JIT compiler replace MJIT.
  * M:N thread scheduler.
  * Retirement of ext/readline.
   2025-01-02 07:48:18 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: add support for Ruby 3.4

* Add support for Ruby 3.4
* A few clean up.
   2025-01-02 07:44:20 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby: remove unused SUBST

Recent Ruby (base) packages do not substitution for
lib/rubygems/config_file.rb any more.
   2024-12-13 17:34:32 by Takahiro Kambe | Files touched by this commit (1)
Log message:
lang/ruby/rails.mk: add support for Ruby on Rails 7.2