Tuesday, June 15, 2021

Update: lang/jruby 9.2.19.0

Simple update to the latest version of JRuby. Release notes at
https://www.jruby.org/2021/06/15/jruby-9-2-19-0.html. Basically
fixes a single getsockopt issue in --dev mode.

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.94
diff -u -p -r1.94 Makefile
--- Makefile 11 Jun 2021 14:56:23 -0000 1.94
+++ Makefile 15 Jun 2021 19:58:19 -0000
@@ -5,7 +5,7 @@ ONLY_FOR_ARCHS = amd64

COMMENT = pure-Java implementation of the Ruby language

-V = 9.2.18.0
+V = 9.2.19.0
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.61
diff -u -p -r1.61 distinfo
--- distinfo 11 Jun 2021 14:56:23 -0000 1.61
+++ distinfo 15 Jun 2021 19:58:19 -0000
@@ -1,6 +1,6 @@
SHA256 (jffi-1.2.18.tar.gz) = BTJsmFFT5MhkSblzLLqjnHVw8HnNDxJ2wvXfQOusvZI=
-SHA256 (jruby-dist-9.2.18.0-bin.tar.gz) = QlpclwptkYrlMSdYUGNNEhaeNVd1SyuBf7+3mHoywac=
+SHA256 (jruby-dist-9.2.19.0-bin.tar.gz) = H3SIWi0/pYn8vrKSo5+s9/hr4+rBqwFeMsZdMqzz878=
SHA256 (jruby-launcher-1.1.9-java.gem) = 9prnUcy0VqolcmXSsZR5HWWWrFr2cNZVZyH3DHQcEdU=
SIZE (jffi-1.2.18.tar.gz) = 2210133
-SIZE (jruby-dist-9.2.18.0-bin.tar.gz) = 26289753
+SIZE (jruby-dist-9.2.19.0-bin.tar.gz) = 26296142
SIZE (jruby-launcher-1.1.9-java.gem) = 65024

No comments:

Post a Comment