pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Nov 10 10:10:39 UTC 2015

Modified Files:
        pkgsrc/databases/sqlrelay: Makefile.common PLIST buildlink3.mk distinfo
        pkgsrc/databases/sqlrelay-sqlite: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/sqlrelay/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/sqlrelay/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/sqlrelay/buildlink3.mk
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/sqlrelay/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/sqlrelay-sqlite/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index