summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql2
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-03-23 13:41:37 +0000
committertaca <taca@pkgsrc.org>2018-03-23 13:41:37 +0000
commit375b9c7d5defe5c50edef41e84aec1fa4967a004 (patch)
tree3c6e0752ecc33c00afc731df7f4139a38448574d /databases/ruby-mysql2
parentbbdf80ec355bee845775da1290dfefa62cbbce19 (diff)
downloadpkgsrc-375b9c7d5defe5c50edef41e84aec1fa4967a004.tar.gz
databases/ruby-mysql2: update to 0.5.0
0.5.0 2018/3/21 Breaking Changes * Ruby 2.0 or higher required. Ruby 1.8.7 and Ruby 1.9.3 are not supported. * MySQL 5.5 or higher required. MySQL 5.0 and 5.1 are not supported. New Features * Expose mysql_set_server_option to turn multiple statements on and off (#943) * Accept query options on Statement#execute (#912) * Support connect attributes and the program_name attribute (#760) * Make server_status variable available (#755) Bug Fixes * Fix wrong value of type YEAR on big endian environment (#921) * MySQL 8.0.3 Release Candidate removes MYSQL_SECURE_AUTH (#891) * Suppress Fixnum and Bignum warnings on Ruby 2.4 (#907) Changes * Resolve warnings for my_bool vs. bool types (#916, #919) * Call BigDecimal(num) instead of BigDecimal.new(num) (#925, #928) * GitHub is HTTPS by default (#922) * Misc Cleanups (#918) * More specific exception classes (#260, #404, #870, 911) * Update RuboCop to 0.50.x (#752) * Prefix more C functions with rb_mysql_ (#910) * Fix compat with RubyInstaller-2.4 on Windows (#875)
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 767862e652d..e2f450ff565 100644
--- a/databases/ruby-mysql2/Makefile
+++ b/databases/ruby-mysql2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2018/02/25 14:08:18 taca Exp $
+# $NetBSD: Makefile,v 1.19 2018/03/23 13:41:37 taca Exp $
#
-DISTNAME= mysql2-0.4.10
+DISTNAME= mysql2-0.5.0
CATEGORIES= databases ruby
MAINTAINER= taca@NetBSD.org
diff --git a/databases/ruby-mysql2/distinfo b/databases/ruby-mysql2/distinfo
index a543ff251aa..70490db9d11 100644
--- a/databases/ruby-mysql2/distinfo
+++ b/databases/ruby-mysql2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/02/25 14:08:18 taca Exp $
+$NetBSD: distinfo,v 1.17 2018/03/23 13:41:37 taca Exp $
-SHA1 (mysql2-0.4.10.gem) = b4d1606147276f61105759b45a0f4f06d8ac6750
-RMD160 (mysql2-0.4.10.gem) = d1d6913d0e6e64d2aaab2066744668be56a2ee2c
-SHA512 (mysql2-0.4.10.gem) = 1f9c8eb1b120cfc940b3aa26b2dff54735ccdf54fd6e6745e347179d29803b4a4d1f3b80a86f92dd534089f625ffcd6055458f27aaefebe58f8332890a842b43
-Size (mysql2-0.4.10.gem) = 97792 bytes
+SHA1 (mysql2-0.5.0.gem) = 5981bc9c1337009f8355486e5681f586f5095dd3
+RMD160 (mysql2-0.5.0.gem) = 14aa173bde98968417943634e61456c2b7ad8525
+SHA512 (mysql2-0.5.0.gem) = d7026fd4e69558bb8150bb9f4053143cecf2af39c94db2d8b708b8ab936b20b3051844eb79e893c2c5880774b24c62d77444f258195887f4eb95ea558dd7e410
+Size (mysql2-0.5.0.gem) = 98816 bytes