Path to this page:
./
wip/mysql-proxy,
Monitor, analyze, or transform the communication of MySQL
Branch: CURRENT,
Version: 0.8.5,
Package name: mysql-proxy-0.8.5,
Maintainer: pkgsrc-usersMySQL Proxy is a simple program that sits between your
client and MySQL server(s) that can monitor, analyze or
transform their communication. Its flexibility allows
for a wide variety of uses, including load balancing;
failover; query analysis; query filtering and
modification; and many more.
Required to run:[
devel/glib2] [
devel/libevent] [
databases/mysql56-client] [
lang/lua51]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 23ffdff778327dfcdd33bd243500413b17c8f690
Filesize: 935.295 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: mysql-proxy-0.8.5
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2014-10-10 16:06:04 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update mysql-proxy to 0.8.5.
Changes:
* fixed handling of the challenge in network_mysqld_password_check()
|
2014-02-13 10:15:44 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update mysql-proxy to 0.8.4. Mark as for lua51 only.
- The admin plugin now rejects empty passwords.
- Building with automake 1.13 is now supported. (Bug #17776451)
- A too-strict test for protocol state resulted in writing excessive
log output. (Bug #17434833)
- Chassis log rotation functions did not work on Windows. (Bug #17275852)
- Calls to network_address_set_address() returned a malformed value
on Windows. (Bug #16664004)
- MySQL Proxy libtool-archive .la files were inadvertently included with
distributions. (Bug #14773448)
- MySQL Proxy crashed when started with an unknown option. (Bug #14665885)
- MySQL Proxy could fail to connect to the IPv6 loopback address.
(Bug #14677085)
- If MySQL Proxy was configured to listen on a Unix socket file, it failed
to remove the file when exiting, causing the next Proxy instance to fail
at startup. (Bug #60781, Bug #14198411)
- The connected_clients value was incremented even if the backend was down.
(Bug #66399, Bug #16389293)
- A memory leak resulted from a missing callback to the memory-free function.
- MySQL Proxy blocked port 4040.
- Incorrect README files were included in distributions.
|
2013-10-04 17:33:55 by Filip Hajny | Files touched by this commit (1) |
Log message:
MySQL 5.0 was removed
|
2013-08-26 12:03:49 by Filip Hajny | Files touched by this commit (2) |
Log message:
Remove USE_CMAKE - not needed, and actually pollutes the build so that
Lua modules cannot be loaded properly. Bump PKGREVISION.
|
2013-05-16 11:25:39 by Filip Hajny | Files touched by this commit (1) |
Log message:
Add missing flex build dep
|
2013-05-09 14:33:52 by Filip Hajny | Files touched by this commit (6) |
Log message:
Import mysql55-proxy-0.8.3 as wip/mysql-proxy.
MySQL Proxy is a simple program that sits between your
client and MySQL server(s) that can monitor, analyze or
transform their communication. Its flexibility allows
for a wide variety of uses, including load balancing;
failover; query analysis; query filtering and
modification; and many more.
|