summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql2/distinfo
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-10-04 08:49:01 +0000
committertaca <taca@pkgsrc.org>2015-10-04 08:49:01 +0000
commit6ae35868adf99370a2ae447e9758494f63459b98 (patch)
treec356da284202abe71db4dfabf192b72c5092a466 /databases/ruby-mysql2/distinfo
parenta87df8becc62805c445dd506e44a0aef5e5e90da (diff)
downloadpkgsrc-6ae35868adf99370a2ae447e9758494f63459b98.tar.gz
Update ruby-mysql2 to 0.4.1.
0.4.1 0.4.0 @sodabrew sodabrew released this 26 days ago · 54 commits to master since this release New Features * Support for Prepared Statements! * Add connection option :sslverify * Use mariadb_config for MariaDB builds Bugfixes * Fix Mysql2::Result#count always returns 0 when using stored procedures and MULTI_STATEMENTS Changes * Prevent Timeout::timeout from interrupting query execution * Use Ruby's String#encode to remove unrecognized characters from error messages * Convert specs to RSpec 3 expect sytnax * Refactored the Travis CI test scripts * Misc cleanups with Rubocop * Stricter CFLAGS 0.3.20 @sodabrew sodabrew released this on 25 Aug · 205 commits to master since this release Bugfixes * Check if O_CLOEXEC is defined before using it in open() * Fix an infinite loop while searching for libmysqlclient when mysql_config is not found Changes * Call RakeCompilerDock.sh twice, once for 32-bit and once for 64-bit, when building Windows binary gems 0.3.19 @sodabrew sodabrew released this on 30 Jul · 205 commits to master since this release New Features * Mysql2::Client#info class method for easier debugging, and both the class and instance method return US_ASCII output rather than using the connection encoding. * When streaming results, continue result.count across calls to result.each Bugfixes * Search for mariadb_config on compile * Update to Connector/C 6.1.6 in the Windows builds * Fix Mysql2::Client#escape to set the encoding even if the string was not modified * Fix LICENSE filename in gem file list * Make the result.count return type consistent and match the source type Changes * Rename macro GetMysql2Result to GET_RESULT * Convert StringValuePtr to either RSTRING_PTR or StringValueCStr * Fix unused variable warning on Windows in rb_mysql_client_socket * Add Ruby 2.2 to the AppVeyor matrix * Test default client flag equality instead of bitwise truthiness * Add rake-compiler-dock for building Windows binary gems * Friendly ext build error <3 * Process :stream option in rb_mysql_result_to_obj once instead of rb_mysql_result_each for each call to each * Tests for streaming and stored procedures with multiple result sets
Diffstat (limited to 'databases/ruby-mysql2/distinfo')
-rw-r--r--databases/ruby-mysql2/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-mysql2/distinfo b/databases/ruby-mysql2/distinfo
index 433888be225..dd0a4fcffef 100644
--- a/databases/ruby-mysql2/distinfo
+++ b/databases/ruby-mysql2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2015/02/17 15:06:10 taca Exp $
+$NetBSD: distinfo,v 1.7 2015/10/04 08:49:01 taca Exp $
-SHA1 (mysql2-0.3.18.gem) = 53d1a090b638f35daa8273dafce1fc613d054257
-RMD160 (mysql2-0.3.18.gem) = ca7530b008e849dd500ce78edd17f7144330b04a
-Size (mysql2-0.3.18.gem) = 50688 bytes
+SHA1 (mysql2-0.4.1.gem) = f671ed52163ecb65b6cc231b9c3f0377bee5e8fd
+RMD160 (mysql2-0.4.1.gem) = ac7ba5298dd4a9131dc2ac3e8ba81d098dfeb936
+Size (mysql2-0.4.1.gem) = 71680 bytes