Simple update to latest version of rack.  Fixes CVE-2018-16471
(https://rubysec.com/advisories/rack-CVE-2018-16471). There is
another recent rack security vulnerability (CVE-2018-16470), but it only
affects 2.0.4 and 2.0.5.

Will commit in a couple days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/ruby-rack/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    14 Nov 2017 17:10:18 -0000      1.23
+++ Makefile    7 Nov 2018 21:40:45 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               modular Ruby webserver interface
 
-DISTNAME=              rack-2.0.3
+DISTNAME=              rack-2.0.6
 CATEGORIES=            www
 
 HOMEPAGE=              http://rack.github.io/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/ruby-rack/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    14 Nov 2017 17:10:18 -0000      1.12
+++ distinfo    7 Nov 2018 21:40:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (rack-2.0.3.gem) = jBybuv108Rx4opvYfHKnDntbhycS0XaKuDsz/sV9n80=
-SIZE (rack-2.0.3.gem) = 254464
+SHA256 (rack-2.0.6.gem) = 9YdKycIiPsxl/K0xIMiE/CqGjBwY9Uj/Z2pushvaj90=
+SIZE (rack-2.0.6.gem) = 255488


Reply via email to