pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-mysql2 Update ruby-mysql2 to 0.4.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e316838b5f83
branches:  trunk
changeset: 354224:e316838b5f83
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Oct 24 13:54:42 2016 +0000

description:
Update ruby-mysql2 to 0.4.5.

0.4.5

New Features

    * Add new connection argument :ssl_mode to Mysql2::Client#new
    * Prepared statements now support DateTime arguments

Bugfixes

    * Fix segfault when wrapper->result is used after it is freed
    * Raise an exception but don't crash on non-string encoding argument
    * Raise an exception but don't crash on nil argument to Mysql2::Client#new
    * Avoid RangeError on integers larger than LONG_LONG
    * Fix a BigDecimal value binding in Prepared Statements
    * Avoid type error when using connect_timeout, read_timeout and
      write_timeout in a DATABASE_URL env variable

Changes

    * Travis CI matrix now includes MySQL 8.0
    * Travis CI matrix defaults to MySQL 5.6
    * AppVeyor CI matrix switched to MySQL 5.7
    * Fix test that implicitly creates a passwordless user
    * Use RSpec expect output instead of StringIO
    * Move macro REQUIRE_CONNECTED to client.c
    * Add a note about casting boolean columns
    * Suppress rubocop's invalid UTF-8 literal warning

diffstat:

 databases/ruby-mysql2/Makefile |   4 ++--
 databases/ruby-mysql2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r b1fd9264a17c -r e316838b5f83 databases/ruby-mysql2/Makefile
--- a/databases/ruby-mysql2/Makefile    Mon Oct 24 10:56:14 2016 +0000
+++ b/databases/ruby-mysql2/Makefile    Mon Oct 24 13:54:42 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2016/07/17 14:26:35 taca Exp $
+# $NetBSD: Makefile,v 1.14 2016/10/24 13:54:42 taca Exp $
 #
 
-DISTNAME=      mysql2-0.4.4
+DISTNAME=      mysql2-0.4.5
 CATEGORIES=    databases ruby
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r b1fd9264a17c -r e316838b5f83 databases/ruby-mysql2/distinfo
--- a/databases/ruby-mysql2/distinfo    Mon Oct 24 10:56:14 2016 +0000
+++ b/databases/ruby-mysql2/distinfo    Mon Oct 24 13:54:42 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/07/17 14:26:35 taca Exp $
+$NetBSD: distinfo,v 1.12 2016/10/24 13:54:42 taca Exp $
 
-SHA1 (mysql2-0.4.4.gem) = 2378bac90e62efe47449947888e3407398ae7953
-RMD160 (mysql2-0.4.4.gem) = 894552846ee4fc5024d26ca17a15075bdd70851f
-SHA512 (mysql2-0.4.4.gem) = 824f05266f65ebe5b9594a4955c439a931eab3eae2f948077e3fb53626d0402c6713a774b1939d44b8c06224c3f9f3d99299e512c734da0fdb2abe4ee654b7e4
-Size (mysql2-0.4.4.gem) = 73728 bytes
+SHA1 (mysql2-0.4.5.gem) = ce8802f1cced1588536c0d0378f80c88d6339cbc
+RMD160 (mysql2-0.4.5.gem) = 1925c4e3ac6b4c7c5316466d4e84c6b1c40f32ac
+SHA512 (mysql2-0.4.5.gem) = e0be5579c811f50be698eb1f6ab209ba05c1583b217ed7ae562b4c37a123afcae8727d898591950acaf750a9b8a4394589dd05eab3c43571d4402d3956b6bae9
+Size (mysql2-0.4.5.gem) = 76288 bytes



Home | Main Index | Thread Index | Old Index