Revision: 76249 http://trac.macports.org/changeset/76249 Author: kimuraw@macports.org Date: 2011-02-19 08:47:07 -0800 (Sat, 19 Feb 2011) Log Message: ----------- lang/ruby19: 1.9.2-p180 security update. A symlink race condition vulnerability was found in FileUtils. http://www.ruby-lang.org/en/news/2011/02/18/fileutils-is-vulnerable-to-symli... Modified Paths: -------------- trunk/dports/lang/ruby19/Portfile Modified: trunk/dports/lang/ruby19/Portfile =================================================================== --- trunk/dports/lang/ruby19/Portfile 2011-02-19 16:24:04 UTC (rev 76248) +++ trunk/dports/lang/ruby19/Portfile 2011-02-19 16:47:07 UTC (rev 76249) @@ -3,7 +3,7 @@ PortSystem 1.0 name ruby19 -version 1.9.2-p136 +version 1.9.2-p180 revision 0 categories lang ruby @@ -25,9 +25,9 @@ use_bzip2 yes distname ruby-${version} -checksums md5 52958d35d1b437f5d9d225690de94c13 \ - rmd160 91fec5fc667035b5d281a55c268b79c71b4c1277 \ - sha1 3f9023d00be44104d2fef485843f123bb6de6c37 +checksums md5 68510eeb7511c403b91fe5476f250538 \ + rmd160 a5870eaa18777342e562fdb513c2dd76d2045d78 \ + sha1 10824b44c8060c7b9b5afc0b3519a1e9f02f7fe5 use_parallel_build yes depends_lib port:libiconv \