Commit graph

24865 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
bcb982062e databases/mroonga: Update version 13.01=>13.05
Changelog: https://mroonga.org/en/blog/2023/08/02/mroonga-13.05.html
2023-08-13 15:12:14 +02:00
Tobias C. Berner
d1189adecd databases/futuresql: new port -- A non-blocking database framework for Qt.
FutureSQL was in part inspired by Diesel, and provides a higher level of
abstraction than QtSql. Its features include non-blocking database access by
default, relatively boilderplate-free queries, automatic database migrations
and simple mapping to objects.

In order to make FutureSQL's use of templates less confusing, FutureSQL uses
C++20 concepts, and requires a C++20 compiler.

Warning: The API is not finalized yet.
2023-08-13 13:55:27 +02:00
Ronald Klop
dc8ecdfe14
databases/mongodb50: update 5.0.20
Changes: https://www.mongodb.com/docs/manual/release-notes/5.0/

* trivial version bump
* pet portclippy
* poudriere stage-qa: ok
2023-08-13 10:15:02 +02:00
Ronald Klop
273443c506
databases/mongodb-tools: update to 100.7.5
Changes: https://www.mongodb.com/docs/database-tools/release-notes/database-tools-changelog/#100.7.5-changelog

* version bump
* poudriere stage-qa: ok
2023-08-11 11:48:15 +02:00
Ronald Klop
1001819438
databases/mongodb60: update to 6.0.9
Changes: https://www.mongodb.com/docs/manual/release-notes/6.0-changelog/#6.0.9-changelog

* trivial version bump
* pet portclippy
* poudriere stage-qa: ok
2023-08-11 11:45:55 +02:00
Muhammad Moinur Rahman
3317a02901 Revert "databases/mongodb70: Fix build with llvm16"
This reverts commit 4a6a3534dd.

There was a build failure in my local build instance but this was a
false positive and actually this ports build fine without the changes.

Reported by: fuz
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2023-08-10 19:03:09 +02:00
Palle Girgensohn
3554a40b05 databases/postgresql??-*: Update to latest versions.
PostgreSQL 15.4, 14.9, 13.12, 12.16, 11.21, and PostgreSQL 16 Beta 3
Released.

The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 15.4, 14.9, 13.12, 12.16,
and 11.21, as well as the third beta release of PostgreSQL 16. This
release fixes two security vulnerabilities and over 40 bugs reported
over the last several months.

If you use BRIN indexes to look up NULL values, you will need to reindex
them after upgrading to this release. On PostgreSQL 12 and above, you
can use REINDEX CONCURRENTLY to avoid blocking writes to the affected
index and table, for example:

REINDEX INDEX CONCURRENTLY your_index_name;

Also, remove the patch for postgresql.conf.sample suggesting to turn off
update_process_title [1], since it is no longer a problem.

Release notes:	https://www.postgresql.org/about/news/postgresql-154-149-1312-1216-1121-and-postgresql-16-beta-3-released-2689/

[1]:		https://commitfest.postgresql.org/19/1715/
2023-08-10 16:13:24 +02:00
Wen Heping
196ff3084e databases/neo4j: Update to 4.4.24 2023-08-10 11:54:20 +00:00
Wen Heping
ee50cc65f9 databases/ora2pg: Update to 24.0 2023-08-10 11:54:20 +00:00
Wen Heping
003e4921b2 databases/py-sqlobject: Update to 3.10.2 2023-08-10 11:54:20 +00:00
Muhammad Moinur Rahman
4a6a3534dd databases/mongodb70: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-08 11:55:15 +02:00
Muhammad Moinur Rahman
6956bca47e databases/clickhouse: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-08 11:55:13 +02:00
Björn Lemke
6c0e87f2e0 databases/cego: update 2.48.28 -> 2.48.29
- Fix added in CegoAggregation::decode, c flag was
  not decoded correctly ( wrong order in memcpy function )
