diff options
author | taca <taca@pkgsrc.org> | 2014-10-27 16:20:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-10-27 16:20:16 +0000 |
commit | 0e0d5e76c675a7e01177361d98324ecbc0faeb1d (patch) | |
tree | e0f02aaf64591785e668bfeb4acf4b5cf7c0ac90 | |
parent | 65ba6d1a1a32e39653f6ef37c521b28779f6ba83 (diff) | |
download | pkgsrc-0e0d5e76c675a7e01177361d98324ecbc0faeb1d.tar.gz |
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.
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 | ||||
-rw-r--r-- | lang/ruby200-base/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby200-base/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index b22a1d5aa0e..3b4747dd5ae 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -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 @@ -228,7 +228,7 @@ RUBY21_VERSION= 2.1.2 # patch RUBY18_PATCHLEVEL= pl374 RUBY193_PATCHLEVEL= p550 -RUBY200_PATCHLEVEL= p481 +RUBY200_PATCHLEVEL= p594 #RUBY21_PATCHLEVEL= p95 # current API compatible version; used for version of shared library diff --git a/lang/ruby200-base/Makefile b/lang/ruby200-base/Makefile index 1ab6fa41cd8..b1cbbbffc5e 100644 --- a/lang/ruby200-base/Makefile +++ b/lang/ruby200-base/Makefile @@ -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} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL} -PKGREVISION= 1 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} diff --git a/lang/ruby200-base/distinfo b/lang/ruby200-base/distinfo index d346db79746..a546d5d0777 100644 --- a/lang/ruby200-base/distinfo +++ b/lang/ruby200-base/distinfo @@ -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 -RMD160 (ruby-2.0.0-p481.tar.bz2) = 7a2d527975f57e2700552b06082cc93589fa34a1 -Size (ruby-2.0.0-p481.tar.bz2) = 10727244 bytes +SHA1 (ruby-2.0.0-p594.tar.bz2) = 9995087d0857f7c9682297689691d606897333b8 +RMD160 (ruby-2.0.0-p594.tar.bz2) = fb5a2a5bd15a6e0208b75ad50134930356e6905c +Size (ruby-2.0.0-p594.tar.bz2) = 10756895 bytes SHA1 (patch-configure) = ed31eee4192457aeba3ded9d42b1ed755a6d0acf SHA1 (patch-defs_default__gems) = 28a47952e27c22055bac6ad151d092572b96b1ec SHA1 (patch-lib_rdoc_ri_driver.rb) = 53ce4055b4c008c8ee13d38a81334d4846debdbc |