Commit Graph

21538 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Sunpoet Po-Chuan Hsieh 155cc883fc Update to 0.5.5
Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
2020-01-22 05:36:37 +00:00
Sunpoet Po-Chuan Hsieh e1c852ef90 Update to 1.7.4
Changes:	https://github.com/TileDB-Inc/TileDB/releases
		https://github.com/TileDB-Inc/TileDB/blob/release-1.7.4/HISTORY.md
2020-01-22 05:36:00 +00:00
Alexey Dokuchaev 7cc5580218 Update to version 1.3.36. 2020-01-21 12:36:34 +00:00
Sunpoet Po-Chuan Hsieh 787f16635a Update to 1.08
- Add LICENSE
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Tie-DBI
2020-01-20 20:11:41 +00:00
Mathieu Arnold 3f7f362352 Making REWARNFILE overridable was an artefact from testing.
Fix that.
2020-01-20 19:27:49 +00:00
Kevin Bowling b820949895 databases/timescaledb: Update to 1.6.0
Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D23265
2020-01-19 20:39:26 +00:00
Sunpoet Po-Chuan Hsieh 1a650c858f Update to 3.10.2
Changes:	https://metacpan.org/changes/distribution/DBD-Pg
2020-01-19 11:11:23 +00:00
Sunpoet Po-Chuan Hsieh 6aeb91fc3d Take maintainership 2020-01-18 19:01:53 +00:00
Sunpoet Po-Chuan Hsieh af347dc4fc Add py-pycql 0.0.8
pycql is a pure Python CQL parser.

WWW: https://github.com/geopython/pycql
2020-01-18 18:22:35 +00:00
Rene Ladan 6148ee7deb Return a few ports to the pool. 2020-01-18 16:46:28 +00:00
Romain Tartière 04a16e2bae Update to 6.8.0
Release notes:
https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-680

With hat:	puppet
2020-01-18 03:07:26 +00:00
Romain Tartière 7a75912365 Update to 5.2.12
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html#puppetdb-5212

With hat:	puppet
2020-01-18 02:58:40 +00:00
Tobias C. Berner 3e13a68109 databases/kdb: fix plist 2020-01-17 20:35:36 +00:00
Jochen Neumeister cdc733f29d Update to 5.0.1
Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/

MFH:		2020Q1
Security:	f929b172-369e-11ea-9cdb-001b217b3468
Sponsored by:	Netzkommune GmbH
2020-01-17 18:14:39 +00:00
Jochen Neumeister 7c0192761d Update to 4.9.4
Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/

MFH:		2020Q1
Security:	f929b172-369e-11ea-9cdb-001b217b3468
Sponsored by:	Netzkommune GmbH
2020-01-17 18:03:06 +00:00
Jochen Neumeister 0ced3adc7a databases/mysql56-{client, server}: Update to latest release 5.6.47
Bugs Fixed:
- Replication: When GTIDs are enabled on a replication master and slave, and the slave connects to the master with the MASTER_AUTO_POSITION=1 option set, the master must send the slave all the transactions that the slave has not already received, committed, or both. If any of the transactions that should be sent by the master have been already purged from the master's binary log, the master sends the error ER_MASTER_HAS_PURGED_REQUIRED_GTIDS (1789) to the slave, and replication does not start.
  The message provided for the error ER_MASTER_HAS_PURGED_REQUIRED_GTIDS has been changed to provide advice on the correct action in this situation, which is for the slave to replicate the missing transactions from another source, or for the slave to be replaced by a new slave created from a more recent backup. The message advises that the master's binary log expiration period can be revised to avoid the situation in future. In addition, the master now identifies the GTIDs of the purged transactions and supplies them in its error log in the warning message ER_FOUND_MISSING_GTIDS (11809), so that you do not need to calculate the missing GTIDs manually.
- With multiple sessions executing concurrent INSERT ... ON DUPLICATE KEY UPDATE statements into a table with an AUTO_INCREMENT column but not specifying the AUTO_INCREMENT value, inserts could fail with a unique index violation.
- A SELECT using a WHERE condition of the form A AND (B OR C [OR ...]) resulting in an impossible range led to an unplanned exit of the server.
- An incomplete connection packet could cause clients not to properly initialize the authentication plugin name.

