The latest patch release for ruby 1.8.7 was released today.  ChangeLog
at https://github.com/ruby/ruby/blob/v1_8_7_352/ChangeLog .  Includes
fixes for  webrick, securerandom, autoload, atfork, and uri.

No regressions in my testing on amd64.  Haven't yet tested on i386
(will do that on Tuesday), but I'd appreciate testing on other arches
and/or OKs.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/ruby/1.8/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    25 May 2011 18:20:43 -0000      1.12
+++ Makefile    2 Jul 2011 16:03:35 -0000
@@ -6,15 +6,13 @@ COMMENT-gdbm=         gdbm interface for ruby
 COMMENT-tk=            tk interface for ruby
 
 VERSION=               1.8.7
-PATCHLEVEL=            334
+PATCHLEVEL=            352
 
 SHARED_LIBS=           ruby18 0.0
 PKGNAME-main=          ruby-${VERSION}.${PATCHLEVEL}
 PKGNAME-iconv=         ruby-iconv-${VERSION}.${PATCHLEVEL}
 PKGNAME-gdbm=          ruby-gdbm-${VERSION}.${PATCHLEVEL}
 PKGNAME-tk=            ruby-tk-${VERSION}.${PATCHLEVEL}
-
-REVISION-main=         0
 
 PKGSPEC-main=          ruby->=1.8,<1.9
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/ruby/1.8/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    7 Mar 2011 18:57:38 -0000       1.3
+++ distinfo    2 Jul 2011 16:04:14 -0000
@@ -1,5 +1,5 @@
-MD5 (ruby-1.8.7-p334.tar.gz) = qstu5d/iNnaCu6Vq9/QVuA==
-RMD160 (ruby-1.8.7-p334.tar.gz) = wsLwijdtIqUGBJWIkDoy/aaJZLA=
-SHA1 (ruby-1.8.7-p334.tar.gz) = MYBUypRCpJq79xCtv2EiW2s8s1I=
-SHA256 (ruby-1.8.7-p334.tar.gz) = aPaNZICVUEVmH6s75hTFBL/KwWfQcMb9v8nb4sVES8A=
-SIZE (ruby-1.8.7-p334.tar.gz) = 4873838
+MD5 (ruby-1.8.7-p352.tar.gz) = DDP2Y6EKVA6mVne7dV5Xpw==
+RMD160 (ruby-1.8.7-p352.tar.gz) = HBPld74/JEvoA2PixBBGaMWKcag=
+SHA1 (ruby-1.8.7-p352.tar.gz) = btQE+NndM+DZ2+JOCRAaHueO18M=
+SHA256 (ruby-1.8.7-p352.tar.gz) = IyW5+asq9mNGnQV8ah71nZFKZJgI6fbRpId8iXPC2tA=
+SIZE (ruby-1.8.7-p352.tar.gz) = 4894181

Reply via email to