aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/pgroonga: Update version 2.4.7=>3.0.0Muhammad Moinur Rahman2023-04-143-128/+116
| | | | | | - Drop support for pgsql 10 and change minimum requirements to pgsql 11 Changelog: https://pgroonga.github.io/news/#version-3-0-0
* databases/rubygem-pghero-rails61: Update version 3.3.1=>3.3.2Muhammad Moinur Rahman2023-04-142-4/+4
| | | | Changelog: https://github.com/ankane/pghero/releases/tag/v3.3.2
* databases/phppgadmin: update to 7.14.4Dirk Meyer2023-04-143-1042/+4
| | | | Update ADOdb to 5.22.5 for PHP 8.2+ compatibility
* databases/redis_exporter: update to 1.50.0Volodymyr Kostyrko2023-04-142-46/+7
| | | | | | | ChangeLog: https://github.com/oliver006/redis_exporter/compare/v1.33.0...v1.50.0 PR: 270786 Reported by: arcade@b1t.name (maintainer)
* devel/icu: update to 73.1Jan Beich2023-04-1317-14/+17
| | | | | | | | | - Temporarily switch to GitHub auto archive (release artifacts are N/A atm) Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1 Reported by: GitHub (watch releases) PR: 270422 Exp-run by: antoine
* databases/redisdesktopmanager: Update version 2022.2=>2022.5Muhammad Moinur Rahman2023-04-122-38/+40
| | | | | | | | | | | | - Update GH_TUPLE to point to new location - Update WWW - This is going to be the last version of the application as Redis and RESP has signed up to develop another desktop application based on Electron. For more information see: https://redis.com/blog/respapp-joining-redis/ CHangelog: https://github.com/RedisInsight/RedisDesktopManager/releases/tag/2022.5
* databases/py-alembic: Update version 1.10.2=>1.10.3Muhammad Moinur Rahman2023-04-122-4/+4
| | | | | Changelog: https://github.com/sqlalchemy/alembic/releases/tag/rel_1_10_3
* databases/geoserver-mysql-plugin: Update version 2.22.2=>2.23.0Muhammad Moinur Rahman2023-04-122-5/+5
|
* databases/freetds-devel: Update version 1.3.120=>1.3.121Muhammad Moinur Rahman2023-04-122-4/+4
|
* databases/freetds: Update version 1.3.17=>1.3.18Muhammad Moinur Rahman2023-04-122-4/+4
|
* databases/mysqlwsrep57-server: update to 5.7.41-25.33devel@galeracluster.com2023-04-113-8/+8
| | | | | | | | | The InnoDB memcached plugin is now disabled due to a duplicate symbol issue (likely -fno-common related). Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.41-25.33/release-notes-mysql-wsrep-5.7.41-25.33.txt PR: 270764
* */*: Adopt ports from swills@Muhammad Moinur Rahman2023-04-112-2/+2
|
* all: return swills' ports to the pools after safeeping his ports bit.Rene Ladan2023-04-112-2/+2
| | | | With hat: portmgr-secretary
* databases/mysql57-*: Update to 5.7.41Jochen Neumeister2023-04-113-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs Fixed Replication: Issuing STOP SLAVE SQL_THREAD while the SQL thread was handling a transaction caused replication to stop immediately, instead of waiting 60 seconds for the event group to complete before shutting down the SQL thread as expected. The root cause of this issue was due to the internal variable storing the last event start time not being reset after the SQL thread was restarted. We fix this by resetting the variable holding the last event start time whenever the SQL thread is started. (Bug #33646899) Replication: The relay_log_space_limit system variable is a 64-bit value, but its valid maximum was specified internally as that of a 32-bit value. (Bug #106323, Bug #33799840) Some remote connections to the server were not handled correctly. This issue arose as the result of a previous fix for an issue with require_secure_transport. (Bug #34857411) References: This issue is a regression of: Bug #34094706. The linked OpenLDAP library for MySQL Server (Enterprise edition) was updated to version 2.5.13. (Bug #34815046) The bundled zlib library has been upgraded to zlib 1.2.13; zlib 1.2.13 is now the minimum zlib version supported. (Bug #34711762, Bug #34711758) Stack overruns could be erroneously reported when using the thread pool under heavy load. The race condition causing this in the thread pool has been avoided with an additional thread group ID check. (Bug #34414959) Data and GTIDs backed up by mysqldump were inconsistent when the options --single-transaction and --set-gtid-purged=ON were both used. This was because GTID_EXECUTED was fetched at the end of the dump, at which point the GTIDs on the server could have increased already. With this fix, a FLUSH TABLES WITH READ LOCK is performed at the beginning of the dump, and GTID_EXECUTED fetched immediately after, to ensure that its value is consistent with the snapshot taken by mysqldump. Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-41.html Sponsored by: Netzkommune GmbH
* databases/mariadb1011-server: Fix snafu with PKGNAMESUFFIXBernard Spil2023-04-101-1/+1
|
* databases/mariadb105-server: Mark ColumnStore and RocksDB brokenBernard Spil2023-04-101-1/+2
|
* databases/mariadb1011-server: Fix typo in mysql_configBernard Spil2023-04-102-2/+2
| | | | | PR: 269654 Reported by: Oleg Sidorkin <osidorkin gmail com>
* databases/mariadb105-server: Update conflicts for 10.0.11Bernard Spil2023-04-103-0/+3
| | | | * All remaining MariaDB ports
* databases/mariadb106-server: BugfixesBernard Spil2023-04-104-2/+7
| | | | | | | | | * Don't override bind-address when WSREP is enabled [1] * Fix typo in mysql_config patch [2] * Update CONFLICTS after MariaDB 10.0.11 port creation PR: 264999[1], 269654[2] Reported by: ingenium <freebsd gmx info>[1], Oleg Sidorkin <osidorkin gmail com>
* databases/mariadb104: Drop 10.4 in 2023Q3 after adding 10.6Bernard Spil2023-04-101-0/+3
|
* databases/mariadb1011-server: Add MariaDB 10.0.11 LTS portBernard Spil2023-04-1039-0/+2916
| | | | * Clean up versions in mk/Uses/mysql.mk
* databases/puppetdb7: Update to 7.13.0Romain Tartière2023-04-106-31/+32
| | | | | | | Release notes: https://www.puppet.com/docs/puppetdb/7/release_notes.html#puppetdb-7130 With hat: puppet
* databases/py-sqlalchemy20: Update to 2.0.9Po-Chuan Hsieh2023-04-093-4/+5
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-redis2: Update WWW and CONFLICTS_INSTALLPo-Chuan Hsieh2023-04-091-2/+3
|
* databases/py-redis: Update to 4.5.4Po-Chuan Hsieh2023-04-092-10/+14
| | | | | | | - Update WWW - Update CONFLICTS_INSTALL Changes: https://github.com/redis/redis-py/releases
* databases/py-fakeredis: Update to 2.10.3Po-Chuan Hsieh2023-04-093-29/+21
| | | | | | | - Remove AIOREDIS option - Add JSON option Changes: https://github.com/cunla/fakeredis-py/releases
* databases/p5-DBD-Pg: Update to 3.16.3Po-Chuan Hsieh2023-04-092-4/+4
| | | | Changes: https://metacpan.org/dist/DBD-Pg/changes
* databases/tiledb: Update to 2.15.1Po-Chuan Hsieh2023-04-092-4/+4
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* databases/py-redis3: Add py-redis3 3.5.3 (copied from py-redis)Po-Chuan Hsieh2023-04-094-0/+44
| | | | | - Update CONFLICTS_INSTALL - Add PORTSCOUT
* databases/rubygem-sqlite3: Update to 1.6.2Po-Chuan Hsieh2023-04-093-10/+13
| | | | Changes: https://github.com/sparklemotion/sqlite3-ruby/releases
* databases/rubygem-redis-client: Update to 0.14.1Po-Chuan Hsieh2023-04-092-4/+4
| | | | Changes: https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md
* databases/py-zodbpickle: Update to 3.0Po-Chuan Hsieh2023-04-093-782/+5
| | | | Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst
* databases/py-sqlalchemy20: Update to 2.0.8Po-Chuan Hsieh2023-04-093-12/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-rb: Update to 1.10.0Po-Chuan Hsieh2023-04-092-5/+5
| | | | Changes: https://github.com/getsentry/rb/releases
* databases/py-psycopg2: Update to 2.9.6Po-Chuan Hsieh2023-04-092-4/+4
| | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
* databases/py-psycopg-pool: Update to 3.1.7Po-Chuan Hsieh2023-04-093-8/+6
| | | | | | | - Update WWW and clean up pkg-descr Changes: https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst https://www.psycopg.org/psycopg3/docs/news_pool.html
* databases/py-pgspecial: Update to 2.1.0Po-Chuan Hsieh2023-04-092-5/+5
| | | | Changes: https://github.com/dbcli/pgspecial/blob/main/changelog.rst
* databases/py-fakeredis: Update to 1.10.2Po-Chuan Hsieh2023-04-092-5/+5
| | | | Changes: https://github.com/cunla/fakeredis-py/releases
* databases/py-tiledb: Update to 0.21.1Po-Chuan Hsieh2023-04-092-5/+5
| | | | Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
* databases/tiledb: Update to 2.15.0Po-Chuan Hsieh2023-04-093-4/+16
| | | | Changes: https://github.com/TileDB-Inc/TileDB/releases
* databases/mydumper: Update to 0.14.3-1Po-Chuan Hsieh2023-04-092-4/+4
| | | | Changes: https://github.com/mydumper/mydumper/releases
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-0819-18/+19
|
* databases/influxdb2-cli: update to 2.7.1Dries Michiels2023-04-082-9/+8
| | | | Changes: https://github.com/influxdata/influx-cli/releases/tag/v2.7.1
* databases/sqlitestudio: Update 3.4.3 → 3.4.4Yuri Victorovich2023-04-082-4/+4
| | | | Reported by: portscout
* databases/rocksdb-lite: Mark DEPRECATED and set EXPIRATION_DATE to 2023-04-30Po-Chuan Hsieh2023-04-051-0/+2
| | | | Reference: https://github.com/facebook/rocksdb/commit/4720ba4391eb016b05a30d09a8275624c3a4a87e
* databases/rubygem-pghero: Update to 3.3.1Po-Chuan Hsieh2023-04-052-4/+4
| | | | Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md
* databases/rubygem-pg: Update to 1.4.6Po-Chuan Hsieh2023-04-052-4/+4
| | | | Changes: https://github.com/ged/ruby-pg/blob/master/History.md
* databases/py-mongoengine: Update to 0.27.0Po-Chuan Hsieh2023-04-053-7/+6
| | | | | | - Update WWW and clean up pkg-descr Changes: https://github.com/MongoEngine/mongoengine/releases
* databases/p5-Rose-DB: Update to 0.785Po-Chuan Hsieh2023-04-052-4/+4
| | | | Changes: https://metacpan.org/dist/Rose-DB/changes
* databases/rubygem-activerecord70: Update to 7.0.4.3Po-Chuan Hsieh2023-04-052-4/+4
| | | | Changes: https://github.com/rails/rails/releases