diff options
author | fhajny <fhajny> | 2016-07-01 17:02:38 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2016-07-01 17:02:38 +0000 |
commit | 9b4ae2c87a83e55bd88a14d5fa730f54f5272e80 (patch) | |
tree | 3bf887deea27ffbf9208a6161422961fc18876b1 /databases/ruby-sqlrelay | |
parent | d222d7fc5b163f6412672d4416ce73e4587f1bc2 (diff) | |
download | pkgsrc-9b4ae2c87a83e55bd88a14d5fa730f54f5272e80.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/ruby-sqlrelay')
-rw-r--r-- | databases/ruby-sqlrelay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/ruby-sqlrelay/Makefile b/databases/ruby-sqlrelay/Makefile index bfc58a3ab67..3f0e52a7933 100644 --- a/databases/ruby-sqlrelay/Makefile +++ b/databases/ruby-sqlrelay/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/01 17:02:39 fhajny Exp $ COMMENT= Ruby extension for SQL Relay -PKGREVISION= 1 .include "../../databases/sqlrelay/Makefile.common" |