Approved by:	mmokhi (maintainer, implicit)
MFH:		2020Q1
Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Sponsored by:	Netzkommune GmbH
2020-01-17 14:26:29 +00:00
Richard Gallamore e1a86132a7 Updated to 8.0.19
Removed white space to satisfy portlint

Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-19.html
2020-01-17 03:47:55 +00:00
Babak Farrokhi 0826a2d017 databases/py-asyncpg: Update to 0.20.1 2020-01-16 20:58:23 +00:00
Jochen Neumeister b8dcc4acd1 databases/mysq56-{client, server}: Update to latest release 5.7.29
Bugs Fixed:
- InnoDB: os_file_get_parent_dir warnings were encountered when compiling MySQL with GCC 9.2.0.
- InnoDB: An internal function (btr_push_update_extern_fields()) used to fetch newly added externally stored fields and update them during a pessimistic update or when going back to a previous version of a record was no longer required. Newly added externally stored fields are updated by a different function. Also, the method used to determine the number of externally stored fields was corrected.
- InnoDB: A comparison function found two records to be equal when attempting to merge non-leaf pages of a spatial index. The function was unable to handle this unexpected condition, which resulted in a long semaphore wait and an eventual assertion failure.
- Replication: A memory leak could occur when a failed replication group member tried to rejoin a minority group and was disallowed from doing so.
- Docker packages were missing the LDAP authentication plugins.

More Infos: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html

Approved by:	mmokhi (maintainer, implicit)
MFH:		2020Q1
Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Sponsored by:	Netzkommune GmbH
2020-01-16 15:14:58 +00:00
Dmitri Goutnik 0f842d5a92 databases/pspg: Update to 2.6.6
Changes:	https://github.com/okbob/pspg/releases/tag/2.6.6
2020-01-16 13:02:32 +00:00
Jochen Neumeister 152db2a96e databases/mysql80-{client, server}: Update to latest release 8.0.19
- New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang.
- Enabling FPROFILE_USE also enables WITH_LTO (link time optimization).
- Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas.
- The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables.

More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html

Submitted by:	fluffy
Approved by:	mmokhi (maintainer, implicit)
Sponsored by:	Netzkommune GmbH
2020-01-15 20:06:49 +00:00
Baptiste Daroussin 103e53c52c Unbreak after r523104 2020-01-15 18:16:53 +00:00
Sunpoet Po-Chuan Hsieh d0d5ebbcfb Update to 3.10.1
Changes:	https://metacpan.org/changes/distribution/DBD-Pg
2020-01-15 17:46:03 +00:00
Loïc Bartoletti be19bdfc55 Change my mail address to lbartoletti@FreeBSD.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
2020-01-14 21:45:15 +00:00
Sunpoet Po-Chuan Hsieh 0838a163cf Update to 1.12.3
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
		https://github.com/frictionlessdata/tableschema-py/commits/master
2020-01-14 16:44:54 +00:00
Antoine Brodin fa91e4c7ba Deprecate a few broken ports
With hat:	portmgr
2020-01-14 12:36:37 +00:00
Antoine Brodin e0662c6e5d Deprecate tdb1 algonside ports deprecated in r522997
With hat:	portmgr
2020-01-14 10:05:59 +00:00
Antoine Brodin ee33887cb0 Deprecate some Zope 3 components
With hat:	portmgr
2020-01-14 09:50:20 +00:00
Antoine Brodin fcc8d58fc3 Deprecate old versions of some samba libraries
With hat:	portmgr
2020-01-14 08:57:17 +00:00
Sergey A. Osokin 64e5744f4f Update to the recent commit. 2020-01-14 00:03:01 +00:00
Sunpoet Po-Chuan Hsieh de5a1f2e56 Update to 0.781
Changes:	https://metacpan.org/changes/distribution/Rose-DB
2020-01-13 17:45:40 +00:00
Sunpoet Po-Chuan Hsieh 992526bf05 Update to 11.96
- Add LICENSE
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/DBI-Shell
2020-01-13 17:45:34 +00:00
Sunpoet Po-Chuan Hsieh ca256e55cd Update to 0.26
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Cache-Memcached-Managed
2020-01-13 17:45:29 +00:00
Sunpoet Po-Chuan Hsieh 3528fda462 Add NO_ARCH 2020-01-13 17:45:24 +00:00
Pietro Cerutti 684b3882de databases/cassandra-cpp-driver: update to 2.14.1
Release notes:
https://github.com/datastax/cpp-driver/releases/tag/2.14.1
2020-01-13 14:21:54 +00:00
Sunpoet Po-Chuan Hsieh f537976e18 Change RUN_DEPENDS from py-cachetools to py-cachetools3
- Bump PORTREVISION for dependency change
2020-01-12 16:08:38 +00:00
Matthias Andree 2214b6a32c databases/db6, db5: fix JAVA-enabled build, suppress sed failed warnings
Add JAVA_VERSION="7 8" to db6
Add REWARNFILE=/dev/null to db6 and db5

Reported by: Tommy P <tommyhp2@gmail.com>
PR:          243278
MFH:         2020Q1 (blanket, fix broken build)
2020-01-12 12:47:53 +00:00
Yuri Victorovich a9b98eaf7d databases/usql: Update 0.7.7-6 -> 0.7.8
Reported by:	portscout
2020-01-12 06:24:58 +00:00
Romain Tartière 6c74f82aaf New port: databases/py-aiosqlite
aiosqlite allows interaction with SQLite databases on the main AsyncIO event
loop without blocking execution of other coroutines while waiting for queries
or data fetches. It does this by using a single, shared thread per connection.
This thread executes all actions within a shared request queue to prevent
overlapping actions.

