From 17d62f311eabdeac61954a551970c71fa02e186b Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 19 Feb 2024 14:59:43 +0000 Subject: [PATCH] devel/ruby-bindata: update to 2.5.0 2.5.0 (2024-02-16) * Removed experimental :check_offset and :adjust_offset parameters * Support nested tracing * each_pair can now access anonymous fields * Fix potential encoding error * Skip supports fast searching with :asserted_value * Implement Section. Closes #101 * various: fix miscellaneous typos * Support ruby 3.3 --- devel/ruby-bindata/Makefile | 4 ++-- devel/ruby-bindata/PLIST | 13 ++++++++++--- devel/ruby-bindata/distinfo | 8 ++++---- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/devel/ruby-bindata/Makefile b/devel/ruby-bindata/Makefile index c2f10edda18a..26277bf314a4 100644 --- a/devel/ruby-bindata/Makefile +++ b/devel/ruby-bindata/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/02/11 13:42:39 taca Exp $ +# $NetBSD: Makefile,v 1.12 2024/02/19 14:59:43 taca Exp $ -DISTNAME= bindata-2.4.15 +DISTNAME= bindata-2.5.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org diff --git a/devel/ruby-bindata/PLIST b/devel/ruby-bindata/PLIST index 96d4fb8a61cd..040e543f6e57 100644 --- a/devel/ruby-bindata/PLIST +++ b/devel/ruby-bindata/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/02/11 13:42:39 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2024/02/19 14:59:43 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/ChangeLog.rdoc ${GEM_LIBDIR}/Gemfile @@ -30,18 +30,25 @@ ${GEM_LIBDIR}/lib/bindata/int.rb ${GEM_LIBDIR}/lib/bindata/io.rb ${GEM_LIBDIR}/lib/bindata/lazy.rb ${GEM_LIBDIR}/lib/bindata/name.rb -${GEM_LIBDIR}/lib/bindata/offset.rb ${GEM_LIBDIR}/lib/bindata/params.rb ${GEM_LIBDIR}/lib/bindata/primitive.rb ${GEM_LIBDIR}/lib/bindata/record.rb ${GEM_LIBDIR}/lib/bindata/registry.rb ${GEM_LIBDIR}/lib/bindata/rest.rb ${GEM_LIBDIR}/lib/bindata/sanitize.rb +${GEM_LIBDIR}/lib/bindata/section.rb ${GEM_LIBDIR}/lib/bindata/skip.rb ${GEM_LIBDIR}/lib/bindata/string.rb ${GEM_LIBDIR}/lib/bindata/stringz.rb ${GEM_LIBDIR}/lib/bindata/struct.rb ${GEM_LIBDIR}/lib/bindata/trace.rb +${GEM_LIBDIR}/lib/bindata/transform/brotli.rb +${GEM_LIBDIR}/lib/bindata/transform/lz4.rb +${GEM_LIBDIR}/lib/bindata/transform/lzma.rb +${GEM_LIBDIR}/lib/bindata/transform/xor.rb +${GEM_LIBDIR}/lib/bindata/transform/xz.rb +${GEM_LIBDIR}/lib/bindata/transform/zlib.rb +${GEM_LIBDIR}/lib/bindata/transform/zstd.rb ${GEM_LIBDIR}/lib/bindata/uint8_array.rb ${GEM_LIBDIR}/lib/bindata/version.rb ${GEM_LIBDIR}/lib/bindata/virtual.rb @@ -59,12 +66,12 @@ ${GEM_LIBDIR}/test/float_test.rb ${GEM_LIBDIR}/test/int_test.rb ${GEM_LIBDIR}/test/io_test.rb ${GEM_LIBDIR}/test/lazy_test.rb -${GEM_LIBDIR}/test/offset_test.rb ${GEM_LIBDIR}/test/params_test.rb ${GEM_LIBDIR}/test/primitive_test.rb ${GEM_LIBDIR}/test/record_test.rb ${GEM_LIBDIR}/test/registry_test.rb ${GEM_LIBDIR}/test/rest_test.rb +${GEM_LIBDIR}/test/section_test.rb ${GEM_LIBDIR}/test/skip_test.rb ${GEM_LIBDIR}/test/string_test.rb ${GEM_LIBDIR}/test/stringz_test.rb diff --git a/devel/ruby-bindata/distinfo b/devel/ruby-bindata/distinfo index 4fb96d732139..31da0aa45982 100644 --- a/devel/ruby-bindata/distinfo +++ b/devel/ruby-bindata/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2023/02/11 13:42:39 taca Exp $ +$NetBSD: distinfo,v 1.14 2024/02/19 14:59:43 taca Exp $ -BLAKE2s (bindata-2.4.15.gem) = 51ef9ff576e6fd78d983ae635ba59c608dac37974fc8a790076d51111c519064 -SHA512 (bindata-2.4.15.gem) = 366b9de24ce6276832f0ea9c76cad70b433aa1f7f29839a1317b0fe2582f9c91d16ea90d74da7364d94f088b53ada2597b0e25cee859487657af4db20efed930 -Size (bindata-2.4.15.gem) = 80384 bytes +BLAKE2s (bindata-2.5.0.gem) = dca9969696ac77cbd4cb0c49d39c4125d68b9a4e2203d7259df41a53d9bef3f7 +SHA512 (bindata-2.5.0.gem) = 17aa458d9450775f46247f97c04e9c73fbf629321404b1c785e077028ab1edaf5e9bd5cbbc606b950a7bd968b3a1460c55fbbffedad16a4d7df6fc67781ef356 +Size (bindata-2.5.0.gem) = 83456 bytes