[89963] trunk/dports/lang/ruby19/Portfile

kimuraw at macports.org kimuraw at macports.org
Fri Feb 17 05:07:59 PST 2012


Revision: 89963
          http://trac.macports.org/changeset/89963
Author:   kimuraw at macports.org
Date:     2012-02-17 05:07:57 -0800 (Fri, 17 Feb 2012)
Log Message:
-----------
lang/ruby19: upgrade to 1.9.3-p125. this version includes Security Fix
    for Ruby OpenSSL module.
    http://www.ruby-lang.org/en/news/2012/02/16/security-fix-for-ruby-openssl-module-allow-0n-splitting-as-a-prevention-for-the-tls-beast-attack-/
    
    remove two patches added at r89693.
    these changes were merged to ruby-1.9.3.
    https://bugs.ruby-lang.org/issues/5975

Revision Links:
--------------
    http://trac.macports.org/changeset/89693

Modified Paths:
--------------
    trunk/dports/lang/ruby19/Portfile

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2012-02-17 12:13:09 UTC (rev 89962)
+++ trunk/dports/lang/ruby19/Portfile	2012-02-17 13:07:57 UTC (rev 89963)
@@ -3,8 +3,8 @@
 PortSystem			1.0
 
 name				ruby19
-version				1.9.3-p0
-revision			1
+version				1.9.3-p125
+revision			0
 
 categories			lang ruby
 maintainers			kimuraw openmaintainer
@@ -25,9 +25,9 @@
 use_bzip2			yes
 distname			ruby-${version}
 
-checksums			md5 65401fb3194cdccd6c1175ab29b8fdb8 \
-					rmd160 92e95f1d41f89864e2e4791b522a815e6bf51711 \
-					sha1 f63c116411b981ef54c2caeefb9ccc4d71a5d2cf
+checksums			md5 702529a7f8417ed79f628b77d8061aa5 \
+					rmd160 37517b3b0ab27ec09e3c5a5c48102d39f9657e28 \
+					sha1 bcdd597cfea7f79fb949314f265fc36af7de16a5
 use_parallel_build	yes
 
 depends_lib			port:libiconv \
@@ -44,13 +44,7 @@
 # https://github.com/rubygems/rubygems/pull/196
 # fix 'Invalid gemspec in [... json-1.6.1.gemspec]: invalid date format in
 #      specification: "2011-09-18 00:00:00.000000000Z"'
-# fix bug in configure(.in) handling of ARCH_FLAG
-#      https://bugs.ruby-lang.org/issues/5975
-#      (patched in ruby 1.9.3 https://bugs.ruby-lang.org/projects/ruby-193/repository/revisions/34474;
-#      we should be able to remove this patch in the next patch-level bump)
-patchfiles			patch-lib-rubygems-specification.rb.diff \
-					patch-configure.diff \
-					patch-configure.in.diff
+patchfiles			patch-lib-rubygems-specification.rb.diff
 
 # ruby-1.9.3 supports Xcode-4.2 clang and gcc-4.2.
 # ruby built with llvm-gcc will be broken.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120217/b3af8f1b/attachment-0001.html>


More information about the macports-changes mailing list