2023-08-08 11:06:00 +02:00
Muhammad Moinur Rahman
41c598bf19 databases/nanodbc: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-08 00:00:19 +02:00
Muhammad Moinur Rahman
74657ceda8 databases/py-alembic: Update version 1.11.1=>1.11.2
Changelog: https://github.com/sqlalchemy/alembic/releases/tag/rel_1_11_2
2023-08-07 01:57:35 +02:00
Palle Girgensohn
3eec83ca83 databases/postgresql-libpqxx: update to 7.8.1
Release notes:	https://github.com/jtv/libpqxx/releases
2023-08-06 21:49:43 +02:00
Muhammad Moinur Rahman
0cf8b3fab1 databases/mongodb44: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-06 20:30:38 +02:00
Muhammad Moinur Rahman
c468513b79 databases/cppdb: Fix build with llvm16
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-06 14:30:35 +02:00
Muhammad Moinur Rahman
6ba836b177 databases/qdbm-plus: Fix build with llvm16
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-05 22:00:20 +02:00
Muhammad Moinur Rahman
a556d7b3f3 databases/mdcached: Fix build with llvm16
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-05 13:53:19 +02:00
Muhammad Moinur Rahman
d897c7e9d1 databases/mysql57-client: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-05 13:53:18 +02:00
Romain Tartière
3e3df22dd5
databases/py-aiosqlite: Update to 0.19.0 2023-08-04 19:16:15 -10:00
Dmitri Goutnik
09b993031a all: Bump PORTREVISION after lang/go{119,120} update 2023-08-04 09:24:50 -05:00
Jonathan Chen
de053e1508 databases/squirrel-sql: update to 4.6.0
PR:		272905
Reported by:	jonc@chen.org.nz (maintainer)
2023-08-04 08:14:48 +02:00
Loïc Bartoletti
214a19142b databases/postgis33: Update to 3.3.4
News:
  - https://postgis.net/2023/07/PostGIS-3.3.4-Patch-Release/
