<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[113807] trunk/dports/lang/ruby20</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/113807">113807</a></dd>
<dt>Author</dt> <dd>kimuraw@macports.org</dd>
<dt>Date</dt> <dd>2013-11-23 16:19:52 -0800 (Sat, 23 Nov 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>lang/ruby20: upgrade to 2.0.0-p353, 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/</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportslangruby20Portfile">trunk/dports/lang/ruby20/Portfile</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportslangruby20filespatchrubylist49520diff">trunk/dports/lang/ruby20/files/patch-ruby-list-49520.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportslangruby20Portfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/lang/ruby20/Portfile (113806 => 113807)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/ruby20/Portfile        2013-11-23 22:49:25 UTC (rev 113806)
+++ trunk/dports/lang/ruby20/Portfile        2013-11-24 00:19:52 UTC (rev 113807)
</span><span class="lines">@@ -5,8 +5,8 @@
</span><span class="cx"> PortGroup           select 1.0
</span><span class="cx"> 
</span><span class="cx"> name                ruby20
</span><del>-version             2.0.0-p247
-revision            1
</del><ins>+version             2.0.0-p353
+revision            0
</ins><span class="cx"> 
</span><span class="cx"> categories          lang ruby
</span><span class="cx"> maintainers         kimuraw openmaintainer
</span><span class="lines">@@ -26,10 +26,10 @@
</span><span class="cx"> use_bzip2           yes
</span><span class="cx"> distname            ruby-${version}
</span><span class="cx"> 
</span><del>-checksums           md5 60913f3eec0c4071f44df42600be2604 \
-                    rmd160 4a3b6653f17c145c6938c538022c199f830a0dee \
-                    sha1 9d3e5758c87a2c8016aec246f278b7551f8cb675 \
-                    sha256 08e3d4b85b8a1118a8e81261f59dd8b4ddcfd70b6ae554e0ec5ceb99c3185e8a
</del><ins>+checksums           md5 20eb8f067d20f6b76b7e16cce2a85a55 \
+                    rmd160 e12445ef618953c89d1c198899b6a3a959fc55f2 \
+                    sha1 0be863f1c39d7764c52cbb79ca06105743e27c42 \
+                    sha256 3de4e4d9aff4682fa4f8ed2b70bd0d746fae17452fc3d3a8e8f505ead9105ad9
</ins><span class="cx"> use_parallel_build  no
</span><span class="cx"> 
</span><span class="cx"> depends_lib         port:readline \
</span><span class="lines">@@ -59,11 +59,8 @@
</span><span class="cx"> # Port &quot;ruby&quot; and &quot;ruby19&quot; does the same.
</span><span class="cx"> configure.env-append UNAME_RELEASE=${os.major}
</span><span class="cx"> 
</span><del>-# configure: fix build error at verconf.h. patch from trunk.
</del><span class="cx"> # ext/tk/extconf.rb: fix build error with tk variant
</span><del>-# ruby-list:49520: fix mactk variant does not work
-patchfiles          patch-ext-tk-extconf.rb.diff \
-                    patch-ruby-list-49520.diff
</del><ins>+patchfiles          patch-ext-tk-extconf.rb.diff
</ins><span class="cx"> 
</span><span class="cx"> # Add the architecture flag as required
</span><span class="cx"> if {[info exists build_arch] &amp;&amp; ${build_arch} != &quot;&quot;} {
</span><span class="lines">@@ -83,14 +80,6 @@
</span><span class="cx">     # install destination of commands from port:rb-*
</span><span class="cx">     xinstall -m 0755 -d ${destroot}${prefix}/libexec/ruby2.0
</span><span class="cx">     destroot.keepdirs-append ${destroot}${prefix}/libexec/ruby2.0
</span><del>-
-#    # error at activate, for these case sensitive files
-#   foreach rdoc {Exception2MessageMapper/fail-i.yaml \
-#                 REXML/Parsers/XPathParser/predicate-i.yaml} {
-#       if {[file exists ${destroot}${prefix}/share/ri1.9/1.9.1/system/${rdoc}]} {
-#           delete ${destroot}${prefix}/share/ri1.9/1.9.1/system/${rdoc}
-#       }
-#   }
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant doc description &quot;Install rdoc indexes and C API documents&quot; {
</span></span></pre></div>
<a id="trunkdportslangruby20filespatchrubylist49520diff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/lang/ruby20/files/patch-ruby-list-49520.diff (113806 => 113807)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/ruby20/files/patch-ruby-list-49520.diff        2013-11-23 22:49:25 UTC (rev 113806)
+++ trunk/dports/lang/ruby20/files/patch-ruby-list-49520.diff        2013-11-24 00:19:52 UTC (rev 113807)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>---- 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, &quot;Tcl.framework&quot;, &quot;Headers&quot;))
-     next unless File.directory?(tcldir = File.join(dir, &quot;Tcl.framework&quot;))
--    next unless File.exist?(File.join(dir, &quot;Tk.framework&quot;), &quot;Headers&quot;)
-+    next unless File.exist?(File.join(dir, &quot;Tk.framework&quot;, &quot;Headers&quot;))
-     next unless File.directory?(tkdir  = File.join(dir, &quot;Tk.framework&quot;))
-     TkLib_Config[&quot;tcltk-framework&quot;] = dir
-     return [tcldir, tkdir]
</del></span></pre>
</div>
</div>

</body>
</html>