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

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


Branch: pkgsrc-2022Q3, Version: 2.7.7, Package name: ruby-2.7.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.


Version history: (Expand)


CVS history: (Expand)


   2022-11-30 18:37:36 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6708 - requested by taca
lang/ruby27-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.258
- lang/ruby27-base/distinfo                                     1.11
- lang/ruby27-base/patches/patch-configure                      1.3

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov 26 13:09:59 UTC 2022

   Modified Files:
   	pkgsrc/lang/ruby: rubyversion.mk
   	pkgsrc/lang/ruby27-base: distinfo
   	pkgsrc/lang/ruby27-base/patches: patch-configure

   Log message:
   lang/ruby27-base: update to 2.7.7

   Ruby 2.7.7 Released (2022-11-24)

   Ruby 2.7.7 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 some build problem fixes.  They are not
   considered to affect compatibility with previous versions.  See the commit
   logs for further details.
   2022-11-30 18:25:43 by Benny Siegert | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #6707 - requested by taca
lang/ruby30-base: security fix

Revisions pulled up:
- lang/ruby/Makefile                                            1.74
- lang/ruby/rubyversion.mk                                      1.257
- lang/ruby30-base/Makefile                                     1.9
- lang/ruby30-base/distinfo                                     1.11
- lang/ruby30-base/patches/patch-configure                      1.3

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov 26 13:07:52 UTC 2022

   Modified Files:
   	pkgsrc/lang/ruby: Makefile rubyversion.mk
   	pkgsrc/lang/ruby30-base: Makefile distinfo
   	pkgsrc/lang/ruby30-base/patches: patch-configure

   Log message:
   lang/ruby30-base: update to 3.0.5

   Ruby 3.0.5 Released (2022-11-24)

   Ruby 3.0.5 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 some bug fixes.  See the commit logs for further
   details.
   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.