./lang/ruby31-base, Ruby 3.1.3 release minimum base package

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


Branch: pkgsrc-2022Q3, Version: 3.1.3, Package name: ruby31-base-3.1.3, Maintainer: taca

Ruby is a dynamic, open source programming language with a focus on
simplicity and productivity. It has an elegant syntax that is natural to
read and easy to write.

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.1 introduces a number of new features and performance improvements,
here are some of them:
* Performance: YJIT: New experimental in-process JIT compiler
* Development supports
- debug gem: A new debugger
- error_highlight: Fine-grained error location in backtrace
- IRB Autocomplete and Document Display

This package is Ruby 3.1 release minimum base package.

DEINSTALL [+/-]


Package options: ruby-build-ri-db

Master sites: (Expand)

Filesize: 14941.625 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-30 18:19:03 by Benny Siegert | Files touched by this commit (11) | Package updated
Log message:
Pullup ticket #6706 - requested by taca
lang/ruby31-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.256
- lang/ruby31-base/Makefile                                     1.7
- lang/ruby31-base/PLIST                                        1.3
- lang/ruby31-base/distinfo                                     1.8
- lang/ruby31-base/patches/patch-configure                      1.3
- lang/ruby31-base/patches/patch-lib_rubygems.rb                1.2
- lang/ruby31-base/patches/patch-lib_rubygems_commands_setup__command.rb 1.2
- lang/ruby31-base/patches/patch-lib_rubygems_install__update__options.rb 1.2
- lang/ruby31-base/patches/patch-lib_rubygems_installer.rb      1.2
- lang/ruby31-base/patches/patch-lib_rubygems_platform.rb       1.3
- lang/ruby31-base/patches/patch-test_rubygems_test__gem.rb     1.2

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov 26 13:02:49 UTC 2022

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby31-base: Makefile PLIST distinfo
   	pkgsrc/lang/ruby31-base/patches: patch-configure patch-lib_rubygems.rb
   	    patch-lib_rubygems_commands_setup__command.rb
   	    patch-lib_rubygems_install__update__options.rb
   	    patch-lib_rubygems_installer.rb patch-lib_rubygems_platform.rb
   	    patch-test_rubygems_test__gem.rb

   Log message:
   lang/ruby31-base: update to 3.1.3

   Ruby 3.1.3 Released (2022-11-24)

   Ruby 3.1.3 has been released.

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

   * CVE-2021-33621: HTTP response splitting in CGI

   This release also includes a fix for build failure with Xcode 14 and macOS
   13 (Ventura).  See the related ticket for more details.