diff options
author | taca <taca@pkgsrc.org> | 2012-02-16 16:43:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-02-16 16:43:38 +0000 |
commit | 859ee2c42dcd941ff8ced9e76f91f3faab7085a0 (patch) | |
tree | 1dca9de8d3ef7314c632466f9459e4da0c3cf43a /lang | |
parent | 5b3c5c0f697210004ea94e653b944aa75f305458 (diff) | |
download | pkgsrc-859ee2c42dcd941ff8ced9e76f91f3faab7085a0.tar.gz |
Update ruby193-base package to 1.9.3p125 (Ruby 1.9.3 patchlevel 125).
Implictly update lang/ruby193 and devel/ruby-mode (nothing change).
== Fixes
* Fix for Ruby OpenSSL module: Allow "0/n splitting" as a prevention
for the TLS BEAST attack
* Fixed: LLVM/clang support [Bug #5076]
* Fixed: GCC 4.7 support [Bug #5851]
* other bug fixes
For more detail, please refer:
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_125/ChangeLog
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 | ||||
-rw-r--r-- | lang/ruby193-base/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby193-base/distinfo | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 75c54706f75..ba3cd1bbd4e 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.72 2012/02/16 16:36:07 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.73 2012/02/16 16:43:38 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -205,7 +205,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl358 RUBY19_PATCHLEVEL= pl290 -RUBY193_PATCHLEVEL= p0 +RUBY193_PATCHLEVEL= p125 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 diff --git a/lang/ruby193-base/Makefile b/lang/ruby193-base/Makefile index 818c8d72af5..06bf86d57eb 100644 --- a/lang/ruby193-base/Makefile +++ b/lang/ruby193-base/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2012/01/24 20:42:42 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/16 16:43:38 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL} -PKGREVISION= 3 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} -#PKGREVISION= MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} diff --git a/lang/ruby193-base/distinfo b/lang/ruby193-base/distinfo index 19bfdc1d50c..8eec8557bcb 100644 --- a/lang/ruby193-base/distinfo +++ b/lang/ruby193-base/distinfo @@ -1,11 +1,12 @@ -$NetBSD: distinfo,v 1.3 2012/01/24 20:42:42 joerg Exp $ +$NetBSD: distinfo,v 1.4 2012/02/16 16:43:38 taca Exp $ -SHA1 (ruby-1.9.3-p0.tar.bz2) = f63c116411b981ef54c2caeefb9ccc4d71a5d2cf -RMD160 (ruby-1.9.3-p0.tar.bz2) = 92e95f1d41f89864e2e4791b522a815e6bf51711 -Size (ruby-1.9.3-p0.tar.bz2) = 9554576 bytes +SHA1 (ruby-1.9.3-p125.tar.bz2) = 3ab1c7769ee4445f57f4dc377b89eece560df901 +RMD160 (ruby-1.9.3-p125.tar.bz2) = d1b2a1653cba4c2e8913cd4323b099647a5b0d3b +Size (ruby-1.9.3-p125.tar.bz2) = 9640876 bytes SHA1 (patch-configure) = 3045588df7baca5e100363eaef64567d6a59d527 SHA1 (patch-configure.in) = c6671d30e11dfb2d5e4b253b6f3e53cf32af0152 SHA1 (patch-defs_default__gems) = fb24111736f1a76a05e853aa068024dbdd24e5a5 +SHA1 (patch-ext_dbm_extconf.rb) = 9fcf42c12e8220e85b4b58aa32e4fbd9cdad6889 SHA1 (patch-lib_rdoc_ri_driver.rb) = acb4cb022893eb8dea2adf7564f5e5e1a0f1e9c8 SHA1 (patch-lib_rubygems.rb) = cc02e3a296d88605ef8444d64ca805ddebb524c6 SHA1 (patch-lib_rubygems_commands_install__command.rb) = ff637f39f3fd76b7550fd7f8c32fe303eec6f8c3 |