[113808] trunk/dports/lang/ruby19

kimuraw at macports.org kimuraw at macports.org
Sat Nov 23 17:14:23 PST 2013


Revision: 113808
          https://trac.macports.org/changeset/113808
Author:   kimuraw at macports.org
Date:     2013-11-23 17:14:23 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
lang/ruby19: upgrade to 1.9.3-p484, includes fix of CVE-2013-4164

https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/

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

Removed Paths:
-------------
    trunk/dports/lang/ruby19/files/patch-ruby-list-49520.diff

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2013-11-24 00:19:52 UTC (rev 113807)
+++ trunk/dports/lang/ruby19/Portfile	2013-11-24 01:14:23 UTC (rev 113808)
@@ -5,8 +5,8 @@
 PortGroup			select 1.0
 
 name				ruby19
-version				1.9.3-p448
-revision			1
+version				1.9.3-p484
+revision			0
 
 categories			lang ruby
 maintainers			kimuraw openmaintainer
@@ -28,10 +28,10 @@
 use_bzip2			yes
 distname			ruby-${version}
 
-checksums			md5 aa710d386e5903f78f0231868255e6af \
-					rmd160 e012b5b506092406a4e35711d57290932ba557c6 \
-					sha1 4bd9140bd4760409f771d4dd55138c22d3ff2995 \
-					sha256 a7372230357bfff8e4525fb8019046da521561fe66b02c25d8efc10c9877bc91
+checksums			md5 03f5b08804927ceabe5122cb90f5d0a9 \
+					rmd160 21b4acab12b974d1f99d994a40cdfe3fe8d0be95 \
+					sha1 81dbaf390b16157069d8d1dd5b787db44d5f881c \
+					sha256 0fdc6e860d0023ba7b94c7a0cf1f7d32908b65b526246de9dfd5bb39d0d7922b
 use_parallel_build	no
 
 depends_lib			port:libiconv \
@@ -52,9 +52,7 @@
 # lib-rubygems-specification.rb: fix 'Invalid gemspec in [... json-1.6.1.gemspec]: invalid date
 #     format in specification: "2011-09-18 00:00:00.000000000Z"'
 #     https://github.com/rubygems/rubygems/pull/196
-# ruby-list:49520: fix mactk variant does not work
-patchfiles			patch-lib-rubygems-specification.rb.diff \
-                    patch-ruby-list-49520.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.

Deleted: trunk/dports/lang/ruby19/files/patch-ruby-list-49520.diff
===================================================================
--- trunk/dports/lang/ruby19/files/patch-ruby-list-49520.diff	2013-11-24 00:19:52 UTC (rev 113807)
+++ trunk/dports/lang/ruby19/files/patch-ruby-list-49520.diff	2013-11-24 01:14:23 UTC (rev 113808)
@@ -1,11 +0,0 @@
---- ext/tk/extconf.rb.orig	2013-08-22 00:39:29.000000000 +0900
-+++ ext/tk/extconf.rb	2013-08-22 21:19:22.000000000 +0900
-@@ -315,7 +315,7 @@
-   paths.map{|dir| dir.strip.chomp('/')}.each{|dir|
-     next unless File.exist?(File.join(dir, "Tcl.framework", "Headers"))
-     next unless File.directory?(tcldir = File.join(dir, "Tcl.framework"))
--    next unless File.exist?(File.join(dir, "Tk.framework"), "Headers")
-+    next unless File.exist?(File.join(dir, "Tk.framework", "Headers"))
-     next unless File.directory?(tkdir  = File.join(dir, "Tk.framework"))
-     TkLib_Config["tcltk-framework"] = dir
-     return [tcldir, tkdir]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/b5dccf67/attachment-0001.html>


More information about the macports-changes mailing list