2024-08-21 14:33:58 by Greg Troxel | Files touched by this commit (3) |
Log message:
databases/erlang-p1_mysql: Update to 1.0.24
# Version 1.0.24
* Add support for unix domain sockets
* Make compatible with OTP27
* Fix couple issues in binary protocol decoding
# Version 1.0.23
* Add support for sha256_password authenticaiton
# Version 1.0.22
* Add support for prepared statements
# Version 1.0.21
* Pass SSLOpts to ssl:connect
|
2022-10-14 21:18:11 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) |
Log message:
erlang-p1_mysql: Update to 1.0.20
upstream changes:
-----------------
Version 1.0.20
o Faster and more robust detection of reconnect/failed connections
Version 1.0.19
o Switch from using Travis to Github Actions as CI
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-05-20 17:04:44 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2) |
Log message:
erlang-p1_mysql: Update to 1.0.18
upstream changes:
-----------------
Version 1.0.18
o Update copyright year to 2021
o add_mysql_conn always returns success, except if crashes
o Database is always 'none', as noticed by Dialyzer
o Data is always binary, as noticed by Dialyzer
Version 1.0.17
o Update travis config
Version 1.0.15
o Fix warnings
Version 1.0.14
o Add abilty to use ssl connections
Version 1.0.13
o Update copyright year
Version 1.0.12
o Properly handle decoding of number of returned fields when there is more \
than 128 of them.
Version 1.0.11
o Handle close even in do_recv, this fixes potential connection being stuck \
after timeout
Version 1.0.10
o Make socket close always lead to terminating p1_mysql_conn
Version 1.0.9
o Add contribution guide
o Don't log errors on shutdown
Version 1.0.8
o Add support for mysql8 and cache_sha2_password authentication
Version 1.0.7
o Fix connection timeout handling
|
2018-07-20 11:09:27 by Filip Hajny | Files touched by this commit (2) |
Log message:
databases/erlang-p1_mysql: Update to 1.0.6.
- Add support for ipv6 connections
|
2018-03-24 17:32:43 by Filip Hajny | Files touched by this commit (2) |
Log message:
databases/erlang-p1_mysql: Update to 1.0.5.
- Fix compilation with rebar3
|
2017-10-17 16:50:50 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update databases/erlang-p1_mysql to 1.0.4
- Update coverall script
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-07-07 11:49:00 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update databases/erlang-p1_mysql to 1.0.3.
- Make it possible to set connect timeout
|