devel/rudiments: update 1.0.2 -> 1.0.4

databases/sqlrelay: update 1.0.0 -> 1.0.1

rudiments:
- added support for EOT to codetree
- added loop-avoidance to xmldomevents class
- added alias support to codetree class
- replaced readline with libedit
- included implementation of history_truncate_file for versions of
  libedit that don't provide it
- added --disable-wall and --disable-werror configure options

sqlrelay:
- updated sqlr-bench to create "db"-bench.png
- added edoc-generated API docs for the Erlang API
- updated some module-load error verbage
- added initial support for loading Oracle, SAP/Sybase, DB2, and Informix
  libraries on-demand at runtime
- overhauled spec file
- fixed PDO driver for PHP 7 on 32-bit platforms
- added permissions to all open() with O_CREAT calls
- added --with-fortify configure option
- fixed a segfault on ctrl-D in sqlrsh
- fixed uncoordinated access to shared debugstr among listener threads
  by using local instances instead
- added ping-loop to router connection module's logIn() method to manage
  cases where routed-to instances are started after the router
- moved .../var/sqlrelay/tmp/*/* to .../var/run/sqlrelay
- added .sock extension to sockets, .ipc extension to ipc key files,
  .pid extension to pid files, and .up extension to files which
  indicate that the db is up
- changed mode of listener-connection sockets to 700 from 711
- moved .../var/sqlrelay/log to .../var/log/sqlrelay
- moved .../var/sqlrelay/cache to .../var/cache/sqlrelay
- libmysql*sqlrelay.so and libpqsqlrelay.so are no longer installed
- replaced sockseq-generated unix socket with pid-based unix socket
- updated ruby api to support unification of Fixnum and Bignum classes
  into Integer class
- added --with-abs-max-connections configure script parameter
- increased default absolute max connections to 4096 (from 512)
- updated "can't open ... file" errors to mention user/group
- added SQLR_MYSQL_MAP_DATE_TO_DATETIME option to mysql drop-in
  replacement library
- fixed normalize translation not to remove spaces before unary - and !
- updated sqlrsh to set error code correctly and write errors to stderr
- sqlr-cachemanager is no longer enabled at boot by default
- fixed another subtle bug in the ODBC driver that caused the first row
  to be duplicated if columns were not bound
- added --disable-wall and --disable-werror configure options
This commit is contained in:
Kurt Jaeger 2017-03-26 09:49:52 +00:00
parent ef67fae6cf
commit 96f080dbe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436946
8 changed files with 57 additions and 60 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
SQLRELAY_PORTNAME= sqlrelay SQLRELAY_PORTNAME= sqlrelay
SQLRELAY_PORTVERSION= 1.0.0 SQLRELAY_PORTVERSION= 1.0.1
SQLRELAY_PORTDIR= databases/${SQLRELAY_PORTNAME} SQLRELAY_PORTDIR= databases/${SQLRELAY_PORTNAME}
SQLRELAY_WRKSRC_CMD= cd ${PORTSDIR}/${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC SQLRELAY_WRKSRC_CMD= cd ${PORTSDIR}/${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1484807374 TIMESTAMP = 1490519903
SHA256 (sqlrelay-1.0.0.tar.gz) = a62e1479f428381b8f8e3ed34c8b4d3223fbe86aff1ef29f305b53c482f50f8b SHA256 (sqlrelay-1.0.1.tar.gz) = 280ba94f6163a3a3575dfd3d971be98050609d9900336d2a18c72a47d1f76817
SIZE (sqlrelay-1.0.0.tar.gz) = 4194484 SIZE (sqlrelay-1.0.1.tar.gz) = 4368060

View file

@ -1,19 +1,20 @@
--- etc/Makefile.orig 2016-01-28 19:28:21 UTC --- etc/Makefile.orig 2016-01-28 19:28:21 UTC
+++ etc/Makefile +++ etc/Makefile
@@ -3,11 +3,13 @@ top_builddir = .. @@ -3,12 +3,13 @@ top_builddir = ..
include ../config.mk include ../config.mk
install: install:
- $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY).conf.d - $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY).conf.d
- $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY).xsd - $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY).xsd
- $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY).xsd
- $(MKINSTALLDIRS) $(EXAMPLEDIR) - $(MKINSTALLDIRS) $(EXAMPLEDIR)
- $(CP) sqlrelay.conf $(EXAMPLEDIR)/$(SQLRELAY).conf - $(CP) sqlrelay.conf $(EXAMPLEDIR)/$(SQLRELAY).conf
- $(CHMOD) 644 $(EXAMPLEDIR)/$(SQLRELAY).conf - $(CHMOD) 644 $(EXAMPLEDIR)/$(SQLRELAY).conf
+ $(MKINSTALLDIRS) $(sysconfdir)/sqlrelay + $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY)
+ $(CP) sqlrelay.conf $(sysconfdir)//sqlrelay/conf.sample + $(CP) sqlrelay.conf $(sysconfdir)/$(SQLRELAY)/conf.sample
+ $(CHMOD) 644 $(sysconfdir)/sqlrelay/conf.sample + $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/conf.sample
+ $(CP) sqlrelay.xsd $(sysconfdir)/sqlrelay/ + $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY)/
+ $(CHMOD) 644 $(sysconfdir)/sqlrelay/sqlrelay.xsd + $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/sqlrelay.xsd
+ $(CP) sqlrelay.conf $(EXAMPLEDIR)/sqlrelay.conf + $(CP) sqlrelay.conf $(EXAMPLEDIR)/sqlrelay.conf
+ $(CHMOD) 644 $(EXAMPLEDIR)/sqlrelay.conf + $(CHMOD) 644 $(EXAMPLEDIR)/sqlrelay.conf

View file

@ -64,43 +64,43 @@ include/sqlrelay/sqlrclient.h
include/sqlrelay/sqlrclientwrapper.h include/sqlrelay/sqlrclientwrapper.h
include/sqlrelay/sqlrserver.h include/sqlrelay/sqlrserver.h
include/sqlrelay/sqlrutil.h include/sqlrelay/sqlrutil.h
lib/libmysql3sqlrelay.so %%MYSQL%%lib/libmysql3sqlrelay.so
lib/libmysql3sqlrelay.so.4 %%MYSQL%%lib/libmysql3sqlrelay.so.4
lib/libmysql3sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql3sqlrelay.so.4.0.1
lib/libmysql40sqlrelay.so %%MYSQL%%lib/libmysql40sqlrelay.so
lib/libmysql40sqlrelay.so.4 %%MYSQL%%lib/libmysql40sqlrelay.so.4
lib/libmysql40sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql40sqlrelay.so.4.0.1
lib/libmysql41sqlrelay.so %%MYSQL%%lib/libmysql41sqlrelay.so
lib/libmysql41sqlrelay.so.4 %%MYSQL%%lib/libmysql41sqlrelay.so.4
lib/libmysql41sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql41sqlrelay.so.4.0.1
lib/libmysql50sqlrelay.so %%MYSQL%%lib/libmysql50sqlrelay.so
lib/libmysql50sqlrelay.so.4 %%MYSQL%%lib/libmysql50sqlrelay.so.4
lib/libmysql50sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql50sqlrelay.so.4.0.1
lib/libmysql51sqlrelay.so %%MYSQL%%lib/libmysql51sqlrelay.so
lib/libmysql51sqlrelay.so.4 %%MYSQL%%lib/libmysql51sqlrelay.so.4
lib/libmysql51sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql51sqlrelay.so.4.0.1
lib/libpqsqlrelay.so %%PGSQL%%lib/libpqsqlrelay.so
lib/libpqsqlrelay.so.4 lib/libpqsqlrelay.so.4
lib/libpqsqlrelay.so.4.0.0 lib/libpqsqlrelay.so.4.0.1
lib/libsqlrclient.a lib/libsqlrclient.a
lib/libsqlrclient.so lib/libsqlrclient.so
lib/libsqlrclient.so.4 lib/libsqlrclient.so.4
lib/libsqlrclient.so.4.0.0 lib/libsqlrclient.so.4.0.1
lib/libsqlrclientwrapper.a lib/libsqlrclientwrapper.a
lib/libsqlrclientwrapper.so lib/libsqlrclientwrapper.so
lib/libsqlrclientwrapper.so.4 lib/libsqlrclientwrapper.so.4
lib/libsqlrclientwrapper.so.4.0.0 lib/libsqlrclientwrapper.so.4.0.1
%%ODBC%%lib/libsqlrodbc.so %%ODBC%%lib/libsqlrodbc.so
%%ODBC%%lib/libsqlrodbc.so.4 %%ODBC%%lib/libsqlrodbc.so.4
%%ODBC%%lib/libsqlrodbc.so.4.0.0 %%ODBC%%lib/libsqlrodbc.so.4.0.1
lib/libsqlrserver.a lib/libsqlrserver.a
lib/libsqlrserver.so lib/libsqlrserver.so
lib/libsqlrserver.so.4 lib/libsqlrserver.so.4
lib/libsqlrserver.so.4.0.0 lib/libsqlrserver.so.4.0.1
lib/libsqlrutil.a lib/libsqlrutil.a
lib/libsqlrutil.so lib/libsqlrutil.so
lib/libsqlrutil.so.4 lib/libsqlrutil.so.4
lib/libsqlrutil.so.4.0.0 lib/libsqlrutil.so.4.0.1
libdata/pkgconfig/sqlrelay-c++.pc libdata/pkgconfig/sqlrelay-c++.pc
libdata/pkgconfig/sqlrelay-c.pc libdata/pkgconfig/sqlrelay-c.pc
libexec/sqlrelay/sqlrauth_database.so libexec/sqlrelay/sqlrauth_database.so
@ -152,11 +152,7 @@ man/man8/sqlr-stop.8.gz
%%DATADIR%%/examples/sample-mssqlserver-mysql-errors.map %%DATADIR%%/examples/sample-mssqlserver-mysql-errors.map
%%DATADIR%%/examples/sample-oracle-mysql-errors.map %%DATADIR%%/examples/sample-oracle-mysql-errors.map
@dir %%ETCDIR%% @dir %%ETCDIR%%
@dir /var/sqlrelay/tmp/sockets @dir /var/cache/sqlrelay
@dir /var/sqlrelay/tmp/pids @dir /var/log/sqlrelay/debug
@dir /var/sqlrelay/tmp/ipc @dir /var/log/sqlrelay
@dir /var/sqlrelay/tmp @dir /var/run/sqlrelay
@dir /var/sqlrelay/log
@dir /var/sqlrelay/debug
@dir /var/sqlrelay/cache
@dir /var/sqlrelay

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= rudiments PORTNAME= rudiments
PORTVERSION= 1.0.2 PORTVERSION= 1.0.4
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= SF MASTER_SITES= SF
@ -34,6 +34,6 @@ SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \
--with-ssl-libs=-L${OPENSSLLIB} --with-ssl-libs=-L${OPENSSLLIB}
post-install: post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.2 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.4
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1484806695 TIMESTAMP = 1490216850
SHA256 (rudiments-1.0.2.tar.gz) = 3303cb070991d565350fd835ed6eb27b5b12ede88a981bcb3d8d15cc46a4b351 SHA256 (rudiments-1.0.4.tar.gz) = d40936cbcd71222ddb1599a71ae880a25dfd995e1555575b0a8a91b3f4286cc6
SIZE (rudiments-1.0.2.tar.gz) = 2226447 SIZE (rudiments-1.0.4.tar.gz) = 2216053

View file

@ -1,6 +1,6 @@
--- configure.orig 2016-12-26 04:11:00 UTC --- configure.orig 2017-03-26 09:14:47.000000000 +0000
+++ configure +++ configure 2017-03-26 09:14:47.000000000 +0000
@@ -9595,7 +9595,7 @@ $as_echo_n "checking whether the $compil @@ -9622,7 +9622,7 @@
hardcode_minus_L=no hardcode_minus_L=no
hardcode_shlibpath_var=unsupported hardcode_shlibpath_var=unsupported
inherit_rpath=no inherit_rpath=no
@ -9,7 +9,7 @@
module_cmds= module_cmds=
module_expsym_cmds= module_expsym_cmds=
old_archive_from_new_cmds= old_archive_from_new_cmds=
@@ -12844,7 +12844,7 @@ hardcode_automatic_CXX=no @@ -12871,7 +12871,7 @@
inherit_rpath_CXX=no inherit_rpath_CXX=no
module_cmds_CXX= module_cmds_CXX=
module_expsym_cmds_CXX= module_expsym_cmds_CXX=
@ -18,13 +18,13 @@
old_archive_cmds_CXX=$old_archive_cmds old_archive_cmds_CXX=$old_archive_cmds
reload_flag_CXX=$reload_flag reload_flag_CXX=$reload_flag
reload_cmds_CXX=$reload_cmds reload_cmds_CXX=$reload_cmds
@@ -16486,6 +16486,9 @@ case $host_os in @@ -16512,6 +16512,9 @@
*mingw32* ) WERROR=""
WERROR="" ;;
;; *mingw32* )
+ freebsd* ) + WERROR=""
+ WERROR="" + ;;
+ ;; + freebsd* )
*) WERROR=""
;; ;;
esac *)

View file

@ -228,6 +228,6 @@ include/rudiments/xmlsax.h
lib/librudiments.a lib/librudiments.a
lib/librudiments.so lib/librudiments.so
lib/librudiments.so.4 lib/librudiments.so.4
lib/librudiments.so.4.0.2 lib/librudiments.so.4.0.4
libdata/pkgconfig/rudiments.pc libdata/pkgconfig/rudiments.pc
man/man1/rudiments-config.1.gz man/man1/rudiments-config.1.gz