pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/ruby26-base: update to 2.6.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a44e539f6e8
branches:  trunk
changeset: 376708:0a44e539f6e8
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Apr 12 14:16:43 2022 +0000

description:
lang/ruby26-base: update to 2.6.10

Here is release announce:

Ruby 2.6.10 has been released.

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

        CVE-2022-28739: Buffer overrun in String-to-Float conversion

This release also includes a fix of a build problem with very old compilers
and a fix of a regression of date library.  See the commit logs for further
details.

After this release, Ruby 2.6 reaches EOL.  In other words, this is expected
to be the last release of Ruby 2.6 series.  We will not release Ruby 2.6.11
even if a security vulnerability is found (but ocould release if a severe
regression is found).  We recommend all Ruby 2.6 users to start migration to
Ruby 3.1, 3.0, or 2.7 immediately.

diffstat:

 lang/ruby26-base/Makefile |  3 +--
 lang/ruby26-base/distinfo |  8 ++++----
 lang/ruby26/Makefile      |  3 +--
 3 files changed, 6 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 9b8edc4f3201 -r 0a44e539f6e8 lang/ruby26-base/Makefile
--- a/lang/ruby26-base/Makefile Tue Apr 12 14:07:48 2022 +0000
+++ b/lang/ruby26-base/Makefile Tue Apr 12 14:16:43 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2022/01/14 16:14:34 taca Exp $
+# $NetBSD: Makefile,v 1.17 2022/04/12 14:16:43 taca Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-PKGREVISION=   1
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 
diff -r 9b8edc4f3201 -r 0a44e539f6e8 lang/ruby26-base/distinfo
--- a/lang/ruby26-base/distinfo Tue Apr 12 14:07:48 2022 +0000
+++ b/lang/ruby26-base/distinfo Tue Apr 12 14:16:43 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2021/11/25 15:51:08 taca Exp $
+$NetBSD: distinfo,v 1.16 2022/04/12 14:16:43 taca Exp $
 
-BLAKE2s (ruby-2.6.9.tar.xz) = b353038621a51ee6b7cf8ef4b39b2df938438fc0a790673cb3bc43dd6894abf5
-SHA512 (ruby-2.6.9.tar.xz) = f60aa89e685cea324185eb0d13e6b44caef4e4f761cbf9ea1386ae70e39faf3866ac01e4bb5354574f2583e74290b8c80eaf63d126040d52368be6c771476451
-Size (ruby-2.6.9.tar.xz) = 11590064 bytes
+BLAKE2s (ruby-2.6.10.tar.xz) = 0fc896f882e952428b988f5d4cb0e537e2d78134975318a77e5153a4ea9797cb
+SHA512 (ruby-2.6.10.tar.xz) = 06ebf1442c4bf4be62eb710348cfb714cbc4c4acc5125319a425fe76ef2be7cccfd41e50bf3751bfef3ceb8ac47ad41a027d2c2ad560e25ec694e34fd9f62a8a
+Size (ruby-2.6.10.tar.xz) = 11582056 bytes
 SHA1 (patch-configure) = ccfad7b5e35e87308e187e6c5fb3ffea57ad763d
 SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
 SHA1 (patch-ext_openssl_ossl__pkey__rsa.c) = 707ab908b6d72e386230b3530700ce861a3754db
diff -r 9b8edc4f3201 -r 0a44e539f6e8 lang/ruby26/Makefile
--- a/lang/ruby26/Makefile      Tue Apr 12 14:07:48 2022 +0000
+++ b/lang/ruby26/Makefile      Tue Apr 12 14:16:43 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/01/14 16:15:14 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/12 14:16:43 taca Exp $
 #
 
 DISTNAME=      # empty
 PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION}
-PKGREVISION=   1
 CATEGORIES=    lang ruby
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index