1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
|
ruby-mysql2 (0.5.3-3) unstable; urgency=medium
* Team upload.
* Skip another randomly failing test.
-- Marc Dequènes (Duck) <Duck@DuckCorp.org> Tue, 27 Apr 2021 21:54:22 +0900
ruby-mysql2 (0.5.3-2) unstable; urgency=medium
* Fix connection with test server (Closes: #978251)
- debian/start_mysqld_and_run.sh: run server as $USER, and not as root.
It seems that for some reasons mariadb no longer accepts connections
as root.
- debian/start_mysqld_and_run.sh: fallback to killing the server at the
end, if the shutdown command fails. This avoids leaving the server
running forever in case something goes wrong with the shutdown
command.
- Add debian/patches/fix-configuration.patch to adjust the connection
configurations used by the tests.
* Add patch to skip test that makes assumptions about the server side
-- Antonio Terceiro <terceiro@debian.org> Sat, 27 Feb 2021 13:35:11 -0300
ruby-mysql2 (0.5.3-1) unstable; urgency=medium
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Debian Janitor ]
* Update standards version to 4.4.1, no changes needed.
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Repository, Repository-Browse.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
* Update standards version to 4.5.0, no changes needed.
[ Cédric Boutillier ]
* [ci skip] Update team name
* [ci skip] Add .gitattributes to keep unwanted files out of the source package
[ Utkarsh Gupta ]
* Switch d/watch to point to g/h tarball
* New upstream version 0.5.3
* Refresh d/patches
* Apply diff to fix FTBFS (Closes: #923727)
* Add myself as an uploader
* Remove unnecessary dependency on the Ruby interpreter
* Bump debhelper-compat to 13
* Fix package wrt cme
* Apply wrap-and-sort
-- Utkarsh Gupta <utkarsh@debian.org> Fri, 16 Oct 2020 14:33:43 +0530
ruby-mysql2 (0.5.2-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.5.2
* Bump debhelper compatibility level to 11
* Declare compliance with Debian Policy 4.3.0
* Update VCS urls to point to salsa
* debian/controle: use secure url in Homepage field
* debian/copyright: use secure url in Format field
* Update the patch set
* debian/start_mysqld_and_run.sh: do not create test database
* Add patch to skip connect_attrs tests due random failure
* debian/watch: use gemwatch.debian.net
-- Lucas Kanashiro <kanashiro@debian.org> Fri, 04 Jan 2019 17:34:23 -0200
ruby-mysql2 (0.4.5-2) unstable; urgency=medium
* Team upload.
* Ignore failing test, probably caused by mariadb client lib
-- Christian Hofstaedtler <zeha@debian.org> Thu, 29 Dec 2016 18:36:10 +0000
ruby-mysql2 (0.4.5-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.4.5
* Switch to default-*mysql* (Closes: #845907)
* Work around mariadb grant issue
* Bump debhelper compat level to 10
-- Christian Hofstaedtler <zeha@debian.org> Mon, 19 Dec 2016 00:40:04 +0000
ruby-mysql2 (0.4.4-1) unstable; urgency=medium
* Team upload
[ Cédric Boutillier ]
* Use https:// in Vcs-* fields
* Run wrap-and-sort on packaging files
[ Antonio Terceiro ]
* New upstream version 0.4.4
* Bump Standards-Version to 3.9.8 (no changes needed)
* Replace build dedependency on libmysqld-dev with libmysqlclient-dev
(Closes: #836315)
-- Antonio Terceiro <terceiro@debian.org> Thu, 01 Sep 2016 19:12:11 -0300
ruby-mysql2 (0.4.3-2) unstable; urgency=medium
* Team upload.
* Fix FTBFS on Big Endian architectures caused by wrong size of YEAR type.
-- Christian Hofstaedtler <zeha@debian.org> Sat, 27 Feb 2016 20:29:04 +0000
ruby-mysql2 (0.4.3-1) unstable; urgency=medium
* Team upload
[ Christian Hofstaedtler ]
* Imported Upstream version 0.4.2
* Drop upstream applied patches
* Refresh local patches
* Bump Standard-Version to 3.9.6
[ Antonio Terceiro ]
* Imported Upstream version 0.4.3
* rename debian/start_mysqld_and_auto_install.sh to
debian/start_mysqld_and_run.sh and make it generic; adapt all in
debian/rules accordingly.
* Move logic for calling debian/start_mysqld_and_run.sh for running the
tests inside debian/ruby-tests.rake
* Add skip-problematic-tests.patch to skip 2 tests (Closes: #815770, #796516)
* Add trust-library-ABI.patch: skip check for exact versions of the MySQL
client library (Closes: #794477)
* Update packaging with a new dh-make-ruby run
- bump debhelper compatibility level from 7 to 9
- switch Vcs-* to https URLs
- cleanup debian/rules
-- Antonio Terceiro <terceiro@debian.org> Thu, 25 Feb 2016 12:01:39 -0300
ruby-mysql2 (0.3.18-1) unstable; urgency=medium
* Team upload
* New upstream release
* Refresh patches
- avoid_openssl_loop.patch dropped, applied upstream
- correct_mysql_init.patch dropped, applied upstream
* debian/start_mysqld_and_auto_install.sh: skip database creation, since
mysql seems to already create a database called `test` by default.
Closes: #791785, #782768
* add port_to_rspec3.patch, created with `transpec` plus a few manual tweaks
to port test suite to RSpec3. This was already done upstream, but there
was no release since then. This patch must probably be dropped when the
next release comes.
-- Antonio Terceiro <terceiro@debian.org> Mon, 20 Jul 2015 22:25:45 -0300
ruby-mysql2 (0.3.16-3) unstable; urgency=medium
* Team upload.
* Always shutdown mysqld, even if build fails
* Cleanup hanging rspec child on test failure
-- Christian Hofstaedtler <zeha@debian.org> Fri, 10 Apr 2015 16:46:28 +0200
ruby-mysql2 (0.3.16-2) unstable; urgency=medium
* Add upstream patch avoid_openssl_loop.patch to use /dev/null in the
invalidate_fd function to avoid infinite loop in OpenSSL (Closes: #770891)
Before, a dummy socket was used instead of /dev/null, which may not absorb
all writes and lead to an infinite loop.
* Add upstream patch correct_mysql_init.patch to correctly initialize the
MySQL library, to avoid race condition when other threads try to create a
connection (Closes: #770896)
-- Cédric Boutillier <boutil@debian.org> Tue, 25 Nov 2014 17:52:01 +0100
ruby-mysql2 (0.3.16-1) unstable; urgency=medium
[ Jérémy Bobbio ]
* Add git-buildpackage configuration
[ Cédric Boutillier ]
* Imported Upstream version 0.3.16
* remove deactivate_failing_specs.patch: test 'should run signal handlers
while waiting for a response' is now passing.
-- Cédric Boutillier <boutil@debian.org> Sun, 15 Jun 2014 00:37:16 +0200
ruby-mysql2 (0.3.15-1) unstable; urgency=low
[ Pirate Praveen ]
* New upstream release.
* Bump standards version to 3.9.5 (no changes)
* Bump gem2deb build dep to 0.7.4~
- drop ruby 1.9.1
[ Cédric Boutillier ]
* Create test MySQL table before the tests
* Add deactivate_failing_specs.patch, to deactivate a time sensitive test in
spec/mysql2/client_spec.rb, failing with Ruby 2.1
-- Cédric Boutillier <boutil@debian.org> Tue, 15 Apr 2014 13:22:13 +0200
ruby-mysql2 (0.3.14-2) unstable; urgency=medium
* Add myself to Uploaders.
* Do not run eventmachine tests until it is fixed on freebsd.
-- Cédric Boutillier <boutil@debian.org> Wed, 11 Dec 2013 10:36:13 +0100
ruby-mysql2 (0.3.14-1) unstable; urgency=low
* Team upload
* Imported Upstream version 0.3.14
+ add support for Ruby 2.0 (Closes: #720227)
* Use canonical URI in Vcs-* fields
* Copy example configuration in spec/ for use in tests
* Refresh remove_rpath_compilation_flag.patch
* Do not try to install inexistant CHANGELOG.md
-- Cédric Boutillier <boutil@debian.org> Tue, 26 Nov 2013 16:16:45 +0100
ruby-mysql2 (0.3.11-1) unstable; urgency=low
* Initial release (Closes: #691150)
-- Michael Franzl <office@michaelfranzl.com> Thu, 01 Nov 2012 12:05:27 +0100
|