summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-03-08 13:55:26 +0000
committertaca <taca@pkgsrc.org>2016-03-08 13:55:26 +0000
commitd6c49c5c897cd80fafecb57ef1539652a00d99d7 (patch)
tree803dc2a095792999dda940c5d58a8b56d1a8aa31 /databases
parentfd512750c1ed460373725e4f49a30cd5753db71f (diff)
downloadpkgsrc-d6c49c5c897cd80fafecb57ef1539652a00d99d7.tar.gz
Update ruby-mysql2 to 0.4.3.
0.4.3 New Features * Add method Client#ssl_cipher to expose mysql_get_ssl_cipher * Add method Result#free to immediately free a result set * Add connection flag automatic_close: true/false to determine whether to work around connections being closed by garbage collection in a child after a fork. Default is true, which restores behavior prior to 0.3.16. Bugfixes * Fix to hold the GVL between mysql_stmt_execute and mysql_stmt_store_result to prevent commands hitting the wire out of sync (e.g. if a GC run occurs in the middle) * Fix BigDecimal arguments to Prepared Statements were ignored * Fix rake re-definition warning Changes * Add Ruby 2.3 to the Travis CI matrix * Allow nil for timeouts instead of casting to 0 when creating a Client instance * Add connection flag automatic_close: true/false to determine whether to work around connections being closed by garbage collection in a child after a fork. Default is true, which restores behavior prior to 0.3.16.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-mysql2/Makefile6
-rw-r--r--databases/ruby-mysql2/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/ruby-mysql2/Makefile b/databases/ruby-mysql2/Makefile
index 697f6930e48..b87105b682d 100644
--- a/databases/ruby-mysql2/Makefile
+++ b/databases/ruby-mysql2/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2015/11/29 09:57:15 taca Exp $
+# $NetBSD: Makefile,v 1.12 2016/03/08 13:55:26 taca Exp $
#
-DISTNAME= mysql2-0.4.2
+DISTNAME= mysql2-0.4.3
CATEGORIES= databases ruby
MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://github.com/brianmario/mysql2/
+HOMEPAGE= https://github.com/brianmario/mysql2/
COMMENT= Simple, fast Mysql library for Ruby, binding to libmysql
LICENSE= mit
diff --git a/databases/ruby-mysql2/distinfo b/databases/ruby-mysql2/distinfo
index 707c375cfb0..332b64bc551 100644
--- a/databases/ruby-mysql2/distinfo
+++ b/databases/ruby-mysql2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/29 09:57:15 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/03/08 13:55:26 taca Exp $
-SHA1 (mysql2-0.4.2.gem) = 1805441c916d99ee25228ceedac4e925ac4e6ff7
-RMD160 (mysql2-0.4.2.gem) = 0f8eee16f6a089f2cb42621a53d21dd4e81f2947
-SHA512 (mysql2-0.4.2.gem) = d6883149dbd505c5d7f73c657a5fd2eebaeff9f78d411ac2fcb9bf78dc7f45866290067f20af2dd40a1851a26b09f1af404bc7aba3c60dd979475b7db81e2dae
-Size (mysql2-0.4.2.gem) = 72704 bytes
+SHA1 (mysql2-0.4.3.gem) = b28fe20599ff0d69d20b35df3651c237a6410e32
+RMD160 (mysql2-0.4.3.gem) = 92293bc616347e433dd75796e93368742684f968
+SHA512 (mysql2-0.4.3.gem) = bd55bec7ae6eaa6e3f1aaffa990d9f6d19a98595a08b3eedcca3b1b38ef48181f241f651a5b20b1a8b4b55df6076d7addce9b8119e73ecc2bf384174b5f5a3e7
+Size (mysql2-0.4.3.gem) = 73728 bytes