summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/Makefile.common
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-07-01 17:02:38 +0000
committerfhajny <fhajny@pkgsrc.org>2016-07-01 17:02:38 +0000
commitb2aa64b264347d95d82e9086a2a78862cf4cbd37 (patch)
tree129abdd222d3591a6ac2a7cbecccc03f71c7b648 /databases/sqlrelay/Makefile.common
parent721b6831de0394135ea78ac7245939c2d5263c72 (diff)
downloadpkgsrc-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/sqlrelay/Makefile.common')
-rw-r--r--databases/sqlrelay/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common
index 1ae056a1372..3db0f86ded9 100644
--- a/databases/sqlrelay/Makefile.common
+++ b/databases/sqlrelay/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2015/11/10 10:10:39 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.12 2016/07/01 17:02:39 fhajny Exp $
# used by databases/p5-sqlrelay/Makefile
# used by databases/php-sqlrelay/Makefile
# used by databases/py-sqlrelay/Makefile
@@ -11,7 +11,7 @@
# used by databases/sqlrelay-sqlite/Makefile
# used by databases/sqlrelay/Makefile
-DISTNAME= sqlrelay-0.64
+DISTNAME= sqlrelay-0.65.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqlrelay/}