- 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
17 lines
501 B
Makefile
17 lines
501 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2016/07/01 17:02:39 fhajny Exp $
|
|
|
|
BUILDLINK_TREE+= sqlrelay
|
|
|
|
.if !defined(SQLRELAY_BUILDLINK3_MK)
|
|
SQLRELAY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sqlrelay+= sqlrelay>=0.43
|
|
BUILDLINK_ABI_DEPENDS.sqlrelay+= sqlrelay>=0.65
|
|
BUILDLINK_PKGSRCDIR.sqlrelay?= ../../databases/sqlrelay
|
|
|
|
.include "../../devel/rudiments/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/readline.buildlink3.mk"
|
|
.endif # SQLRELAY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sqlrelay
|