diff options
author | taca <taca@pkgsrc.org> | 2012-04-22 08:23:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-04-22 08:23:00 +0000 |
commit | 0532f3e2b026159b6348d4309fa0b17aaec906f5 (patch) | |
tree | 957f8e119ca26f1974e16f5bd015ea5e15c52b0a | |
parent | badc20a5bf364e700ec11bbcff87620f48a9b627 (diff) | |
download | pkgsrc-0532f3e2b026159b6348d4309fa0b17aaec906f5.tar.gz |
Update ruby19 packages to 1.9.2p320.
Security fix with updating bundled RubyGems to 1.8.23 and several a few bug
fixes.
Fri Apr 20 12:40:19 2012 Eric Hodel <drbrain@segment7.net>
* lib/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Removed to avoid
conflict with ca-bundle.pem
* lib/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem:
ditto.
* lib/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem:
ditto.
Fri Apr 20 09:04:35 2012 Eric Hodel <drbrain@segment7.net>
* lib/rubygems: Apply the following security fixes to RubyGems 1.3.7:
RubyGems now disallows redirection from HTTPS to HTTP.
RubyGems now verifies SSL connections.
Patch by Hiroshi Nakamura.
* test/rubygems: ditto.
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 | ||||
-rw-r--r-- | lang/ruby19-base/PLIST | 3 | ||||
-rw-r--r-- | lang/ruby19-base/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 2ba3fd6e1cc..26395122cea 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.78 2012/04/22 08:17:16 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.79 2012/04/22 08:23:00 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -204,7 +204,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl358 -RUBY19_PATCHLEVEL= pl318 +RUBY19_PATCHLEVEL= pl320 RUBY193_PATCHLEVEL= p194 # current API compatible version; used for version of shared library diff --git a/lang/ruby19-base/PLIST b/lang/ruby19-base/PLIST index 1b163366584..4c94409266a 100644 --- a/lang/ruby19-base/PLIST +++ b/lang/ruby19-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/11/23 06:01:21 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/04/22 08:23:00 taca Exp $ bin/erb${RUBY_VER} bin/gem${RUBY_VER} bin/irb${RUBY_VER} @@ -489,6 +489,7 @@ ${RUBY_LIB}/rubygems/source_info_cache.rb ${RUBY_LIB}/rubygems/source_info_cache_entry.rb ${RUBY_LIB}/rubygems/spec_fetcher.rb ${RUBY_LIB}/rubygems/specification.rb +${RUBY_LIB}/rubygems/ssl_certs/ca-bundle.pem ${RUBY_LIB}/rubygems/test_utilities.rb ${RUBY_LIB}/rubygems/text.rb ${RUBY_LIB}/rubygems/uninstaller.rb diff --git a/lang/ruby19-base/distinfo b/lang/ruby19-base/distinfo index 6a2f8ecddce..b7d7fac7a83 100644 --- a/lang/ruby19-base/distinfo +++ b/lang/ruby19-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2012/02/23 14:15:58 taca Exp $ +$NetBSD: distinfo,v 1.12 2012/04/22 08:23:00 taca Exp $ -SHA1 (ruby-1.9.2-p318.tar.bz2) = c66c124bd038271b9593ff839c1979d8a859a3f0 -RMD160 (ruby-1.9.2-p318.tar.bz2) = aa548763207907fdf75e670e3ff21912387e4057 -Size (ruby-1.9.2-p318.tar.bz2) = 8810015 bytes +SHA1 (ruby-1.9.2-p320.tar.bz2) = f4892311ea4ca2a6c979c9fd3a03c8e473998315 +RMD160 (ruby-1.9.2-p320.tar.bz2) = b4fb13b26cd048d983d127b2c8ec28e82df3a8a2 +Size (ruby-1.9.2-p320.tar.bz2) = 8981382 bytes SHA1 (patch-aa) = b54c275b76302feaceadde71d0deec1749c50254 SHA1 (patch-ab) = 8924a50b312b9b660f4460a65d4887e17ebb1976 SHA1 (patch-ac) = c076c99eb886842dc5ac546e1105b7ef2a3edd68 |