summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql2
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-07-13 14:18:03 +0000
committertaca <taca@pkgsrc.org>2017-07-13 14:18:03 +0000
commita0d46961f04fdcfeba41cd9b83883bf8b4ea1c36 (patch)
treec6a3fdf37d54137e690b17155fd6f43a7b818549 /databases/ruby-mysql2
parentedc876cebced984e96a92e58b4a0564e72e9f4d3 (diff)
downloadpkgsrc-a0d46961f04fdcfeba41cd9b83883bf8b4ea1c36.tar.gz
Update ruby-mysql2 to 0.4.8.
0.4.7 * Adding support for MYSQL_ENABLE_CLEARTEXT_PLUGIN flag (#845) * Avoid invalidating re-assigned socket fd by fixing connected check (#847) * Wait for close to be processed by server in test for Threads_connected (#850) * Fix flaky test that used Process.wait without specifying a pid (#849) * Add a Mysql2::Client#closed? method (#796) * Fix use after free of client field when closing with reconnect option (#846) * Fix leaky test that caused a re-assigned socket to be closed on GC. (#853) * Close several unclosed clients in tests (#848) * Fix spec that expected Client#socket on all platforms, it's not available on WIndows * Docs: Fix link in readme (#854) * English grammar: Fix incorrect use of word "deprecated" (#855) * Minimal required changes to make it work for mariadb 10.2 (#857) * Fix segfault for Mysql2::Statement#fields on non-SELECT queries * Fix for name change of struct NET.vio to .pvio in MariaDB Connector/C 3.x. * Fix for MariaDB 10.2 which does not define CLIENT_LONG_PASSWORD * Add README section to discuss the special meaning of localhost * Move the section for Multple Result Sets * Update MySQL Connector/C version for Windows * Change the quoting for unzipping MySQL Connector/C for Windows 0.4.8 * Add ifdefs for MySQL 5.1 without MYSQL_ENABLE_CLEARTEXT_PLUGIN
Diffstat (limited to 'databases/ruby-mysql2')
-rw-r--r--databases/ruby-mysql2/Makefile4
-rw-r--r--databases/ruby-mysql2/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/ruby-mysql2/Makefile b/databases/ruby-mysql2/Makefile
index 26ee1df88f8..65ec960e4fe 100644
--- a/databases/ruby-mysql2/Makefile
+++ b/databases/ruby-mysql2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2017/06/04 15:01:32 taca Exp $
+# $NetBSD: Makefile,v 1.16 2017/07/13 14:18:03 taca Exp $
#
-DISTNAME= mysql2-0.4.6
+DISTNAME= mysql2-0.4.8
CATEGORIES= databases ruby
MAINTAINER= taca@NetBSD.org
diff --git a/databases/ruby-mysql2/distinfo b/databases/ruby-mysql2/distinfo
index 60acb8ffb83..db5e4170f41 100644
--- a/databases/ruby-mysql2/distinfo
+++ b/databases/ruby-mysql2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/06/04 15:01:32 taca Exp $
+$NetBSD: distinfo,v 1.14 2017/07/13 14:18:03 taca Exp $
-SHA1 (mysql2-0.4.6.gem) = 51997bebabc0b4cb60311064f902b982ac7d5739
-RMD160 (mysql2-0.4.6.gem) = a81aab00f3c4eaed10a9bd4e75cf3cf28e9c95e7
-SHA512 (mysql2-0.4.6.gem) = dbaa8f343dc27fcebae0c57f5fe1cd20bb4f0e8a07371d6006532dfafef6a1de3d0b2c4e2f872c0358c30223cd9da6fc27f365d57323cf7f1ba49da1a2a7b466
-Size (mysql2-0.4.6.gem) = 76288 bytes
+SHA1 (mysql2-0.4.8.gem) = c913842fd75fdbb762e8bfcc9ed93529171e0ff3
+RMD160 (mysql2-0.4.8.gem) = b8ee83e277a7c1738fe76d3451283ccaeebecea4
+SHA512 (mysql2-0.4.8.gem) = f40ba8fdc49365eb6c7e903d20e518c5548e11878ffa00f254f4d5b2b5590fa1b042eb37b6395841326b0ec49cfd94df0565a90312a591c511079e0f57367496
+Size (mysql2-0.4.8.gem) = 77312 bytes