https://github.com/ohler55/oj/blob/master/CHANGELOG.md#3141---2023-02-01
3.14.1 - 2023-02-01 Fixed issue with uninitialized handler for Oj::Parser::Saj. Fixed hang on unterminated string with a \0 byte in parse.c. 3.14.0 - 2023-01-30 Tracing is now a compile time option giving a 15 to 20% performance boost. Some cleanup in teh fast parser. ok? --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/converters/ruby-oj/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 19 Nov 2022 00:57:59 -0000 1.3 +++ Makefile 6 Feb 2023 20:58:47 -0000 @@ -1,7 +1,7 @@ COMMENT = fast JSON parser and serializer -DISTNAME = oj-3.13.23 +DISTNAME = oj-3.14.1 CATEGORIES = converters Index: distinfo =================================================================== RCS file: /cvs/ports/converters/ruby-oj/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 19 Nov 2022 00:57:59 -0000 1.3 +++ distinfo 6 Feb 2023 20:58:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (oj-3.13.23.gem) = IG39xAIK2ZdHBQN/Jpz7ohHWG3ZipYxxfM53GCnM71E= -SIZE (oj-3.13.23.gem) = 268288 +SHA256 (oj-3.14.1.gem) = xy6wQ/7cH+QVeB0JcYFPdgxumqmtG8M1zwYe8q1581k= +SIZE (oj-3.14.1.gem) = 268288 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/converters/ruby-oj/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 18 Aug 2022 00:24:13 -0000 1.1.1.1 +++ pkg/PLIST 6 Feb 2023 20:58:47 -0000 @@ -23,6 +23,7 @@ ${GEM_LIB}/gems/${DISTNAME}/pages/Advanc ${GEM_LIB}/gems/${DISTNAME}/pages/Compatibility.md ${GEM_LIB}/gems/${DISTNAME}/pages/Custom.md ${GEM_LIB}/gems/${DISTNAME}/pages/Encoding.md +${GEM_LIB}/gems/${DISTNAME}/pages/InstallOptions.md ${GEM_LIB}/gems/${DISTNAME}/pages/JsonGem.md ${GEM_LIB}/gems/${DISTNAME}/pages/Modes.md ${GEM_LIB}/gems/${DISTNAME}/pages/Options.md