2023-08-03 06:34:02 +02:00
Muhammad Moinur Rahman
effa1f7e77 databases/libodbc++: Fix build with llvm16
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
2023-08-02 23:18:14 +02:00
Muhammad Moinur Rahman
8cae30b8ec */*: Fix typos on OPENSSL3 build fixes
On my previous OpenSSL 3 fixes there was an accidental typo. This commit
fixes all those typos.

Approved by:	portmgr (blanket)
2023-08-02 16:16:43 +02:00
Muhammad Moinur Rahman
0d9baa0a16 databases/geoserver-mysql-plugin: Update version 2.23.1=>2.23.2 2023-08-01 20:48:28 +02:00
Yasuhiro Kimura
7b4ff6f53b databases/redis-devel: Update to latest snapshot
Changes:	936cfa464...6abb3c403
2023-08-01 10:18:21 +09:00
Po-Chuan Hsieh
a1169b8038
databases/rubygem-state_machines-activerecord: Remove unneeded PORTREVISION 2023-08-01 00:40:18 +08:00
Po-Chuan Hsieh
01ed82388c
databases/py-sqlglot: Update to 17.4.1
Changes:	https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
2023-08-01 00:39:56 +08:00
Po-Chuan Hsieh
51cda8ff79
databases/py-mycli: Sort USES 2023-08-01 00:39:56 +08:00
Po-Chuan Hsieh
29502ef1e5
databases/xapian-core12: Convert PORTDOCS to PLIST entries 2023-08-01 00:39:47 +08:00
Po-Chuan Hsieh
c8233c847e
databases/tiledb: Update to 2.16.0
Changes:	https://github.com/TileDB-Inc/TileDB/releases
2023-08-01 00:39:47 +08:00
Po-Chuan Hsieh
3a43d064b8
databases/mydumper: Update to 0.14.5-3
Changes:	https://github.com/mydumper/mydumper/releases
2023-08-01 00:39:46 +08:00
Po-Chuan Hsieh
d7397758c7
databases/rubygem-attr_json: Add rubygem-attr_json 2.1.0
ActiveRecord attributes stored serialized in a json column, super smooth.

Typed and cast like Active Record. Supporting nested models, dirty tracking,
some querying (with postgres jsonb contains), and working smoothy with form
builders.

Use your database as a typed object store via ActiveRecord, in the same models
right next to ordinary ActiveRecord column-backed attributes and associations.
Your json-serialized attr_json attributes use as much of the existing
ActiveRecord architecture as we can.
2023-08-01 00:39:46 +08:00
Volodymyr Kostyrko
0d25e2452c databases/redis_exporter: update to 1.52.0
Changelog: https://github.com/oliver006/redis_exporter/compare/v1.50.0...v1.52.0

PR:		272814
2023-07-31 01:59:08 +03:00
Ronald Klop
0464348da5
databases/mongodb44: make support for ARMv8.0-A optional
no-op commit; default is still enabled

Why? Upstream removed support for non-LSE ARM CPUs because of possible corruption on high concurrent load.
Quite some people (including me) use this on RPI4 with net-mgmt/unifi7 and one WiFi dish. This is not a 'high concurrent load' and works fine.
By making this CPU optional I hope to support both types of usage.
2023-07-30 22:57:08 +02:00
Ronald Klop
399e71ec6e
databases/mongodb44: style
pet portlint and portclippy by reordering some fields
fix typo in pkg-message
2023-07-30 22:57:07 +02:00
Björn Lemke
6b907e14e4 databases/cego: update 2.48.27 -> 2.48.28
- Fix added in CegoProcQueryStmt::execute,
  after execution of the query, the cleanUp method must be called
  to avoid leaks regarding stored proc object use
  ( this corresponds to the new optimized stored proc handling )
2023-07-30 20:06:09 +02:00
Björn Lemke
c107492c6d databases/p5-DBD-cego: update 1.5.2 -> 1.5.3
- fix build on 14.x
2023-07-30 20:04:53 +02:00
Wen Heping
59770607da databases/zodb: Update to 5.8.1 2023-07-29 22:20:45 +00:00
Ronald Klop
9c4a212eb5
databases/mongodb70: update to RC10
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-

* version bump
* pet portclippy
* poudriere stage-qa: ok
2023-07-29 19:39:32 +02:00
Daniel Engberg
664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00
Michael Schout
59c047e8ad databases/pgbackrest: Update to 2.47
https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.47

Bug Fixes:

 * Preserve block incremental info in manifest during delta backup.
 * Fix block incremental file names in verify command.
 * Fix spurious automatic delta backup on backup from standby.
 * Skip recovery.signal for PostgreSQL >= 12 when recovery type=none.
 * Fix unique label generation for diff/incr backup.
 * Fix time-based archive expiration when no backups are expired.

Improvements:

 * Improve performance of SFTP storage driver.
 * Add timezone offset to info command date/time output.
 * Centralize error handling for unsupported features.

Documentation Improvements:

 * Clarify preference to install from packages in the user guide.

PR:		272735
Reported by:	schoutm@gmail.com (maintainer)
2023-07-28 08:34:13 +02:00
Loïc Bartoletti
c7d042dd6f databases/pgmodeler: Update to 1.0.5
- Uses qt6
2023-07-28 07:18:59 +02:00
Matthew Seaman
5504067f27 databases/pgbarman: update to 3.7.0
Changes:	https://github.com/EnterpriseDB/barman/blob/release/3.7.0/NEWS
Reported by:	repology
2023-07-28 06:17:31 +01:00
Jason E. Hale
66b0e0515e Qt: Update Qt6 to 6.5.2
As a patch release, Qt 6.5.2 does not introduce any new features but
contains about 290 bug fixes, security updates, and other improvements
to the top of the Qt 6.5.1 release. See more information about the most
important changes and bug fixes from Qt 6.5.2 release note.

Announcement:	https://www.qt.io/blog/qt-6.5.2-released-1
Release note:	https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
2023-07-27 18:10:42 -04:00
Loïc Bartoletti
17abfdbdd7 textproc/freexl: Update to 2.0.0
Reported by:	portscout
2023-07-27 13:57:34 +02:00
Loïc Bartoletti
30977f976d databases/postgis33: Update to 3.3.3
Changes:
  - https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.3/NEWS
2023-07-27 09:50:40 +02:00