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

kimuraw at macports.org kimuraw at macports.org
Wed Feb 6 08:21:11 PST 2013


Revision: 102670
          https://trac.macports.org/changeset/102670
Author:   kimuraw at macports.org
Date:     2013-02-06 08:21:11 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
lang/ruby19: upgrade to 1.9.3-p385, includes fix of CVE-2013-0256.

1. CVE-2013-0256 - http://www.ruby-lang.org/en/news/2013/02/06/rdoc-xss-cve-2013-0256/
2. #37690 (+universal requires autoconf) was fixed at upstream.

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

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2013-02-06 15:41:38 UTC (rev 102669)
+++ trunk/dports/lang/ruby19/Portfile	2013-02-06 16:21:11 UTC (rev 102670)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 
 name				ruby19
-version				1.9.3-p374
+version				1.9.3-p385
 revision			0
 
 categories			lang ruby
@@ -26,10 +26,10 @@
 use_bzip2			yes
 distname			ruby-${version}
 
-checksums			md5 944e73eba9ee9e1f2647ff32ec0b14b2 \
-					rmd160 bb3beabef451d958a27a743aa138ce6704d5cab1 \
-					sha1 fde7f6d286fcb27135d29963f04f5d0e066195f7 \
-					sha256 712944f691b79f22f655547826400c26b13bc8c9e7bdc73a4abea45d5e766d85
+checksums			md5 5ec9aff670f4912b0f6f0e11e855ef6c \
+					rmd160 b2fbe56de1295659aa54c0a2d9f77a1212f62a02 \
+					sha1 54e8d08103e915e2b07dcfcea88ab7fc42d40b0a \
+					sha256 f991ee50414dc795696bad0fc5c7b0b94d93b9b38fed943326d20ce4e9dda42b
 use_parallel_build	no
 
 depends_lib			port:libiconv \
@@ -152,11 +152,6 @@
 }
 
 variant universal {
-		# fix #37690. http://trac.macports.org/ticket/37690
-		# autoconf 2.63 or later required for universal,
-		# but configure of ruby-1.9.3-p374 generated with autoconf 2.61.
-		depends_lib-append		port:autoconf
-		use_autoreconf			yes
 		# use ruby built-in universal mechanism.
 		configure.args-append   --with-arch=[join ${universal_archs} ,]
 		# clear macports' universal flags
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/21ac92e4/attachment.html>


More information about the macports-changes mailing list