From 5cbfd6ec921c9c729fda9264c168a7017dab988a Mon Sep 17 00:00:00 2001 From: fhajny Date: Fri, 18 Jul 2014 18:16:30 +0000 Subject: 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" --- databases/sqlrelay/Makefile | 3 +-- databases/sqlrelay/Makefile.common | 4 ++-- databases/sqlrelay/PLIST | 9 +++++++-- databases/sqlrelay/distinfo | 8 ++++---- 4 files changed, 14 insertions(+), 10 deletions(-) (limited to 'databases/sqlrelay') diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 0bb0e4a2fc1..25743b0b291 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2014/05/29 23:35:33 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2014/07/18 18:16:30 fhajny Exp $ COMMENT= Database connection pooling middleware and API -PKGREVISION= 1 .include "../../databases/sqlrelay/Makefile.common" diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common index 369ec231e80..024ab945a37 100644 --- a/databases/sqlrelay/Makefile.common +++ b/databases/sqlrelay/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2014/05/27 13:24:43 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.3 2014/07/18 18:16:30 fhajny Exp $ # used by databases/p5-sqlrelay/Makefile # used by databases/php-sqlrelay/Makefile # used by databases/py-sqlrelay/Makefile @@ -10,7 +10,7 @@ # used by databases/sqlrelay-sqlite/Makefile # used by databases/sqlrelay/Makefile -DISTNAME= sqlrelay-0.55 +DISTNAME= sqlrelay-0.56 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqlrelay/} 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 diff --git a/databases/sqlrelay/distinfo b/databases/sqlrelay/distinfo index 365834c5bba..36bab39010d 100644 --- a/databases/sqlrelay/distinfo +++ b/databases/sqlrelay/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2014/05/27 13:24:43 fhajny Exp $ +$NetBSD: distinfo,v 1.11 2014/07/18 18:16:30 fhajny Exp $ -SHA1 (sqlrelay-0.55.tar.gz) = ce47d8564e13d03b1eda8ff5d497fb056b5752e2 -RMD160 (sqlrelay-0.55.tar.gz) = 9e727d2307f471ea935b5a8831a53929f0400c98 -Size (sqlrelay-0.55.tar.gz) = 3644680 bytes +SHA1 (sqlrelay-0.56.tar.gz) = c859745bebe5ec4c0c514117d3fe7fcc2454433c +RMD160 (sqlrelay-0.56.tar.gz) = abe9d999d12e1c44e657beb873796171f3ea12f8 +Size (sqlrelay-0.56.tar.gz) = 3717761 bytes SHA1 (patch-ad) = b822a43854848641feba34a5331082bb95f5d419 SHA1 (patch-configure) = 72175a91d2892d5325ec619f45a5b2f571bcdbf5 SHA1 (patch-etc_Makefile) = 262968ad43d34d53b4fe65514c1351127660e12c -- cgit v1.2.3