Path to this page:
./
databases/erlang-p1_mysql,
Erlang MySQL driver
Branch: CURRENT,
Version: 1.0.27nb1,
Package name: erlang-p1_mysql-1.0.27nb1,
Maintainer: pkgsrc-usersErlang MySQL driver.
Required to run:[
lang/erlang]
Required to build:[
devel/rebar]
Master sites:
Filesize: 29.388 KB
Version history: (Expand)
- (2026-02-15) Updated to version: erlang-p1_mysql-1.0.27nb1
- (2026-02-07) Updated to version: erlang-p1_mysql-1.0.27
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-25) Updated to version: erlang-p1_mysql-1.0.26
- (2024-08-21) Updated to version: erlang-p1_mysql-1.0.24
CVS history: (Expand)
2026-02-15 19:22:34 by Greg Troxel | Files touched by this commit (38) |  |
Log message:
revbump for erlang update
(While I am not really aware of erlang ABI changes, the theory that no
compiled program has different bits is implausible.)
|
| 2026-02-07 01:44:56 by Greg Troxel | Files touched by this commit (2) |
Log message:
/databases/erlang-p1_mysql: Update to 1.0.27
# Version 1.0.27
* Fix decoding of minute value in binary timestamp types
|
| 2025-04-25 13:27:37 by Greg Troxel | Files touched by this commit (2) |
Log message:
databases/erlang-p1_mysql: Update to 1.0.26
# Version 1.0.26
* Make compatible with R28
|
| 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
|