aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/p5-DBM-Deep: Update to 2.0014Danilo G. Baio2017-11-022-3/+8
| | | | | | | | | | | | | | Add LICENSE. Set architecture neutral. Changes: http://cpansearch.perl.org/src/RKINYON/DBM-Deep-2.0014/Changes PR: 223368 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: Janos Mohacsi <jmohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=453350
* databases/tcl-sqlite3: update to 3.21.0Jan Beich2017-11-012-4/+4
| | | | | | | | PR: 223364 Submitted by: Pavel Volkov (maintainer) Notes: svn path=/head/; revision=453321
* databases/sqlite3: update to 3.21.0Jan Beich2017-11-012-6/+9
| | | | | | | | | | Changes: https://www.sqlite.org/releaselog/3_21_0.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 223363 Submitted by: Pavel Volkov (maintainer) Notes: svn path=/head/; revision=453320
* devel/lfcbase: update 1.10.1 -> 1.10.2Kurt Jaeger2017-11-014-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/cego: update 2.36.3 -> 2.36.4 databases/cegobridge: update 1.1.5 -> 1.1.6 cego: - Fix in CegoSelect::nextTuple, before adding an entry to the query cache, it has to be checked, if any tables from foreign tableset are referenced in the query. If so, no cache entry is made, since table changes for foreign tables are not detected. - Improved error messages for invalid database objects - Decreased shutdown delay time by reducing net delays for all thread pools and optimized mediator thread wait procedure - Completely removed the nologging option for import actions. Logging is disabled in any case now. - Optimization added for log handling. During ( xml ) import, logging is completely deactivated, after import is completed, log is started again and a checkpoint is written. Since import can be repeated in case of a system during import, nothing gets lost. Deactivating logging increases import speed and avoids side effects cegobridge: - Speed up imports by changing the way the parser reads the input Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=453310
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-013-5/+5
| | | | Notes: svn path=/head/; revision=453284
* databases/cego: update 2.36.2 -> 2.36.3Kurt Jaeger2017-11-012-4/+4
| | | | | | | | | | | | | - Changed recovery strategy for existing btree / avl index objects. Before creating an index object, it is checked if exists. If exists, it is dropped and recreated. This seems to be a more stable strategy, since it may occur, that index objects still exist for several reasons. Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=453262
* Update math/pdal to 1.6Tobias C. Berner2017-10-311-1/+1
| | | | | | | | | | * bump revision in databases/grass7 PR: 222995 Submitted by: lbartoletti@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=453246
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-1/+1
| | | | Notes: svn path=/head/; revision=453238
* databases/cego: update 2.36.1 -> 2.36.2Kurt Jaeger2017-10-302-4/+4
| | | | | | | | | | | - Fix in CegoFactor::setFieldListArray, the _flaCached variable has to be set to false, if _pFLA is set to a different value. Otherwise, we might refer to invalid memory, which results in core dump Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=453209
* databases/cegobridge: update 1.1.4 -> 1.1.5Kurt Jaeger2017-10-302-4/+4
| | | | | | | | | - Add some compat hooks to parse mysql 5.0 exports Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=453201
* Update to 1.1.54304Niclas Zeising2017-10-292-10/+5
| | | | | | | | PR: 223242 Submitted by: proler AT gmail DOT com (maintainer) Notes: svn path=/head/; revision=453134
* Update to 2.0.7Sunpoet Po-Chuan Hsieh2017-10-292-4/+4
| | | | | | | Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=453125
* Update to 2.0.7Sunpoet Po-Chuan Hsieh2017-10-292-4/+4
| | | | | | | Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=453124
* Update to 2.0.7Sunpoet Po-Chuan Hsieh2017-10-292-4/+4
| | | | | | | Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=453123
* databases/cego: update 2.36.0 -> 2.36.1Kurt Jaeger2017-10-292-4/+4
| | | | | | | | | | | | | | | - Added signal handler to CegoAdmAction. Now, ( long ) running tableset export and import requests can be aborted in a controlled way via Ctrl-C command. - Fix in CegoXPorter, export file will be removed, if any exception occurs. So it is ensured, that the written export file is consistent and complete - fixes in CegoXPorter for CLOB handling ( was not checked for plain exports ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=453106
* Update databases/pg_repack to version 1.4.2.Jimmy Olgeni2017-10-282-5/+5
| | | | | | | | | | | This version adds support for PostgreSQL 10. PR: 222986 Submitted by: olgeni Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=453076
* Update to 1.9.0Sunpoet Po-Chuan Hsieh2017-10-282-4/+4
| | | | | | | Changes: https://github.com/dbcli/pgspecial/blob/master/changelog.rst Notes: svn path=/head/; revision=453065
* Update databases/py-redis to version 2.10.6.Jimmy Olgeni2017-10-262-3/+4
| | | | | | | | | PR: 223045 Submitted by: olgeni Approved by: koobs (maintainer) Notes: svn path=/head/; revision=452919
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2017-10-252-4/+4
| | | | | | | Changes: https://github.com/rails/globalid/releases Notes: svn path=/head/; revision=452881
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2017-10-252-4/+4
| | | | | | | Changes: https://github.com/rails/globalid/releases Notes: svn path=/head/; revision=452880
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2017-10-252-4/+4
| | | | | | | Changes: https://github.com/rails/globalid/releases Notes: svn path=/head/; revision=452879
* Update to 2.7.3.2Sunpoet Po-Chuan Hsieh2017-10-252-4/+4
| | | | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS Notes: svn path=/head/; revision=452876
* databases/mysqlwsrep57-server: Upgrade from 5.7.18 to 5.7.20Vasil Dimov2017-10-252-5/+4
| | | | Notes: svn path=/head/; revision=452868
* Update to 1.10.1Grzegorz Blach2017-10-252-4/+4
| | | | Notes: svn path=/head/; revision=452867
* databases/mysqlwsrep56-server: Upgrade from 5.6.36 to 5.6.38Vasil Dimov2017-10-252-6/+5
| | | | Notes: svn path=/head/; revision=452862
* databases/galera: Upgrade from 25.3.21 to 25.3.22Vasil Dimov2017-10-253-120/+4
| | | | Notes: svn path=/head/; revision=452858
* Update to 4.7.5Matthew Seaman2017-10-232-5/+4
| | | | | | | Chagenlog: https://www.phpmyadmin.net/files/4.7.5/ Notes: svn path=/head/; revision=452746
* databases/libcouchbase: Update to 2.8.0Steve Wills2017-10-233-5/+5
| | | | | | | | PR: 221962 Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, different email) Notes: svn path=/head/; revision=452744
* Enable FTS5 by default.Koop Mast2017-10-231-2/+3
| | | | | | | | | | * add note who is going to use this feature. PR: 223133 Approved by: maintainer (Pavel Volkov <pavelivolkov@gmail.com>) Notes: svn path=/head/; revision=452700
* databases/mariadb55-server: Update to 5.5.38Bernard Spil2017-10-223-7/+7
| | | | | | | | | | - Stop clobbering USES in -client MFH: 2017Q4 Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf Notes: svn path=/head/; revision=452651
* databases/pgrouting: Update to 2.5.1Danilo G. Baio2017-10-223-21/+22
| | | | | | | | | | | | While here, improve LICENSE. Changes: https://github.com/pgRouting/pgrouting/releases/tag/v2.5.1 PR: 222982 Submitted by: lbartoletti@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=452633
* Mark BROKEN: fails to build with go 1.9Antoine Brodin2017-10-221-0/+2
| | | | | | | | | | | gmake[1]: Entering directory '/wrkdirs/usr/ports/databases/cockroach/work/cockroach-v1.0.4/src/github.com/cockroachdb/cockroach' build/common.mk:110: *** "go1\.8.* required (see CONTRIBUTING.md): go version go1.9.1 freebsd/amd64". Stop. Reported by: pkg-fallout MFH: 2017Q4 Notes: svn path=/head/; revision=452622
* Update to 4.5.0Sunpoet Po-Chuan Hsieh2017-10-211-1/+1
| | | | | | | | | - Pet portlint: reorder LICENSE knobs Changes: https://github.com/Unidata/netcdf-c/releases Notes: svn path=/head/; revision=452602
* databases/mysql57-{client, server}: Complete Upgrade of to 5.7.20 (as done ↵Mahdi Mokhtari2017-10-212-4/+7
| | | | | | | | | | | | | | | | | | | | by port-secteam in r452458) Using FreeBSD-ports libcurl and protobuf instead of bundled ones This upgrade includes: -Deprecation of these syntax constructs for table and column: .col_name .tbl_name .tbl_name.col_name -Bugfix of memory-leak in mysqldump Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12712 Notes: svn path=/head/; revision=452597
* Update databases/sqlcipher to 3.4.1Tobias C. Berner2017-10-212-7/+7
| | | | | | | | | | | | | | * Adds LOCALBASE paths to the c- and linker-flags to fix wrongful linking against base's libedit. * While here, switch to DISTVERSION. PR: 223021 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: jharris@widomaker.com (maintainer) Notes: svn path=/head/; revision=452580
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* - Update to 5.0.22Frederic Culot2017-10-202-3/+4
| | | | | | | Changes: http://sourceforge.net/projects/dbh/files/dbh/ Notes: svn path=/head/; revision=452521
* - Take maintainershipJochen Neumeister2017-10-201-1/+1
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12738 Notes: svn path=/head/; revision=452510
* databases/mysql57: Update to 5.7.20Mark Felder2017-10-192-5/+5
| | | | | | | | | Approved by: ports-secteam (with hat) MFH: 2017Q4 Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf Notes: svn path=/head/; revision=452458
* Update to 5.5.58 release.Alex Dupre2017-10-192-4/+4
| | | | Notes: svn path=/head/; revision=452424
* Update to 5.6.38 release.Alex Dupre2017-10-192-5/+5
| | | | Notes: svn path=/head/; revision=452423
* databases/adminer: update to 4.3.1Steve Wills2017-10-184-282/+14
| | | | | | | | PR: 222977 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Notes: svn path=/head/; revision=452384
* databases/timescaledb: Update to 0.6.0Steve Wills2017-10-183-6/+7
| | | | | | | | PR: 223077 Submitted by: kbowling Notes: svn path=/head/; revision=452344
* databases/py-carbon: update to 1.0.2Steve Wills2017-10-185-26/+39
| | | | Notes: svn path=/head/; revision=452341
* - Reset MAINTAINER due to fatal email bouncesRyan Steinmetz2017-10-181-1/+1
| | | | Notes: svn path=/head/; revision=452328
* Update to 7.0.3Matthew Seaman2017-10-182-4/+4
| | | | | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=452317
* Update to 5.0.2Sunpoet Po-Chuan Hsieh2017-10-172-4/+4
| | | | | | | | Changes: https://github.com/redis-store/redis-actionpack/releases https://github.com/redis-store/redis-actionpack/commits/master Notes: svn path=/head/; revision=452296
* Update to 5.0.2Sunpoet Po-Chuan Hsieh2017-10-172-5/+4
| | | | | | | | Changes: https://github.com/redis-store/redis-actionpack/releases https://github.com/redis-store/redis-actionpack/commits/master Notes: svn path=/head/; revision=452295
* Update to 5.0.2Sunpoet Po-Chuan Hsieh2017-10-172-5/+4
| | | | | | | | Changes: https://github.com/redis-store/redis-actionpack/releases https://github.com/redis-store/redis-actionpack/commits/master Notes: svn path=/head/; revision=452294
* Update to 1.4.5Sunpoet Po-Chuan Hsieh2017-10-162-4/+4
| | | | | | | Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.5 Notes: svn path=/head/; revision=452236