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:           Thu Oct 20 14:42:08 UTC 2016

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

Log Message:
Update ruby-msgpack to 1.0.2.

2016-10-17 version 1.0.2:

* Bump version up to release newer version to fix broken gem release for JRuby

2016-10-17 version 1.0.1:

* Fix a bug to crash at packer when ext type is registered for superclass of packed object
* Fix JRuby implementation about inconsistent API of Unpacker constructor


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-msgpack/Makefile \
    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.13 pkgsrc/devel/ruby-msgpack/Makefile:1.14
--- pkgsrc/devel/ruby-msgpack/Makefile:1.13     Wed Aug 10 20:36:12 2016
+++ pkgsrc/devel/ruby-msgpack/Makefile  Thu Oct 20 14:42:08 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/08/10 20:36:12 bsiegert Exp $
+# $NetBSD: Makefile,v 1.14 2016/10/20 14:42:08 taca Exp $
 
-DISTNAME=      msgpack-1.0.0
+DISTNAME=      msgpack-1.0.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-msgpack/distinfo
diff -u pkgsrc/devel/ruby-msgpack/distinfo:1.13 pkgsrc/devel/ruby-msgpack/distinfo:1.14
--- pkgsrc/devel/ruby-msgpack/distinfo:1.13     Wed Aug 10 20:36:12 2016
+++ pkgsrc/devel/ruby-msgpack/distinfo  Thu Oct 20 14:42:08 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/08/10 20:36:12 bsiegert Exp $
+$NetBSD: distinfo,v 1.14 2016/10/20 14:42:08 taca Exp $
 
-SHA1 (msgpack-1.0.0.gem) = 56e728d77483847e10dc2dc9fa0f7338fc5f499e
-RMD160 (msgpack-1.0.0.gem) = 5eefbd39aec266903321d0d2c131293ae5266751
-SHA512 (msgpack-1.0.0.gem) = e87c267a67cc8d89dcc499570bf3316a84643acfbd045ec7a66990b3388e9305c068b7d5c759d35e52c9acb1172794399d2df4a3db4b7685978f3488ff1c3eca
-Size (msgpack-1.0.0.gem) = 76800 bytes
+SHA1 (msgpack-1.0.2.gem) = b638671fe3659baa90b5d06de163e856c5b97b3c
+RMD160 (msgpack-1.0.2.gem) = eaaba1832179d5babea24b5f2e1399d27dca9968
+SHA512 (msgpack-1.0.2.gem) = e821c7057ee3497c833be522c4baa8133ae029ff582bd9892ab20b8981d26c757d6348e8ae9ea4288ef3d4fccc44c5d7304473a9e4c7475a78727811630ccfe9
+Size (msgpack-1.0.2.gem) = 77312 bytes



Home | Main Index | Thread Index | Old Index