Simple update to the latest version of JRuby to fix an issue with Kernel#sprintf that could have security implications. See https://www.jruby.org/2020/03/25/jruby-9-2-11-1.html for details.
Tested on amd64, the only supported arch. Will be committing in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/lang/jruby/Makefile,v retrieving revision 1.84 diff -u -p -r1.84 Makefile --- Makefile 5 Mar 2020 15:29:13 -0000 1.84 +++ Makefile 25 Mar 2020 19:34:43 -0000 @@ -5,7 +5,7 @@ ONLY_FOR_ARCHS = amd64 COMMENT = pure-Java implementation of the Ruby language -V = 9.2.11.0 +V = 9.2.11.1 DISTNAME = jruby-dist-${V}-bin PKGNAME = jruby-${V} CATEGORIES = lang lang/ruby Index: distinfo =================================================================== RCS file: /cvs/ports/lang/jruby/distinfo,v retrieving revision 1.53 diff -u -p -r1.53 distinfo --- distinfo 5 Mar 2020 15:29:13 -0000 1.53 +++ distinfo 25 Mar 2020 19:34:43 -0000 @@ -1,6 +1,6 @@ SHA256 (jffi-1.2.18.tar.gz) = BTJsmFFT5MhkSblzLLqjnHVw8HnNDxJ2wvXfQOusvZI= -SHA256 (jruby-dist-9.2.11.0-bin.tar.gz) = iugtoaJlgZLBRFyWETR3Usa/+twoTsDcBhXja7W63wc= +SHA256 (jruby-dist-9.2.11.1-bin.tar.gz) = 8QRJyCVnEzkI5eGsB2Q4MHp/CRb2F/QPoxS3iHOhldw= SHA256 (jruby-launcher-1.1.9-java.gem) = 9prnUcy0VqolcmXSsZR5HWWWrFr2cNZVZyH3DHQcEdU= SIZE (jffi-1.2.18.tar.gz) = 2210133 -SIZE (jruby-dist-9.2.11.0-bin.tar.gz) = 25548555 +SIZE (jruby-dist-9.2.11.1-bin.tar.gz) = 25547815 SIZE (jruby-launcher-1.1.9-java.gem) = 65024