pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Apr 12 15:12:13 UTC 2022

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk
        pkgsrc/lang/ruby31-base: distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby31-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.248 pkgsrc/lang/ruby/rubyversion.mk:1.249
--- pkgsrc/lang/ruby/rubyversion.mk:1.248       Tue Apr 12 14:52:27 2022
+++ pkgsrc/lang/ruby/rubyversion.mk     Tue Apr 12 15:12:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.248 2022/04/12 14:52:27 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.249 2022/04/12 15:12:13 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -216,7 +216,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub
 RUBY26_VERSION=                2.6.10
 RUBY27_VERSION=                2.7.6
 RUBY30_VERSION=                3.0.4
-RUBY31_VERSION=                3.1.1
+RUBY31_VERSION=                3.1.2
 
 # current API compatible version; used for version of shared library
 RUBY26_API_VERSION=    2.6.0

Index: pkgsrc/lang/ruby31-base/distinfo
diff -u pkgsrc/lang/ruby31-base/distinfo:1.2 pkgsrc/lang/ruby31-base/distinfo:1.3
--- pkgsrc/lang/ruby31-base/distinfo:1.2        Sun Feb 20 15:59:09 2022
+++ pkgsrc/lang/ruby31-base/distinfo    Tue Apr 12 15:12:13 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2022/02/20 15:59:09 taca Exp $
+$NetBSD: distinfo,v 1.3 2022/04/12 15:12:13 taca Exp $
 
-BLAKE2s (ruby-3.1.1.tar.xz) = c2785175bbc542c3049a9ccbb8e394ab1548e92ecaa366479bca13eb937b7c5d
-SHA512 (ruby-3.1.1.tar.xz) = 8877fa9a458964a59a11529cd10b3d25b5f6238cd4678b6dcea0bd4b750499cf8ff39d8824053b4ab26c5cd0cfb604a57807ce61580175857fcf00b2cff3e55f
-Size (ruby-3.1.1.tar.xz) = 15103808 bytes
+BLAKE2s (ruby-3.1.2.tar.xz) = 5384cfebbd466de36f68f554be2c045363e6c074d90a94a4c035ecaadf3c878b
+SHA512 (ruby-3.1.2.tar.xz) = 4a74e9efc6ea4b3eff4fec7534eb1fff4794d021531defc2e9937e53c6668db8ecdc0fff2bc23d5e6602d0df344a2caa85b31c5414309541e3d5313ec82b6e21
+Size (ruby-3.1.2.tar.xz) = 15101588 bytes
 SHA1 (patch-common.mk) = c23eed58427b2fd4ba8fdb3692f609701a666c6d
 SHA1 (patch-configure) = c8a09d995d9d09c1142f22cf59f04fa61b528a2a
 SHA1 (patch-ext_openssl_openssl__missing.h) = 3f8d79736fd14806dfaf76e333eec63ff3ff5890



Home | Main Index | Thread Index | Old Index