summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-07-10 06:09:40 +0000
committertaca <taca@pkgsrc.org>2022-07-10 06:09:40 +0000
commit59ede357a5ff7076035e1b4180bf450816059fd8 (patch)
tree367927fede99ac2fadebe3385b3f272325dc2f49
parent977fe6e6a3c18a62a9e453d586468c75f3833e15 (diff)
downloadpkgsrc-59ede357a5ff7076035e1b4180bf450816059fd8.tar.gz
databases/ruby-mysql2: update to 0.5.4
0.5.4 (2022-05-03) * The taint mechanism will be deprecated in Ruby 2.7 by @kamipo in #1083 * Made argument types strict for ruby 2.7 by @nobu in #1096 * Update rake (and rake-compiler) to suppress the warning. by @junaruga in #1099 * Fix crash if a Mysql2::Client object is allocated but never connected by @sodabrew in #1101 * Remove Enumerable include from Statement class by @adamcrown in #1104 * Add project metadata to the gemspec by @orien in #1089 * Don't call mysql_close if mysql_init wasn't called. by @fimmtiu in #1111 * Client session tracking by @insom in #1092 * Avoid a hash object allocation per each query/execute call by @kamipo in #1112 * Implementing type reflection from mysql result by @danhuynhdev in #1068 * Register C global variables to Ruby GC to avoid problems with GC.compact by @casperisfine in #1115 * Clarify Rails 4.2.11 support in Readme by @muzfuz in #1131 * Improve Homebrew compatibility by @stefansundin in #1135 * Tiny README syntax markup for consistency by @fwolfst in #1164 * Add GitHub Actions. by @junaruga in #1154 * Run GC.verify_compaction_references on CI by @casperisfine in #1155 * GitHub Actions: Add CentOS/Fedora cases. by @junaruga in #1168 * Random SEGV in do_send_query() by @unak in #1150 * GitHub Actions: Add macOS cases. by @junaruga in #1170 * Add GitHub Actions badges. by @junaruga in #1172 * Rename .travis_* files to ci/*. by @junaruga in #1171 * Make the benchmarks group optional. by @junaruga in #1173 * Verify the testing database before running tests. by @junaruga in #1174 * Rename the before/after hooks's symbol on RSpec 2 to the one on RSpec 3. by @junaruga in #1177 * Refactor CI yaml files by @junaruga in #1176 * Fix test failures on MariaDB by @junaruga in #1193 * Fix some typos [ci skip] by @kamipo in #1195 * Travis: Remove the command to pin Rubygems. by @junaruga in #1188 * Make Result#fields return interned strings in Ruby 3+ by @casperisfine in #1181 * Can't enable SSL with MariaDB driver library. (#1182) by @vakuum in #1183 * Fix broken URL [ci skip] by @gaurish in #1207 * Dynamically set Homebrew-installed OpenSSL flag by @olivierlacan in #1204 * Setup default CA path if not provided by @dbussink in #1206 * Allow setting VERIFY_IDENTITY for MariaDB by @dbussink in #1205 * Fix session tracking tests by @insom in #1222 * Update Mysql2::Result spec for Ruby 3.1 by @casperisfine in #1219 * Update DATETIME casting tests for mysql 8.0 by @casperisfine in #1221 * Fix syntax by @tenderlove in #1223 * Fix more builds by @tenderlove in #1224 * Fix a mismatching size warning by @casperisfine in #1227 * Move rubocop to a separate CI job by @casperisfine in #1225 * improve ConnectionError mapping by @ThomasSevestre in #1215 * Undefine T_DATA allocators for Ruby 3.2 compatibility by @casperisfine in #1236 * Add Ruby 3.1 to the CI matrix by @casperisfine in #1235 * Fix to build with MySQL 5.1 by @arika in #1197 * fix typo in README by @nealharris in #1247 * Add signing key for MySQL 5.7.37 / 8.0.28 and higher by @sodabrew in #1254 * Remove ubuntu-16.04 from workflows by @mishina2228 in #1257 * Update GitHub Actions workflows by @mishina2228 in #1253
-rw-r--r--databases/ruby-mysql2/Makefile5
-rw-r--r--databases/ruby-mysql2/PLIST3
-rw-r--r--databases/ruby-mysql2/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/ruby-mysql2/Makefile b/databases/ruby-mysql2/Makefile
index 8ddaf3d501f..059024cb81d 100644
--- a/databases/ruby-mysql2/Makefile
+++ b/databases/ruby-mysql2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2021/06/23 20:33:10 nia Exp $
+# $NetBSD: Makefile,v 1.24 2022/07/10 06:09:40 taca Exp $
#
-DISTNAME= mysql2-0.5.3
-PKGREVISION= 1
+DISTNAME= mysql2-0.5.4
CATEGORIES= databases ruby
MAINTAINER= taca@NetBSD.org
diff --git a/databases/ruby-mysql2/PLIST b/databases/ruby-mysql2/PLIST
index 6f31e6fa9a5..cf0a2373515 100644
--- a/databases/ruby-mysql2/PLIST
+++ b/databases/ruby-mysql2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/16 15:14:56 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/07/10 06:09:40 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/mysql2/mysql2.${RUBY_DLEXT}
@@ -29,6 +29,7 @@ ${GEM_LIBDIR}/lib/mysql2/mysql2.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/mysql2/result.rb
${GEM_LIBDIR}/lib/mysql2/statement.rb
${GEM_LIBDIR}/lib/mysql2/version.rb
+${GEM_LIBDIR}/support/3A79BD29.asc
${GEM_LIBDIR}/support/5072E1F5.asc
${GEM_LIBDIR}/support/libmysql.def
${GEM_LIBDIR}/support/mysql_enc_to_ruby.rb
diff --git a/databases/ruby-mysql2/distinfo b/databases/ruby-mysql2/distinfo
index b337e386f44..1b00ed47a09 100644
--- a/databases/ruby-mysql2/distinfo
+++ b/databases/ruby-mysql2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 10:10:03 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/07/10 06:09:40 taca Exp $
-BLAKE2s (mysql2-0.5.3.gem) = 8c0d77b29f53168c14733e8106e876d89b7ddb9a46ca92068956682aac2fa32f
-SHA512 (mysql2-0.5.3.gem) = 59a0ee00261b09e8bbfc586a6f75af840a465a94fd8c9463a3d7767e5ea6b7e64507c9571fb90c6d0cdde3cfff560c97fbf3f3c32b3916aca852ef5c41e1bce9
-Size (mysql2-0.5.3.gem) = 74240 bytes
+BLAKE2s (mysql2-0.5.4.gem) = 2e22b972e3b51eef2f3efc021de743ba4538fee06f03260d5cd10c195b23d636
+SHA512 (mysql2-0.5.4.gem) = 7852afe449f6931d0dc6ceba542a49280170af56c9f2f1fa369224e1633b6cbd03c1dfeae9d7b2c2c3e0e63fe6dd386b030e0249c9c9de1863476729490c1c9b
+Size (mysql2-0.5.4.gem) = 79360 bytes