summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/PLIST
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-11-10 10:10:39 +0000
committerfhajny <fhajny>2015-11-10 10:10:39 +0000
commitc754aeecb3cfacb436445de92cf4e01f69cebe54 (patch)
treea5783f5d67b1d5b783d67a4cd040d7bf3ec9467b /databases/sqlrelay/PLIST
parenta27595a67679d9f93ef4278ec1db7a20be36d386 (diff)
downloadpkgsrc-c754aeecb3cfacb436445de92cf4e01f69cebe54.tar.gz
Update databases/sqlrelay to 0.64.
Remove bl3 entries that were really only part of devel/rudiments. - fixed bug in sqlrsh that caused it to filter out non-ascii characters - added informix connection module - added shutdown loop detection in sqlr-listener - fixed dbhostname/dbipaddress requests - added bind variable format validation to php pdo driver - added softttl parameter - added db/language detection to configure.vbs - added passwordfunction parameter to "sqlrelay" authentication module - added -disable-crash-handler command line option to server processes - postgresql connection module PQclear()'s the result of PQprepare() now, fixing a memory leak - updated postgresql connection module to handle invalid bind variables properly, and without crash - added various missing postgresql functions to the postgresql drop-in library, most notably PQprepare, PQexecPrepared, PQexecParams - simplified sqlrpaths/sqlrcmdline classes a bit - renamed sqlrconfigfile to sqlrconfig - implemented a modular configuration framework - config files can be loaded over protocols supported by libcurl now or http if rudiments compiled withougt libcurl support - config files can now be "link files" which just refer to other local config files, local config directories, or remote config files - updated sqlr-start and sqlr-scaler not to pass the default -config value if sqlr-start wasn't explicitly started with -config - fixed a bug that could cause sqlrsh to act funny if the last character prior to the command delimiter was a single or double quote - fixed a stacked result-set translation module bug - applied George Carrette's patch to fix potential PDO null-dereferences
Diffstat (limited to 'databases/sqlrelay/PLIST')
-rw-r--r--databases/sqlrelay/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlrelay/PLIST b/databases/sqlrelay/PLIST
index 756bba5a4e1..1a0b571033f 100644
--- a/databases/sqlrelay/PLIST
+++ b/databases/sqlrelay/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2015/09/02 12:39:33 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.15 2015/11/10 10:10:39 fhajny Exp $
bin/sqlr-cachemanager
bin/sqlr-connection
bin/sqlr-export
@@ -65,6 +65,7 @@ lib/pkgconfig/sqlrelay-c.pc
libexec/sqlrelay/sqlrauth_database.so
libexec/sqlrelay/sqlrauth_sqlrelay.so
libexec/sqlrelay/sqlrauth_userlist.so
+libexec/sqlrelay/sqlrconfig_xml.so
libexec/sqlrelay/sqlrconnection_router.so
libexec/sqlrelay/sqlrfilter_patterns.so
libexec/sqlrelay/sqlrfilter_regex.so