summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql2/Makefile
diff options
context:
space:
mode:
authortaca <taca>2016-10-24 13:54:42 +0000
committertaca <taca>2016-10-24 13:54:42 +0000
commit2b92a1d680b45292c72c898b7eff29c420412436 (patch)
tree096daecddb0bc1c0d77d83f3e336ed13e06cb3ef /databases/ruby-mysql2/Makefile
parentd03f814eceb2164b5de679964a9a76ac33b366e6 (diff)
downloadpkgsrc-2b92a1d680b45292c72c898b7eff29c420412436.tar.gz
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 (limited to 'databases/ruby-mysql2/Makefile')
-rw-r--r--databases/ruby-mysql2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-mysql2/Makefile b/databases/ruby-mysql2/Makefile
index 4c21267cbac..78dc71ec5bb 100644
--- a/databases/ruby-mysql2/Makefile
+++ b/databases/ruby-mysql2/Makefile
@@ -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