pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-msgpack devel/ruby-msgpack: update to 1.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/936c8c59011a
branches:  trunk
changeset: 386456:936c8c59011a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 09 07:21:45 2022 +0000

description:
devel/ruby-msgpack: update to 1.6.0

2022-09-30 (1.6.0)

* Fix a potential use-after-free bug in Buffer_free when accessing a packer
  or unpacker buffer.

* `old-style-definition` compilation warnings.

* Restore zero-copy buffer feed when provided a Ruby string. This was
  accidentally broken in 1.5.4.

* Provide implementations for `ObjectSpace.memsize`. Message pack objects
  now properly report their size to Ruby.

* Fix an endianess bug on Windows platform.

diffstat:

 devel/ruby-msgpack/Makefile |  4 ++--
 devel/ruby-msgpack/PLIST    |  3 ++-
 devel/ruby-msgpack/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 5742b7f3d7ba -r 936c8c59011a devel/ruby-msgpack/Makefile
--- a/devel/ruby-msgpack/Makefile       Sun Oct 09 07:20:24 2022 +0000
+++ b/devel/ruby-msgpack/Makefile       Sun Oct 09 07:21:45 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/08/24 13:26:52 taca Exp $
+# $NetBSD: Makefile,v 1.26 2022/10/09 07:21:45 taca Exp $
 
-DISTNAME=      msgpack-1.5.6
+DISTNAME=      msgpack-1.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 5742b7f3d7ba -r 936c8c59011a devel/ruby-msgpack/PLIST
--- a/devel/ruby-msgpack/PLIST  Sun Oct 09 07:20:24 2022 +0000
+++ b/devel/ruby-msgpack/PLIST  Sun Oct 09 07:21:45 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2022/08/24 13:26:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/10/09 07:21:45 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/msgpack/msgpack.${RUBY_DLEXT}
@@ -12,6 +12,7 @@
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/appveyor.yml
 ${GEM_LIBDIR}/bench/bench.rb
+${GEM_LIBDIR}/bin/console
 ${GEM_LIBDIR}/doclib/msgpack.rb
 ${GEM_LIBDIR}/doclib/msgpack/buffer.rb
 ${GEM_LIBDIR}/doclib/msgpack/core_ext.rb
diff -r 5742b7f3d7ba -r 936c8c59011a devel/ruby-msgpack/distinfo
--- a/devel/ruby-msgpack/distinfo       Sun Oct 09 07:20:24 2022 +0000
+++ b/devel/ruby-msgpack/distinfo       Sun Oct 09 07:21:45 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/08/24 13:26:52 taca Exp $
+$NetBSD: distinfo,v 1.27 2022/10/09 07:21:45 taca Exp $
 
-BLAKE2s (msgpack-1.5.6.gem) = 7124815e75dff8af2b8f05fd51054b212e2e6c3a473b0d10eb95dda2505e3596
-SHA512 (msgpack-1.5.6.gem) = b07b6a1499747e2b6ce83751440092cd537c86ac4169fcf730bcb50aa030176018ca7a9961deb160951b193341d388efb26620afe3fff456e5567cafd0156209
-Size (msgpack-1.5.6.gem) = 89600 bytes
+BLAKE2s (msgpack-1.6.0.gem) = 91c303d2b6b679dd6c24dd4d01271808dc123632b6a95902c6b504d11cd66f6f
+SHA512 (msgpack-1.6.0.gem) = 9aaa01a5ba3782cf8a6170b055c6d6914260ad4303a029d3fb0efe6a64eb415f3ff6bda34449444fe102c767ec892256fa9b568abc9c45f5713e94bbab86b92c
+Size (msgpack-1.6.0.gem) = 90624 bytes



Home | Main Index | Thread Index | Old Index