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:           Sat Feb 12 12:33:36 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-msgpack: Makefile PLIST distinfo

Log Message:
devel/ruby-msgpack: update to 1.4.4

1.4.3 (2022-01-20)

* Optimize serialization/deserialization of Symbols
* Support registering ext types for objects of subclasses of primitive types
  (like Hash)
* Add optimized_symbols_parsing option to Factory#register_type on MRI
  implementation
* Optimize to deduplicate Hash keys on JRuby
* Support JRuby 9.3 (and drop 9.1)

1.4.4 (2022-01-22)

* Specify the build option --platform=8 for older Java platforms


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-msgpack/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-msgpack/PLIST
cvs rdiff -u -r1.23 -r1.24 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.22 pkgsrc/devel/ruby-msgpack/Makefile:1.23
--- pkgsrc/devel/ruby-msgpack/Makefile:1.22     Wed Feb  3 14:10:42 2021
+++ pkgsrc/devel/ruby-msgpack/Makefile  Sat Feb 12 12:33:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/02/03 14:10:42 taca Exp $
+# $NetBSD: Makefile,v 1.23 2022/02/12 12:33:36 taca Exp $
 
-DISTNAME=      msgpack-1.4.2
+DISTNAME=      msgpack-1.4.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-msgpack/PLIST
diff -u pkgsrc/devel/ruby-msgpack/PLIST:1.12 pkgsrc/devel/ruby-msgpack/PLIST:1.13
--- pkgsrc/devel/ruby-msgpack/PLIST:1.12        Wed Feb  3 14:10:42 2021
+++ pkgsrc/devel/ruby-msgpack/PLIST     Sat Feb 12 12:33:36 2022
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.12 2021/02/03 14:10:42 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/02/12 12:33:36 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/msgpack/msgpack.${RUBY_DLEXT}
+${GEM_LIBDIR}/.github/workflows/ci.yaml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rubocop.yml
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/ChangeLog
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE

Index: pkgsrc/devel/ruby-msgpack/distinfo
diff -u pkgsrc/devel/ruby-msgpack/distinfo:1.23 pkgsrc/devel/ruby-msgpack/distinfo:1.24
--- pkgsrc/devel/ruby-msgpack/distinfo:1.23     Tue Oct 26 10:19:38 2021
+++ pkgsrc/devel/ruby-msgpack/distinfo  Sat Feb 12 12:33:36 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2021/10/26 10:19:38 nia Exp $
+$NetBSD: distinfo,v 1.24 2022/02/12 12:33:36 taca Exp $
 
-BLAKE2s (msgpack-1.4.2.gem) = 49c693472c9d951427c3745b800e43d48c3edab24f9e6b4972c41c48e01d58a0
-SHA512 (msgpack-1.4.2.gem) = b2f703fdb401c023dfb3064cb9c4b8f1458c0420c6f6f17bdc9230aef1a6f943a605a3f7369a20e7402e98db77a62fadc90aab40de90fdf6ea16924f33eb7ff8
-Size (msgpack-1.4.2.gem) = 83456 bytes
+BLAKE2s (msgpack-1.4.4.gem) = 7f21b51b033363c01e6651f6948d0f3587f3d15d3da5a3c3353589f7f155f7d9
+SHA512 (msgpack-1.4.4.gem) = 0ee58d5c334f7ee3e8b890d480b71141603bd5951b188ef162d2ca03f51ef40316ff386c505ccd9dc8a6e667359b9fd8934263b1200a4ee8a399c220e95156b0
+Size (msgpack-1.4.4.gem) = 84992 bytes



Home | Main Index | Thread Index | Old Index