summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/msgpack: Update and split into C and C++ versionsAdam Weinberger2022-10-164-8/+8
| | | | | | | | | | | | | | Upstream now provides msgpack as two separate distributions: a C version with the traditional libmsgpackc.so library, and a header-only C++ version. devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its consumers now point to one or both. Note that it is entirely possible for both to be required. PORTREVISION bump for all consumers. In my testing, it's not clear that the MSGPACK option in the mariadb ports actually does anything. I don't think mariadb is actually linking against msgpack, even before this commit.
* databases/octosql: New port: OctoSQL is a query tool for databases, file ↵Yuri Victorovich2022-10-164-0/+31
| | | | formats, etc
* databases/sqldeveloper: Update to 22.2.1.234.1810VVD2022-10-153-37/+60
| | | | | | | | | | | | | | | | | | | | | | Version 22.2.1.234.1810 - September 12, 2022 Bugs Fixed 34375812 EDIT TABLE DIALOG FAILS TO LOAD WITH JAVA STACK DUMP https://www.oracle.com/tools/sqldev/sqldev-relnotes-22.2.1.html Version 22.2.0.173.2018 - June 28, 2022 Bugs Fixed 32445960 SQL DEVELOPER SHOWS FAILED_OVER WHEN A NODE OF 2 NODE RAC FAILOVER 33659339 SQL DEVELOPER SHOWS FAILED_OVER FOR TAC FAILOVER FOR RAC 34157706 ORDS GET QUERY CAN BE RUN BUT CAN'T BE SAVED 33735358 SQL PATROLLER RULE NOT WORKING 34116804 VALID WHEN CLAUSE ON SYSTEM TRIGGER CAUSES ERROR IN SQL DEVELOPER 34116753 FORMATTER CAN BREAK TRIGGER CODE 32955926 EXPORT WIZARD TO EXPORT COLUMNS AND ROWS FROM A TABLE DOES NOT LIMIT THE COLUMNS 34026858 ACCESSIBILITY: UNABLE TO NAVIGATE TO ADD/REMOVE CONNECTION DETAILS UNDER ADVANCED TAB https://www.oracle.com/tools/sqldev/sqldev-relnotes-22.2.html PR: 267044 MFH: 2022Q4
* databases/redis{,62,-devel}: Amend previous commitAdam Weinberger2022-10-153-9/+9
| | | | | The openresty patches work for luajit-devel, though redis is still broken with luajit enabled.
* databases/redis6: Use USES=luajit (defaults to luajit-devel)Adam Weinberger2022-10-151-12/+13
|
* databases/redis{,62,-devel}: Use USES=luajit (defaults to lang/luajit-devel)Adam Weinberger2022-10-153-38/+38
| | | | The LUAJIT option is marked broken in all these ports, so no PORTREVISION bump.
* KDE: Update KDE Gear to 22.08.2Tobias C. Berner2022-10-141-3/+3
| | | | | | | | | | | | | | | | | | | | KDE Gear 22.08.2 Thursday, 13 October 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug #456797) * kdeconnect: Prevent a crash if there’s no audio devices (Commit, fixes bug #454917) * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug #453090) Announcement: https://kde.org/announcements/gear/22.08.2/
* databases/emacsql: Update to 3.1.1Yasuhiro Kimura2022-10-142-4/+4
| | | | Changes: https://github.com/magit/emacsql/compare/3.1.0...3.1.1
* databases/postgresql15-*: Update to 15.0Palle Girgensohn2022-10-134-4/+13
| | | | | | | | | | | | | | | The PostgreSQL Global Development Group today announced the release of PostgreSQL 15, the latest version of the world’s most advanced open source database. PostgreSQL 15 builds on the performance improvements of recent releases with noticeable gains for managing workloads in both local and distributed deployments, including improved sorting. This release improves the developer experience with the addition of the popular MERGE command, and adds more capabilities for observing the state of the database. Release notes: https://www.postgresql.org/about/news/postgresql-15-released-2526/
* databases/puppetdb7: Update to 7.11.2Romain Tartière2022-10-124-8/+8
| | | | | | | Release notes: https://puppet.com/docs/puppetdb/7/release_notes.html#puppetdb-7112 With hat: puppet
* databases/emacsql: Mark MAKE_JOBS_UNSAFEYasuhiro Kimura2022-10-131-0/+1
| | | | | | Paralell build may fail after updated to 3.1.0. Reported by: pkg-fallout
* databases/py-pgxnclient: Add missing RUN_DEPENDSLi-Wen Hsu2022-10-131-0/+2
| | | | | PR: 266994 Reported by: Daniel Ziltener <dziltener@lyrion.ch>
* databases/tarantool: Update to 2.10.3Pavel Balaev2022-10-123-10/+10
|
* databases/emacsql: Update to 3.1.0Yasuhiro Kimura2022-10-125-25/+13
| | | | Changes: https://github.com/magit/emacsql/compare/3747260...3.1.0
* */*: Reset maintainershipFernando Apesteguía2022-10-101-1/+1
| | | | | | | Reset maintainership of three ports requested[1] by maintainer in the freebsd-ports@ mail list. [1] https://lists.freebsd.org/archives/freebsd-ports/2022-October/002808.html
* databases/pspg: Update to 5.5.8Dmitri Goutnik2022-10-102-4/+4
| | | | Changes: https://github.com/okbob/pspg/releases/tag/5.5.8
* databases/pymongo: Move to databases/py-pymongoYuri Victorovich2022-10-098-5/+5
| | | | Approved by: portmgr (compliance)
* databases/rubygem-flipper-active_record-rails61: Update to 0.25.2Po-Chuan Hsieh2022-10-102-4/+4
| | | | Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md
* databases/rubygem-activerecord-import: Update to 1.4.1Po-Chuan Hsieh2022-10-102-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* databases/py-sqlglot: Update to 6.3.1Po-Chuan Hsieh2022-10-102-4/+4
| | | | Changes: https://github.com/tobymao/sqlglot/commits/main
* databases/py-psycopg2: Update to 2.9.4Po-Chuan Hsieh2022-10-102-4/+4
| | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
* databases/rocksdb: Update to 7.7.2Po-Chuan Hsieh2022-10-103-19/+21
| | | | Changes: https://github.com/facebook/rocksdb/releases
* databases/plpgsql_check: Update to 2.2.2Po-Chuan Hsieh2022-10-102-4/+4
| | | | Changes: https://github.com/okbob/plpgsql_check/releases
* databases/rubygem-redis-cluster-client: Update to 0.3.12Po-Chuan Hsieh2022-10-092-4/+4
| | | | Changes: https://github.com/redis-rb/redis-cluster-client/releases
* databases/py-sqlglot: Update to 6.2.7Po-Chuan Hsieh2022-10-092-4/+4
| | | | Changes: https://github.com/tobymao/sqlglot/commits/main
* databases/py-flask-sqlalchemy: Update to 3.0.0Po-Chuan Hsieh2022-10-093-9/+55
| | | | | | | - Update WWW Changes: https://github.com/pallets-eco/flask-sqlalchemy/releases https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst
* devel/protobuf: Update to 3.21.7Po-Chuan Hsieh2022-10-094-4/+4
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/protocolbuffers/protobuf/releases
* databases/rubygem-redis-actionpack52-rails61: Remove obsoleted portPo-Chuan Hsieh2022-10-094-30/+0
| | | | Use databases/rubygem-redis-actionpack-rails61 instead.
* databases/rubygem-redis44: Remove obsoleted portPo-Chuan Hsieh2022-10-094-27/+0
| | | | Use databases/rubygem-redis instead.
* databases/py-alembic16: Remove obsoleted portPo-Chuan Hsieh2022-10-094-50/+0
| | | | Use databases/py-alembic instead.
* databases/rubygem-red-plasma: Add rubygem-red-plasma 8.0.0Po-Chuan Hsieh2022-10-094-0/+38
| | | | | | | | | | | | | | | Red Plasma is the Ruby bindings of Plasma. Red Plasma is based on GObject Introspection. Plasma is an in-memory object store and cache for big data. GObject Introspection is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime. Red Plasma uses Plasma GLib and gobject-introspection gem to generate Ruby bindings of Plasma. See also: https://github.com/apache/arrow/tree/master/ruby/red-plasma
* databases/rubygem-red-parquet: Add databases/rubygem-red-parquet 8.0.0Po-Chuan Hsieh2022-10-094-0/+38
| | | | | | | | | | | | | | | Red Parquet is the Ruby bindings of Apache Parquet. Red Parquet is based on GObject Introspection. Apache Parquet is a columnar storage format. GObject Introspection is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime. Red Parquet uses Apache Parquet GLib and gobject-introspection gem to generate Ruby bindings of Apache Parquet. See also: https://github.com/apache/arrow/tree/master/ruby/red-parquet
* databases/rubygem-red-gandiva: Add rubygem-red-gandiva 8.0.0Po-Chuan Hsieh2022-10-094-0/+38
| | | | | | | | | | | | | | | Red Gandiva is the Ruby bindings of Gandiva. Red Gandiva is based on GObject Introspection. Gandiva is a toolset for compiling and evaluating expressions on Arrow data. GObject Introspection is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime. Red Gandiva uses Gandiva GLib and gobject-introspection gem to generate Ruby bindings of Gandiva. See also: https://github.com/apache/arrow/tree/master/ruby/red-gandiva
* databases/rubygem-red-arrow-dataset: Add rubygem-red-arrow-dataset 8.0.0Po-Chuan Hsieh2022-10-094-0/+39
| | | | | | | | | | | | | | | | Red Arrow Dataset is the Ruby bindings of Apache Arrow Dataset. Red Arrow Dataset is based on GObject Introspection. Apache Arrow Dataset is one of Apache Arrow components to read and write semantic datasets stored in different locations and formats. GObject Introspection is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime. Red Arrow Dataset uses Apache Arrow Dataset GLib and gobject-introspection gem to generate Ruby bindings of Apache Arrow Dataset. See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow-dataset
* databases/rubygem-red-arrow: Add rubygem-red-arrow 8.0.0Po-Chuan Hsieh2022-10-095-0/+53
| | | | | | | | | | | | | | | | Red Arrow is the Ruby bindings of Apache Arrow. Red Arrow is based on GObject Introspection. Apache Arrow is an in-memory columnar data store. It's used by many products for data analytics. GObject Introspection is a middleware for language bindings of C library. GObject Introspection can generate language bindings automatically at runtime. Red Arrow uses Apache Arrow GLib and gobject-introspection gem to generate Ruby bindings of Apache Arrow. See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow
* databases/arrow-glib: Add arrow-glib 8.0.0Po-Chuan Hsieh2022-10-095-0/+201
| | | | | | | | | Arrow GLib is a wrapper library for Arrow C++. Arrow GLib provides C API. Arrow GLib supports GObject Introspection. It means that you can create language bindings at runtime or compile time. See also: https://github.com/apache/arrow/tree/master/c_glib
* databases/arrow: Fix b2b1773a8006931f49457a9341f2c6da6119de0ePo-Chuan Hsieh2022-10-092-21/+4
| | | | | It should be a PORTREVISION bump for shlib change of devel/grpc. Remove accidentally-committed local changes.
* databases/timescaledb: Update to 2.8.1Kevin Bowling2022-10-083-4/+5
|
* databases/pgroonga: Update version 2.3.8=>2.4.0Muhammad Moinur Rahman2022-10-083-5/+7
| | | | Relnotes: https://pgroonga.github.io/news/#version-2-4-0
* databases/mroonga: Update version 12.07=>12.08Muhammad Moinur Rahman2022-10-082-4/+4
| | | | Relnotes: https://mroonga.org/en/blog/2022/10/03/mroonga-12.08.html
* graphics/poppler: bump port revision of poppler consumersTobias C. Berner2022-10-081-1/+1
| | | | - poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
* databases/cutelyst-asql: update to latest releaseAdriaan de Groot2022-10-073-4/+7
| | | | | | | | This skips over a bunch of releases, including several API breaks. Do check compatibility if you are using asql. The latest release adds UTF-8 string views. https://github.com/cutelyst/asql/releases
* databases/py-peewee_migrate: Update to 1.5.1Goran Mekić2022-10-072-9/+5
| | | | | | | ChangeLog: https://github.com/klen/peewee_migrate/compare/1.4.12...1.5.1 PR: 266751
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-0619-17/+19
|
* databases/postgresql15-*: update to 15.rc2Palle Girgensohn2022-10-062-3/+3
| | | | | | | | | | | | | | | | | | Several bug fixes were applied for PostgreSQL 15 during the RC 1 period. These include: Reverting the "optimized order of GROUP BY keys" feature. Fix behavior for the \g command in psql with multi-command strings. Fix memory leak in single-column sorts. Fix for behavior of PQsslAttribute libpq function. To upgrade to PostgreSQL 15 RC 2 from earlier versions of PostgreSQL, you will need to use a major version upgrade strategy, e.g. pg_upgrade or pg_dump / pg_restore. For more information, please visit the documentation section on upgrading. URL: https://www.postgresql.org/docs/15/static/upgrading.html Release notes: https://www.postgresql.org/about/news/postgresql-15-rc-2-released-2521/
* databases/rubygem-flipper-active_record-rails61: Update version 0.21.0=>0.25.0Muhammad Moinur Rahman2022-10-042-6/+5
| | | | | Relnotes: https://github.com/jnunemaker/flipper/releases/tag/v0.25.0 Sponsored by: Bounce Experts
* databases/p5-Redis-Fast: Update to 0.34Gian-Simon Purkert2022-10-042-5/+5
| | | | | | | | | - Switch to DISTVERSION - Use ARTPERL10 instead of ART10 license ChangeLog: https://metacpan.org/dist/Redis-Fast/changes PR: 266697 MFH: 2022Q4
* databases/p5-Cache-Memcached-Fast: Update to 0.28Po-Chuan Hsieh2022-10-042-4/+6
| | | | Changes: https://metacpan.org/dist/Cache-Memcached-Fast/changes
* databases/rubygem-sqlite3: Update to 1.5.2Po-Chuan Hsieh2022-10-043-31/+17
| | | | Changes: https://github.com/sparklemotion/sqlite3-ruby/releases
* databases/rubygem-redis-clustering: Update to 5.0.5Po-Chuan Hsieh2022-10-042-5/+5
| | | | Changes: https://github.com/redis/redis-rb/commits/master/cluster