pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-msgpack
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 9 07:21:45 UTC 2022
Modified Files:
pkgsrc/devel/ruby-msgpack: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-msgpack/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-msgpack/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-msgpack/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-msgpack/Makefile
diff -u pkgsrc/devel/ruby-msgpack/Makefile:1.25 pkgsrc/devel/ruby-msgpack/Makefile:1.26
--- pkgsrc/devel/ruby-msgpack/Makefile:1.25 Wed Aug 24 13:26:52 2022
+++ pkgsrc/devel/ruby-msgpack/Makefile Sun Oct 9 07:21:45 2022
@@ -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
Index: pkgsrc/devel/ruby-msgpack/PLIST
diff -u pkgsrc/devel/ruby-msgpack/PLIST:1.14 pkgsrc/devel/ruby-msgpack/PLIST:1.15
--- pkgsrc/devel/ruby-msgpack/PLIST:1.14 Wed Aug 24 13:26:52 2022
+++ pkgsrc/devel/ruby-msgpack/PLIST Sun Oct 9 07:21:45 2022
@@ -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}/README.md
${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
Index: pkgsrc/devel/ruby-msgpack/distinfo
diff -u pkgsrc/devel/ruby-msgpack/distinfo:1.26 pkgsrc/devel/ruby-msgpack/distinfo:1.27
--- pkgsrc/devel/ruby-msgpack/distinfo:1.26 Wed Aug 24 13:26:52 2022
+++ pkgsrc/devel/ruby-msgpack/distinfo Sun Oct 9 07:21:45 2022
@@ -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