diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-06-21 11:52:03 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-06-21 11:52:03 +0000 |
commit | 0577896d34a66a4d650005b7bff93d37549b15b5 (patch) | |
tree | 736d0f97937d1d750130d46f0576815954a12c1b /databases/sqlrelay/files | |
parent | Merge r389659 by antoine. (diff) |
devel/rudiments: 0.50 -> 0.51
databases/sqlrelay: 0.59 -> 0.60
- Both packages are updated together.
- Lots of changes in devel/rudiments, see ChangeLog
- Fixes in sqlrelay:
o fixed true->false transposition in sqlrservercontroller::interceptQuery
that could lead to a reLogIn loop
o applied George Carrette's patch to fix PDO connectstring options
o migrated directory/file paths info into sqlrpaths class
o removed undocumented and not-so-relevent-these-days
o MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start
o fixed java header detection for javac located in /usr/bin
o updated java api to support non-null-tolerant implementations of
environment::NewStringUTF()
o the perl api builds correctly on OSR5 again
o the postgresql sslmode is omitted entirely from the connect string now,
if it's disabled, to prevent problems with older versions of
postgresql that don't support the parameter at all
o mono 2.8 or greater is required now
o added a datedelimiters attribute to the instance tag in sqlrelay.conf
to limit what date delimiters are used when translating dates
o re-added mssqlserver detection, which had been accidentally removed
o fixed statically-linked build
o fixed mysql lob field bug that could cause a crash
Notes
Notes:
svn path=/head/; revision=390199
Diffstat (limited to 'databases/sqlrelay/files')
-rw-r--r-- | databases/sqlrelay/files/patch-config.mk.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/sqlrelay/files/patch-config.mk.in b/databases/sqlrelay/files/patch-config.mk.in index 5b21b1787ba8..305ecb069242 100644 --- a/databases/sqlrelay/files/patch-config.mk.in +++ b/databases/sqlrelay/files/patch-config.mk.in @@ -9,12 +9,3 @@ dotnetdir = $(libdir) libexecdir = @libexecdir@/sqlrelay bindir = @bindir@ -@@ -59,7 +59,7 @@ OBJ = lo - TMPDIRCPPFLAG = -DTMP_DIR=\"$(tmpdir)\" - DEBUGDIRCPPFLAG = -DDEBUG_DIR=\"$(debugdir)\" - LOGDIRCPPFLAG = -DLOG_DIR=\"$(logdir)\" --CONFIGFILECPPFLAG = -DDEFAULT_CONFIG_FILE=\"$(sysconfdir)/sqlrelay.conf\" -DDEFAULT_CONFIG_DIR=\"$(sysconfdir)/sqlrelay.conf.d\" -+CONFIGFILECPPFLAG = -DDEFAULT_CONFIG_FILE=\"$(sysconfdir)/sqlrelay.conf\" -DDEFAULT_CONFIG_DIR=\"$(sysconfdir)/sqlrelay\" - CACHEDIRCPPFLAG = -DCACHE_DIR=\"$(cachedir)\" - - |