summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/PLIST
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-07-18 18:16:30 +0000
committerfhajny <fhajny>2014-07-18 18:16:30 +0000
commit83fed463dd6056c93ec5b4fbe1ef3484756bdd8c (patch)
tree8398b1c5fe482dbd3a9c1cfe596840d65bfb7978 /databases/sqlrelay/PLIST
parenta59d8012db688dfb8dbff16120838df6706cb96d (diff)
downloadpkgsrc-83fed463dd6056c93ec5b4fbe1ef3484756bdd8c.tar.gz
Update sqlrelay to 0.56.
Changes: - removed VERSION from perl api bootstrap - reorganized and simplified perl api code - got perl api working on windows with ActivePerl - perl api uninstall cleans up better now - got python api working on windows with ActivePython - consolidated php include tweaks - got java api working on windows - updated pdo driver to convert float fields to strings rather than ints - updated pthread test to match rudiments pthread test - moved everything done by children of sqlwriter interface into individual translations - added plugin-based authentication framework - reorganized code tree a bit - reworked default values to enable more minimal configurations - updated configuration docs and added configuration guide - fixed cast issue with firebird 1.5 - added result set translation framework and re-implemented date translation using it - fixed millisecond->nanosecond confusion in sqlr-scaler - fixed subtle oracle instantclient version detection bug - added null input bind support to sqlrsh - fixed php pdo driver to return null rather than 0 for null integer fields and bind null rather than 0 for null integer input binds - added attribute to return nulls as nulls or empty strings to php pdo - added parameters for connecting to mysql via ssl - added a few tweaks to support DB2 < 8.0 - fixed bad return value type in python getConnectionPort method - fixed sessionhandler="thread" with listenertimeout!="0"
Diffstat (limited to 'databases/sqlrelay/PLIST')
-rw-r--r--databases/sqlrelay/PLIST9
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/sqlrelay/PLIST b/databases/sqlrelay/PLIST
index a94d1bcab92..e23371284e0 100644
--- a/databases/sqlrelay/PLIST
+++ b/databases/sqlrelay/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2014/05/22 12:50:48 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.11 2014/07/18 18:16:30 fhajny Exp $
bin/backupschema
bin/sqlr-cachemanager
bin/sqlr-connection
@@ -53,6 +53,8 @@ lib/libsqlrserver.la
lib/libsqlrutil.la
lib/pkgconfig/sqlrelay-c++.pc
lib/pkgconfig/sqlrelay-c.pc
+libexec/sqlrelay/sqlrauth_default.so
+libexec/sqlrelay/sqlrauth_sqlrelay.so
libexec/sqlrelay/sqlrconnection_router.so
libexec/sqlrelay/sqlrlogger_custom_nw.so
libexec/sqlrelay/sqlrlogger_custom_sc.so
@@ -73,7 +75,8 @@ man/man8/sqlr-listener.8
man/man8/sqlr-scaler.8
man/man8/sqlr-start.8
man/man8/sqlr-stop.8
-share/doc/sqlrelay/admin/configuring.html
+share/doc/sqlrelay/admin/configguide.html
+share/doc/sqlrelay/admin/configreference.html
share/doc/sqlrelay/admin/installing.html
share/doc/sqlrelay/admin/loadbalfailover.html
share/doc/sqlrelay/admin/oraclentier.html
@@ -442,6 +445,8 @@ share/doc/sqlrelay/gettingstarted/sybase/12.5.1.html
share/doc/sqlrelay/gettingstarted/sybase/12.5.2.html
share/doc/sqlrelay/gettingstarted/sybase/15.0.2.html
share/doc/sqlrelay/images/WPM_4877_1.PNG
+share/doc/sqlrelay/images/app-pdo-mysql.png
+share/doc/sqlrelay/images/app-pdo-sqlr-mysql.png
share/doc/sqlrelay/images/app-to-db.png
share/doc/sqlrelay/images/app-to-sqlr-to-db.png
share/doc/sqlrelay/images/arm-linux-uclibc-thumb.png