From b2aa64b264347d95d82e9086a2a78862cf4cbd37 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/p5-sqlrelay/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases/p5-sqlrelay') 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" -- cgit v1.2.3