Connection objects are proxies to the real connections, contain the shared
execution thread, and provide context managers to handle automatically closing
connections. Cursors are similarly proxies to the real cursors, and provide
async iterators to query results.

WWW: https://pypi.python.org/pypi/aiosqlite
2020-01-12 04:31:42 +00:00
Sunpoet Po-Chuan Hsieh 32004fd005 Update to 6.5.3
Changes:	https://github.com/facebook/rocksdb/releases
2020-01-11 10:41:05 +00:00
Dima Panov 54cf617ce3 databases/py-mysqlclient: update to 1.4.6 release
* The cp1252 encoding is used when charset is "latin1". (#390)
* The auth_plugin option is added. (#389)
* charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset) before mysql_real_connect is called. This avoid extra SET NAMES <charset> query when creating connection.
* --static build supports libmariadbclient.a
* Try mariadb_config when mysql_config is not found
* Fixed warning happend in Python 3.8 (#359)
* Fixed SEGV MySQLdb.escape_string("1") when libmariadb is used and no connection is created. (#367)
* Fixed many circular references are created in Cursor.executemany(). (#375)

PR:		243076
Submitted by:	fluffy
Approved by:	maintainer timeout (>1w)
2020-01-11 04:47:01 +00:00
Sergey A. Osokin cbaba3303d Update to the recent commit.
Reduce complexity with the lua-related targets.
2020-01-11 00:44:53 +00:00
Koichiro Iwao cda7981123 databases/rubygem-gdbm: Update to 2.1.0
PR:		242869
Submitted by:	maintainer
Changes:	https://github.com/ruby/gdbm/compare/v2.0.0..v2.1.0
Sponsored by:	HAW International
2020-01-10 02:54:01 +00:00
Tobias C. Berner b87bceff50 Update KDE's App Bundle to 19.12.1
January 09, 2020. Over 120 individual programs plus dozens of programmer
libraries and feature plugins are released simultaneously as part of KDE’s
release service.

Today they all get new bugfix source releases.

Release Notes:	https://community.kde.org/Releases/19.12_Release_Notes
Changelog: 	https://kde.org/announcements/changelog-releases.php?version=19.12.1
2020-01-09 22:28:39 +00:00
Sunpoet Po-Chuan Hsieh 05c291a3a4 Update to 0.5.4
Changes:	https://github.com/TileDB-Inc/TileDB-Py/releases
2020-01-09 17:52:27 +00:00
Sunpoet Po-Chuan Hsieh 1f214d1e3a Update to 1.7.3
Changes:	https://github.com/TileDB-Inc/TileDB/releases
		https://github.com/TileDB-Inc/TileDB/blob/release-1.7.3/HISTORY.md
2020-01-09 17:52:12 +00:00
Jochen Neumeister 342c784ae3 databases/mysql80-{client, server}: Update to latest release 8.0.18
switch patch-files to mysql80-server to make it easy for maintain.

Bugfix:
- CMake now enables use of fastcov if it is available. fastcov is faster than lcov or gcov. This requires GCC and gcov versions of 9 or higher.
- The DISABLE_SHARED CMake option was unused and has been removed.
- The CMake code to find Protobuf executables now works on platforms that split these into multiple packages.
- The new ADD_GDB_INDEX CMake option determines whether to enable generation of a .gdb_index section in binaries, which makes loading them in a debugger faster. The option is disabled by default. It has no effect if a linker other than lld or GNU gold is used.
- For the INSTALL_LAYOUT CMake option, the SLES and WIN option values were not used and have been removed.
- The max_prepared_stmt_count system variable maximum value has been increased from 1 million (1,048,576) to 4 million (4,194,304). The default value remains unchanged at 16,382.
- MySQL 8.0 no longer supports building using wolfSSL. All MySQL builds now use OpenSSL.
- The RE2 library is no longer used by MySQL. The library is no longer bundled with source distributions and the WITH_RE2 CMake option is obsolete.

More Infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-18.html

A big thanks to @fluffy for his help with this update

MFH:		2020Q1
Security:	fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf
Sponsored by:	Netzkommune GmbH
2020-01-08 16:47:12 +00:00
Sunpoet Po-Chuan Hsieh 9ae752a654 Update to 1.8.2
Changes:	https://github.com/okbob/plpgsql_check/releases
2020-01-08 14:48:28 +00:00
Tobias C. Berner 9a32aadb84 databases/squirrel-sql: Update to 4.0.0
PR:		243042
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2020-01-08 06:18:56 +00:00