From 9b4ae2c87a83e55bd88a14d5fa730f54f5272e80 Mon Sep 17 00:00:00 2001 From: fhajny Date: Fri, 1 Jul 2016 17:02:38 +0000 Subject: 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 --- databases/sqlrelay-mysql/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases/sqlrelay-mysql') diff --git a/databases/sqlrelay-mysql/Makefile b/databases/sqlrelay-mysql/Makefile index f74dd6685cc..a0fc1802363 100644 --- a/databases/sqlrelay-mysql/Makefile +++ b/databases/sqlrelay-mysql/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 $ PKGNAME= ${DISTNAME:S/sqlrelay/sqlrelay-mysql/} -PKGREVISION= 1 COMMENT= MySQL support for SQL Relay .include "../../databases/sqlrelay/Makefile.common" -- cgit v1.2.3