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: Sat Mar 16 14:39:35 UTC 2019
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby26-base: Makefile distinfo
Log Message:
lang/ruby26-base: update to 2.6.2
Update ruby26{,-base} to 2.6.2.
Quote from release announce.
Ruby 2.6.2 (2019-03-13)
This release includes bug fixes and a security update of the bundled
RubyGems.
See details in Multiple vulnerabilities in RubyGems and the commit logs.
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby26-base/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby26-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.201 pkgsrc/lang/ruby/rubyversion.mk:1.202
--- pkgsrc/lang/ruby/rubyversion.mk:1.201 Sat Mar 16 14:34:56 2019
+++ pkgsrc/lang/ruby/rubyversion.mk Sat Mar 16 14:39:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.201 2019/03/16 14:34:56 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.202 2019/03/16 14:39:35 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -218,7 +218,7 @@ RUBY22_VERSION= 2.2.10
RUBY23_VERSION= 2.3.8
RUBY24_VERSION= 2.4.5
RUBY25_VERSION= 2.5.5
-RUBY26_VERSION= 2.6.1
+RUBY26_VERSION= 2.6.2
# current API compatible version; used for version of shared library
RUBY22_API_VERSION= 2.2.0
Index: pkgsrc/lang/ruby26-base/Makefile
diff -u pkgsrc/lang/ruby26-base/Makefile:1.2 pkgsrc/lang/ruby26-base/Makefile:1.3
--- pkgsrc/lang/ruby26-base/Makefile:1.2 Tue Mar 12 04:19:09 2019
+++ pkgsrc/lang/ruby26-base/Makefile Sat Mar 16 14:39:35 2019
@@ -1,14 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2019/03/12 04:19:09 taca Exp $
+# $NetBSD: Makefile,v 1.3 2019/03/16 14:39:35 taca Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-PKGREVISION= 1
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
-PATCHFILES= ruby-2.6.1-rubygems.patch
-PATCH_SITES= https://bugs.ruby-lang.org/attachments/download/7664/
-
MAINTAINER= taca%NetBSD.org@localhost
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby ${RUBY_VERSION} release minimum base package
Index: pkgsrc/lang/ruby26-base/distinfo
diff -u pkgsrc/lang/ruby26-base/distinfo:1.3 pkgsrc/lang/ruby26-base/distinfo:1.4
--- pkgsrc/lang/ruby26-base/distinfo:1.3 Thu Mar 14 09:57:54 2019
+++ pkgsrc/lang/ruby26-base/distinfo Sat Mar 16 14:39:35 2019
@@ -1,13 +1,9 @@
-$NetBSD: distinfo,v 1.3 2019/03/14 09:57:54 jperkin Exp $
+$NetBSD: distinfo,v 1.4 2019/03/16 14:39:35 taca Exp $
-SHA1 (ruby-2.6.1-rubygems.patch) = a12386ef79715b4693e02ad0c00034558b669181
-RMD160 (ruby-2.6.1-rubygems.patch) = f733d14223b8e4270b1114524b0e33f634a822ab
-SHA512 (ruby-2.6.1-rubygems.patch) = 2684ed9c326a989cc75ec25e976f7ffef107d10ccaa54cc83ad48b3fe6f36a1526e6f4bd3a45e29401908d2155e9c3f82b3be14a24ab8c7bef3431f1a0cbbd39
-Size (ruby-2.6.1-rubygems.patch) = 18026 bytes
-SHA1 (ruby-2.6.1.tar.xz) = ba5f4338bb642e3836dd80b73a9df0d1b6e079ae
-RMD160 (ruby-2.6.1.tar.xz) = adccca8036dfc34d00ea71d5a59a2a968de5187b
-SHA512 (ruby-2.6.1.tar.xz) = fb36289a955f0596c683cdadf1e4a9a9fd35222b1e1c6160c2e7cd82e5befd40a7aa4361e55f7a8f83c06ee899ec493821c7db34a60c4ac3bca0e874d33ef1a9
-Size (ruby-2.6.1.tar.xz) = 11872964 bytes
+SHA1 (ruby-2.6.2.tar.xz) = b7b3432519f80ea50adc9bfb937c7a46865a93d5
+RMD160 (ruby-2.6.2.tar.xz) = f1abdabd6600666dfe0b32cfa58d4c37518e0b03
+SHA512 (ruby-2.6.2.tar.xz) = 13f7d7b483a037378eac4bf4bebddc21d69f4e19e6bbb397dd53e7518037ae9a3aa5b41fc20bf1fe410803c6efc3a6a65a65af47648d3a93713f75cfe885326a
+Size (ruby-2.6.2.tar.xz) = 11889840 bytes
SHA1 (patch-configure) = d66204877531fe147361adf843819c3db6d40919
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e
Home |
Main Index |
Thread Index |
Old Index