Update ruby200-base and related packages to 2.0.0-p594 (Ruby 2.0.0-p594).
Ruby 2.0.0-p594 Released We are pleased to announce the release of Ruby 2.0.0-p594. This release includes a security fix for DoS vulnerability of REXML. * CVE-2014-8080: Denial Of Service XML Expansion This release also includes the change of default settings of ext/openssl. Insecure SSL/TLS options are now turn off by default. * Changed default settings of ext/openssl And, many bug fixes are also included. See tickets and ChangeLog for details. Ruby 2.0.0-p576 Released We are pleased to announce the release of Ruby 2.0.0-p576, to celebrate the holding of RubyKaigi2014 in Japan now. This release includes many bugfixes, such as: * many fixes of memory leaks and using extra memory. * many fixes of platform-specific issues (especially in build process). * many document fixes. See tickets and ChangeLog for details.
This commit is contained in:
parent
8a6518ea63
commit
e7ae34a2cd
3 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: rubyversion.mk,v 1.125 2014/10/27 16:11:17 taca Exp $
|
# $NetBSD: rubyversion.mk,v 1.126 2014/10/27 16:20:16 taca Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# This file determines which Ruby version is used as a dependency for
|
# This file determines which Ruby version is used as a dependency for
|
||||||
|
@ -228,7 +228,7 @@ RUBY21_VERSION= 2.1.2
|
||||||
# patch
|
# patch
|
||||||
RUBY18_PATCHLEVEL= pl374
|
RUBY18_PATCHLEVEL= pl374
|
||||||
RUBY193_PATCHLEVEL= p550
|
RUBY193_PATCHLEVEL= p550
|
||||||
RUBY200_PATCHLEVEL= p481
|
RUBY200_PATCHLEVEL= p594
|
||||||
#RUBY21_PATCHLEVEL= p95
|
#RUBY21_PATCHLEVEL= p95
|
||||||
|
|
||||||
# current API compatible version; used for version of shared library
|
# current API compatible version; used for version of shared library
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.13 2014/09/02 11:31:14 jperkin Exp $
|
# $NetBSD: Makefile,v 1.14 2014/10/27 16:20:16 taca Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= ${RUBY_DISTNAME}
|
DISTNAME= ${RUBY_DISTNAME}
|
||||||
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL}
|
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= lang ruby
|
CATEGORIES= lang ruby
|
||||||
MASTER_SITES= ${MASTER_SITE_RUBY}
|
MASTER_SITES= ${MASTER_SITE_RUBY}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
$NetBSD: distinfo,v 1.16 2014/10/02 08:59:26 taca Exp $
|
$NetBSD: distinfo,v 1.17 2014/10/27 16:20:16 taca Exp $
|
||||||
|
|
||||||
SHA1 (ruby-2.0.0-p481.tar.bz2) = 08f0cedbaf3bc45b0681973aa7b19aa3be2e1184
|
SHA1 (ruby-2.0.0-p594.tar.bz2) = 9995087d0857f7c9682297689691d606897333b8
|
||||||
RMD160 (ruby-2.0.0-p481.tar.bz2) = 7a2d527975f57e2700552b06082cc93589fa34a1
|
RMD160 (ruby-2.0.0-p594.tar.bz2) = fb5a2a5bd15a6e0208b75ad50134930356e6905c
|
||||||
Size (ruby-2.0.0-p481.tar.bz2) = 10727244 bytes
|
Size (ruby-2.0.0-p594.tar.bz2) = 10756895 bytes
|
||||||
SHA1 (patch-configure) = ed31eee4192457aeba3ded9d42b1ed755a6d0acf
|
SHA1 (patch-configure) = ed31eee4192457aeba3ded9d42b1ed755a6d0acf
|
||||||
SHA1 (patch-defs_default__gems) = 28a47952e27c22055bac6ad151d092572b96b1ec
|
SHA1 (patch-defs_default__gems) = 28a47952e27c22055bac6ad151d092572b96b1ec
|
||||||
SHA1 (patch-lib_rdoc_ri_driver.rb) = 53ce4055b4c008c8ee13d38a81334d4846debdbc
|
SHA1 (patch-lib_rdoc_ri_driver.rb) = 53ce4055b4c008c8ee13d38a81334d4846debdbc
|
||||||
|
|
Loading…
Reference in a new issue