diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-07-01 17:02:38 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-07-01 17:02:38 +0000 |
commit | b2aa64b264347d95d82e9086a2a78862cf4cbd37 (patch) | |
tree | 129abdd222d3591a6ac2a7cbecccc03f71c7b648 /databases/p5-sqlrelay | |
parent | 721b6831de0394135ea78ac7245939c2d5263c72 (diff) | |
download | pkgsrc-b2aa64b264347d95d82e9086a2a78862cf4cbd37.tar.gz |
Update databases/sqlrelay to 0.65.0
- SQL Relay now supports Kerberos encryption and authentication
- SQL Relay now supports TLS/SSL encryption and authentication
- Python 3 support
- Node.js 4.x and higher are now correctly detected and supported.
- Separate "database" and "proxied" Authentication Options
- Various ODBC-related bugs have been fixed
- A subtle bug that caused incompatibilities with the popular
logrotate utility has been fixed
- A long standing problem that occurred when using a
listenertimeout with a threaded listener (the default) has been
fixed.
- After a graceful restart, Apache workers would get stuck in the
Closing Connection state after running a PHP script that used
SQL Relay. This is now fixed.
See full changelog:
http://software.firstworks.com/2016/03/sql-relay-0650-release-announcement.html
Diffstat (limited to 'databases/p5-sqlrelay')
-rw-r--r-- | databases/p5-sqlrelay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile index c2d5b60ec09..1211ae11cc6 100644 --- a/databases/p5-sqlrelay/Makefile +++ b/databases/p5-sqlrelay/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/06/08 19:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/01 17:02:38 fhajny Exp $ PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 COMMENT= Perl module for SQL Relay .include "../../databases/sqlrelay/Makefile.common" |