aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb-tools: upgrade to 100.7.4Ronald Klop2023-07-252-5/+5
| | | | | | | | | Changes: https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.7.4-changelog * version bump * remove mongodb40-tools from CONFLICTS; port is gone * poudriere stage-qa: ok
* databases/mongodb70: update to RC7Ronald Klop2023-07-242-4/+4
| | | | | | | | | | Release Candidate Please read the notes before using: https://www.mongodb.com/docs/v7.0/release-notes/7.0/#release-notes-for-mongodb-7.0--release-candidate- * trivial version bump * poudriere stage-qa: ok
* databases/mongodb60: upgrade 6.0.8Ronald Klop2023-07-242-4/+4
| | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.8---jul-13--2023 * trivial version bump * poudriere stage-qa: ok
* databases/mongodb50: upgrade to 5.0.19Ronald Klop2023-07-242-4/+4
| | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.19---jul-13--2023 * trivial version bump * poudriere stage-qa: ok
* databases/mongodb44: upgrade to 4.4.23Ronald Klop2023-07-242-4/+4
| | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.23---jul-13--2023 * trivial version bump * poudriere stage-qa: ok
* databases/xtrabackup8: Fix build with llvm16Muhammad Moinur Rahman2023-07-231-0/+6
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* databases/xrootd: Fix build with openssl3Muhammad Moinur Rahman2023-07-231-3/+7
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* databases/libhsclient: Fix build with llvm16Muhammad Moinur Rahman2023-07-231-1/+6
| | | | | | | | - Add LICENSE BSD3CLAUSE - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* databases/xapian-core12: Fix build with llvm16Muhammad Moinur Rahman2023-07-231-3/+6
| | | | | | | - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* databases/p5-Redis-Fast: Update to 0.36Tomohiro Hosaka2023-07-222-4/+4
| | | | | ChangeLog: https://metacpan.org/dist/Redis-Fast/changes PR: 272557
* framework: convert tree to use USES=pycryptographyTobias C. Berner2023-07-223-5/+3
| | | | | | | A future commit will update to security/py-cryptography will introduce a rust dependency. PR: 254853
* databases/qdrant: Update 1.1.0 → 1.3.2Mikael Urankar2023-07-222-344/+504
| | | | PR: 272613
* databases/timescaledb: Update to 2.11.1Kevin Bowling2023-07-223-4/+6
| | | | Changes https://github.com/timescale/timescaledb/releases/tag/2.11.1
* databases/postgresql-idn New portMuhammad Moinur Rahman2023-07-204-0/+51
| | | | | | | | | | | | | At a fundamental level, this extension grants access to a number of functions provided by the libidn and libidn2 libraries. Not all of the functions provided by these libraries are exposed. Whenever possible, the code will transform the encoding of the data in the database to UTF-8 before further processing. WWW: https://github.com/dyninc/postgresql-idn Sponsored by: Bounce Commerce
* databases/pg_citus: update to 12.0.0Matthew Seaman2023-07-203-5/+10
| | | | | | | Now requires postgresql 14 or above. Changes: https://github.com/citusdata/citus/blob/v12.0.0/CHANGELOG.md Reported by: portscout
* databases/mysql++: Fix build with llvm16Muhammad Moinur Rahman2023-07-191-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* databases/py-unqlite: Update version 0.9.5=>0.9.6Muhammad Moinur Rahman2023-07-192-4/+4
| | | | Changelog: https://github.com/coleifer/unqlite-python/releases/tag/0.9.6
* databases/py-mysql-connector-python: Update version 8.0.33=>8.1.0Muhammad Moinur Rahman2023-07-192-11/+10
| | | | | Changelog: https://github.com/mysql/mysql-connector-python/releases/tag/8.1.0
* databases/usql: Update 0.12.13 → 0.14.12Yuri Victorovich2023-07-192-7/+6
| | | | Reported by: portscout
* databases/ruby-tokyocabinet: Fix build with llvm16Muhammad Moinur Rahman2023-07-181-0/+9
| | | | | | | - Add LICENSE LGPL21 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}Charlie Li2023-07-1811-11/+11
| | | | | | | | Currently a no-op, but in the future outputs the correct setuptools port depending on whether USES_PYTHON=distutils is specified. With hat: python PR: 270510, 270358
* lang/rust: Bump revisions after 1.71.0Mikael Urankar2023-07-1711-11/+11
| | | | PR: 272449
* databases/cego: update 2.48.25 -> 2.48.27Björn Lemke2023-07-172-4/+4
| | | | | | | | | | | | | | | - Patch addd for tableset stop procedure. With the new optimized stored procedure handling ( CegoFunction module ), the object cleanup must be done BEFORE the tableset is finally stopped. Otherwise an uncaught exception occurs ( tableset not online ) which results in database crash after tableset shutdown. Several modules have been modified for this - In CegoFunction constructors, added _pProc = 0 initialization for decoding and fromElement constructors. This avoids a set fault, in case of database recovery, when a predicate expression with user function is dedoded from log file Author: Björn Lemke <lemke@lemke-it.com>
* databases/virtuoso: Mark DEPRECATEDMuhammad Moinur Rahman2023-07-171-0/+2
| | | | | - Broken on all supported FreeBSD releases for more than an year - Set EXPIRATION_DATE to 2023-08-16
* databases/nanodbc: Fix build with clang-16 by adding USE_CXXSTDYuri Victorovich2023-07-171-0/+1
| | | | Reported by: fallout
* databases/py-unqlite: Update version 0.9.4=>0.9.5Muhammad Moinur Rahman2023-07-162-4/+4
| | | | Changelog: https://github.com/coleifer/unqlite-python/releases/tag/0.9.5
* databases/postgresql-repmgr: Update version 5.4.0=>5.4.1Muhammad Moinur Rahman2023-07-152-4/+4
| | | | Changelog: https://www.repmgr.org/docs/current/release-5.4.1.html
* databases/py-unqlite: Update version 0.9.3=>0.9.4Muhammad Moinur Rahman2023-07-152-4/+4
| | | | Changelog: https://github.com/coleifer/unqlite-python/releases/tag/0.9.4
* databases/mariadb105-server: Update to 10.5.21Bernard Spil2023-07-152-4/+4
|
* databases/akonadi: and net-im/kaccounts-integration: reverse dependenciesVladimir Druzenko2023-07-141-1/+4
| | | | | | | | | | | | | | Without this patch, there is a circular dependency if Akonadi is built with kaccounts-integration installed, as Akonadi has an optional dependency on kaccounts-integration and libaccounts-qt5 that makes the port silently depend on libkaccounts.so and libaccounts-qt5.so. kaccounts-integration, on the other hand, had a dependency on Akonadi that was probably inherited from the Qt4 version, as the Akonadi plugin was removed from the code base in 2015. Reviewed by: rakuco, tcberner Tested by: tcberner Approved by: tcberner (mentor, kde@) Differential Revision: https://reviews.freebsd.org/D41019
* devel/catch2: Update 3.3.2 → 3.4.0Yuri Victorovich2023-07-141-0/+1
| | | | Reported by: portscout
* databases/ruby-bdb: fix build with clang16, fix build with ruby3.2Dirk Meyer2023-07-1312-33/+1582
|
* databases/ruby-bdb: rename patchfilesDirk Meyer2023-07-135-0/+0
|
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-123-3/+3
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during ↵Vladimir Druzenko2023-07-121-0/+1
| | | | | | | | | | | | | call of Redis::pconnect() Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3 too. Upstream issue: https://github.com/phpredis/phpredis/issues/2041 PR: 272451 Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor) Obtained from: https://github.com/phpredis/phpredis/issues/2041 Differential Revision: https://reviews.freebsd.org/D40984 MFH: 2023Q3
* databases/pecl-redis: php8.1 PHP Fatal error: Arginfo / zpp mismatch during ↵Vladimir Druzenko2023-07-121-0/+12
| | | | | | | | | | | | | call of Redis::pconnect() Without patch port doesn't work with PHP 8.1 and probably with 8.0, 8.2 and 8.3 too. Upstream issue: https://github.com/phpredis/phpredis/issues/2041 PR: 272451 Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer), arrowd (mentor) Obtained from: https://github.com/phpredis/phpredis/issues/2041 Differential Revision: https://reviews.freebsd.org/D40984 MFH: 2023Q3
* databases/lmdb: upgrade to 0.9.31Xin LI2023-07-122-4/+4
|
* databases/redis6: Update to 6.0.20Yasuhiro Kimura2023-07-102-4/+4
| | | | | | Changelog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ MFH: 2023Q3 Security: 0e254b4a-1f37-11ee-a475-080027f5fec9
* databases/redis62: Update to 6.2.13Yasuhiro Kimura2023-07-102-4/+4
| | | | | | Changelog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ MFH: 2023Q3 Security: 0e254b4a-1f37-11ee-a475-080027f5fec9
* databases/redis-devel: Update to 7.0.12.20230710Yasuhiro Kimura2023-07-102-5/+5
| | | | | | | Changes: https://github.com/redis/redis/compare/6bf9b144e...936cfa464 MFH: 2023Q3 Security: 0e254b4a-1f37-11ee-a475-080027f5fec9 Security: 6fae2d6c-1f38-11ee-a475-080027f5fec9
* databases/redis: Update to 7.0.12Yasuhiro Kimura2023-07-102-4/+4
| | | | | | | ChangeLog: https://groups.google.com/g/redis-db/c/JDjKS0GubsQ MFH: 2023Q3 Security: 0e254b4a-1f37-11ee-a475-080027f5fec9 Security: 6fae2d6c-1f38-11ee-a475-080027f5fec9
* databases/rubygem-bdb1: fix build with clang16Dirk Meyer2023-07-103-10/+200
|
* databases/p5-DBIx-Connector: Update to 0.59Po-Chuan Hsieh2023-07-092-4/+4
| | | | Changes: https://metacpan.org/dist/DBIx-Connector/changes
* databases/rubygem-state_machines-activemodel: Update to 0.9.0Po-Chuan Hsieh2023-07-092-6/+6
| | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master
* databases/py-tarantool: Update to 1.1.0Po-Chuan Hsieh2023-07-092-4/+4
| | | | Changes: https://github.com/tarantool/tarantool-python/releases
* databases/py-sqlglot: Update to 17.3.0Po-Chuan Hsieh2023-07-092-4/+4
| | | | Changes: https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
* databases/py-sqlalchemy20: Update to 2.0.18Po-Chuan Hsieh2023-07-093-5/+4
| | | | Changes: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html
* databases/py-sqlalchemy14: Update to 1.4.49Po-Chuan Hsieh2023-07-093-4/+5
| | | | Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
* databases/py-sqlalchemy-json: Update to 0.6.0Po-Chuan Hsieh2023-07-092-6/+5
| | | | Changes: https://github.com/edelooff/sqlalchemy-json/blob/master/README.rst#changelog
* databases/py-geoalchemy2: Update to 0.14.0Po-Chuan Hsieh2023-07-092-5/+9
| | | | | | - Add SHAPELY option Changes: https://github.com/geoalchemy/geoalchemy2/releases