summaryrefslogtreecommitdiff
path: root/databases/ruby-mysql2/Makefile
diff options
context:
space:
mode:
authortaca <taca>2016-07-17 14:26:35 +0000
committertaca <taca>2016-07-17 14:26:35 +0000
commit13b6bb7d06d2f96d5cf620c8bba92ed24b937860 (patch)
treeed518ef8a69076e117647106117bb42c7e8e048b /databases/ruby-mysql2/Makefile
parent9e82652a78036684ef8fe96d7c8b08306b1dbdef (diff)
downloadpkgsrc-13b6bb7d06d2f96d5cf620c8bba92ed24b937860.tar.gz
Update ruby-mysql2 to 0.4.4.
Bugfixes • Fix segv when num of rows is zero • Fix failed to allocate memory for an empty result set • Fix :cache_rows => false on prepared statements • Fix results buffer allocation fails with prepared statements Changes • Allow repeated each with :cache_rows => false • Fix some tests for non-default creds • Use the Travis Trusty image for Travis CI
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 b87105b682d..4c21267cbac 100644
--- a/databases/ruby-mysql2/Makefile
+++ b/databases/ruby-mysql2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2016/03/08 13:55:26 taca Exp $
+# $NetBSD: Makefile,v 1.13 2016/07/17 14:26:35 taca Exp $
#
-DISTNAME= mysql2-0.4.3
+DISTNAME= mysql2-0.4.4
CATEGORIES= databases ruby
MAINTAINER= taca@NetBSD.org