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
This commit is contained in:
parent
c35a0a2de1
commit
0577896d34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390199
8 changed files with 39 additions and 53 deletions
|
@ -43,16 +43,16 @@ TOSTRIP= bin/sqlr-start \
|
|||
bin/sqlr-pwdenc \
|
||||
bin/sqlr-status \
|
||||
bin/sqlrsh \
|
||||
lib/libsqlrutil-0.59.so.1.0.0 \
|
||||
lib/libsqlrclient-0.59.so.1.0.0 \
|
||||
lib/libsqlrclientwrapper-0.59.so.1.0.0 \
|
||||
lib/libpqsqlrelay-0.59.so.1.0.0 \
|
||||
lib/libmysql3sqlrelay-0.59.so.1.0.0 \
|
||||
lib/libmysql40sqlrelay-0.59.so.1.0.0 \
|
||||
lib/libmysql41sqlrelay-0.59.so.1.0.0 \
|
||||
lib/libmysql50sqlrelay-0.59.so.1.0.0 \
|
||||
lib/libmysql51sqlrelay-0.59.so.1.0.0 \
|
||||
lib/libsqlrserver-0.59.so.1.0.0 \
|
||||
lib/libsqlrutil-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libsqlrclient-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libsqlrclientwrapper-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libpqsqlrelay-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libmysql3sqlrelay-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libmysql40sqlrelay-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libmysql41sqlrelay-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libmysql50sqlrelay-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libmysql51sqlrelay-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
lib/libsqlrserver-${SQLRELAY_PORTVERSION}.so.1.0.0 \
|
||||
libexec/sqlrelay/sqlrauth_default.so \
|
||||
libexec/sqlrelay/sqlrauth_sqlrelay.so \
|
||||
libexec/sqlrelay/sqlrconnection_router.so \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SQLRELAY_PORTNAME= sqlrelay
|
||||
SQLRELAY_PORTVERSION= 0.59
|
||||
SQLRELAY_PORTVERSION= 0.60
|
||||
|
||||
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
|
||||
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (sqlrelay-0.59.tar.gz) = f2e6433a153cd64684980246574654d49a1df8d4b5bcde75634e8fb19f405c02
|
||||
SIZE (sqlrelay-0.59.tar.gz) = 3224000
|
||||
SHA256 (sqlrelay-0.60.tar.gz) = aa7dc9a11d99d51f4104ee0e5d5040b1bb16034878303336aec75933d12ce06a
|
||||
SIZE (sqlrelay-0.60.tar.gz) = 3224288
|
||||
|
|
|
@ -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)\"
|
||||
|
||||
|
||||
|
|
|
@ -43,43 +43,43 @@ include/sqlrelay/sqlrclientwrapper.h
|
|||
include/sqlrelay/sqlrserver.h
|
||||
include/sqlrelay/sqlrutil.h
|
||||
lib/libmysql3sqlrelay.so
|
||||
lib/libmysql3sqlrelay-0.59.so.1
|
||||
lib/libmysql3sqlrelay-0.59.so.1.0.0
|
||||
lib/libmysql3sqlrelay-0.60.so.1
|
||||
lib/libmysql3sqlrelay-0.60.so.1.0.0
|
||||
lib/libmysql40sqlrelay.so
|
||||
lib/libmysql40sqlrelay-0.59.so.1
|
||||
lib/libmysql40sqlrelay-0.59.so.1.0.0
|
||||
lib/libmysql40sqlrelay-0.60.so.1
|
||||
lib/libmysql40sqlrelay-0.60.so.1.0.0
|
||||
lib/libmysql41sqlrelay.so
|
||||
lib/libmysql41sqlrelay-0.59.so.1
|
||||
lib/libmysql41sqlrelay-0.59.so.1.0.0
|
||||
lib/libmysql41sqlrelay-0.60.so.1
|
||||
lib/libmysql41sqlrelay-0.60.so.1.0.0
|
||||
lib/libmysql50sqlrelay.so
|
||||
lib/libmysql50sqlrelay-0.59.so.1
|
||||
lib/libmysql50sqlrelay-0.59.so.1.0.0
|
||||
lib/libmysql50sqlrelay-0.60.so.1
|
||||
lib/libmysql50sqlrelay-0.60.so.1.0.0
|
||||
lib/libmysql51sqlrelay.so
|
||||
lib/libmysql51sqlrelay-0.59.so.1
|
||||
lib/libmysql51sqlrelay-0.59.so.1.0.0
|
||||
lib/libmysql51sqlrelay-0.60.so.1
|
||||
lib/libmysql51sqlrelay-0.60.so.1.0.0
|
||||
lib/libpqsqlrelay.so
|
||||
lib/libpqsqlrelay-0.59.so.1
|
||||
lib/libpqsqlrelay-0.59.so.1.0.0
|
||||
lib/libpqsqlrelay-0.60.so.1
|
||||
lib/libpqsqlrelay-0.60.so.1.0.0
|
||||
lib/libsqlrclient.a
|
||||
lib/libsqlrclient.so
|
||||
lib/libsqlrclient-0.59.so.1
|
||||
lib/libsqlrclient-0.59.so.1.0.0
|
||||
lib/libsqlrclient-0.60.so.1
|
||||
lib/libsqlrclient-0.60.so.1.0.0
|
||||
lib/libsqlrclientwrapper.a
|
||||
lib/libsqlrclientwrapper.so
|
||||
lib/libsqlrclientwrapper-0.59.so.1
|
||||
lib/libsqlrclientwrapper-0.59.so.1.0.0
|
||||
lib/libsqlrclientwrapper-0.60.so.1
|
||||
lib/libsqlrclientwrapper-0.60.so.1.0.0
|
||||
%%ODBC%%lib/libsqlrodbc.a
|
||||
%%ODBC%%lib/libsqlrodbc.so
|
||||
%%ODBC%%lib/libsqlrodbc-0.59.so.1
|
||||
%%ODBC%%lib/libsqlrodbc-0.59.so.1.0.0
|
||||
%%ODBC%%lib/libsqlrodbc-0.60.so.1
|
||||
%%ODBC%%lib/libsqlrodbc-0.60.so.1.0.0
|
||||
lib/libsqlrserver.a
|
||||
lib/libsqlrserver.so
|
||||
lib/libsqlrserver-0.59.so.1
|
||||
lib/libsqlrserver-0.59.so.1.0.0
|
||||
lib/libsqlrserver-0.60.so.1
|
||||
lib/libsqlrserver-0.60.so.1.0.0
|
||||
lib/libsqlrutil.a
|
||||
lib/libsqlrutil.so
|
||||
lib/libsqlrutil-0.59.so.1
|
||||
lib/libsqlrutil-0.59.so.1.0.0
|
||||
lib/libsqlrutil-0.60.so.1
|
||||
lib/libsqlrutil-0.60.so.1.0.0
|
||||
libdata/pkgconfig/sqlrelay-c++.pc
|
||||
libdata/pkgconfig/sqlrelay-c.pc
|
||||
%%FIREBIRD%%libexec/sqlrelay/sqlrconnection_firebird.so
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rudiments
|
||||
PORTVERSION= 0.50
|
||||
PORTVERSION= 0.51
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rudiments-0.50.tar.gz) = d5a93261bc14f1224504a71a76685ec5822a4314e4a0b1e4d812ebf7fcb71e78
|
||||
SIZE (rudiments-0.50.tar.gz) = 1749741
|
||||
SHA256 (rudiments-0.51.tar.gz) = 635b984d0d2d83c4c598f004cb5ec729796af6c9444f28e49b02e4539e5e7aaa
|
||||
SIZE (rudiments-0.51.tar.gz) = 1923612
|
||||
|
|
|
@ -25,7 +25,6 @@ include/rudiments/hostentry.h
|
|||
include/rudiments/inetsocketclient.h
|
||||
include/rudiments/inetsocketserver.h
|
||||
include/rudiments/inetsocketutil.h
|
||||
include/rudiments/intervaltimer.h
|
||||
include/rudiments/linkedlist.h
|
||||
include/rudiments/listener.h
|
||||
include/rudiments/logger.h
|
||||
|
@ -89,8 +88,6 @@ include/rudiments/private/inetsocketserver.h
|
|||
include/rudiments/private/inetsocketserverincludes.h
|
||||
include/rudiments/private/inetsocketutil.h
|
||||
include/rudiments/private/inetsocketutilincludes.h
|
||||
include/rudiments/private/intervaltimer.h
|
||||
include/rudiments/private/intervaltimerincludes.h
|
||||
include/rudiments/private/inttypes.h
|
||||
include/rudiments/private/linkedlist.h
|
||||
include/rudiments/private/linkedlistincludes.h
|
||||
|
@ -139,8 +136,6 @@ include/rudiments/private/serviceentry.h
|
|||
include/rudiments/private/serviceentryincludes.h
|
||||
include/rudiments/private/sharedmemory.h
|
||||
include/rudiments/private/sharedmemoryincludes.h
|
||||
include/rudiments/private/shmfile.h
|
||||
include/rudiments/private/shmfileincludes.h
|
||||
include/rudiments/private/signalclassesincludes.h
|
||||
include/rudiments/private/signalhandler.h
|
||||
include/rudiments/private/signalset.h
|
||||
|
@ -148,6 +143,7 @@ include/rudiments/private/singlylinkedlist.h
|
|||
include/rudiments/private/singlylinkedlistincludes.h
|
||||
include/rudiments/private/singlylinkedlistinlines.h
|
||||
include/rudiments/private/singlylinkedlistnode.h
|
||||
include/rudiments/private/snooze.h
|
||||
include/rudiments/private/snoozeincludes.h
|
||||
include/rudiments/private/socketclient.h
|
||||
include/rudiments/private/socketclientincludes.h
|
||||
|
@ -193,7 +189,6 @@ include/rudiments/serialportprofile.h
|
|||
include/rudiments/server.h
|
||||
include/rudiments/serviceentry.h
|
||||
include/rudiments/sharedmemory.h
|
||||
include/rudiments/shmfile.h
|
||||
include/rudiments/signalclasses.h
|
||||
include/rudiments/singlylinkedlist.h
|
||||
include/rudiments/snooze.h
|
||||
|
|
Loading…
Reference in a new issue