Path to this page:
./
lang/ruby,
Wrapper package for Ruby programming language
Branch: CURRENT,
Version: 3.2.6,
Package name: ruby-3.2.6,
Maintainer: tacaThis 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)
- (2024-11-05) Updated to version: ruby-3.2.6
- (2024-07-28) Updated to version: ruby-3.2.5
- (2024-04-25) Updated to version: ruby-3.2.4
- (2024-02-10) Updated to version: ruby-3.2.3
- (2023-04-01) Updated to version: ruby-3.1.4
- (2022-11-26) Updated to version: ruby-3.1.3
CVS history: (Expand)
2025-01-19 14:40:54 by Takahiro Kambe | Files touched by this commit (2) | |
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
|
2024-12-11 16:37:33 by Takahiro Kambe | Files touched by this commit (15) | |
Log message:
www/ruby-rails71: update to 7.1.5.1
Update to Ruby on Rails 7.1.5.1.
Action Pack
* Add validation to content security policies to disallow spaces and
semicolons. Developers should use multiple arguments, and different
directive methods instead.
[CVE-2024-54133]
Gannon McGibbon
Action Text
* Update vendored trix version to 2.1.10
John Hawthorn
|
2024-12-11 16:33:16 by Takahiro Kambe | Files touched by this commit (14) | |
Log message:
www/ruby-rails70: update to 7.0.8.7
Update to Ruby on Rails 7.0.8.7
Action Pack
* Add validation to content security policies to disallow spaces and
semicolons. Developers should use multiple arguments, and different
directive methods instead.
[CVE-2024-54133]
Gannon McGibbon
Action Text
* Update vendored trix version to 1.3.4
John Hawthorn
|