Commit graph

23678 commits

Author SHA1 Message Date
Neel Chauhan
d29e610a8a databases/mongodb60: Add misisng hyphen 2022-09-19 16:24:34 -07:00
Loïc Bartoletti
0e65f0624c databases/postgis33: Add new port
Release notes:
- https://postgis.net/2022/08/27/postgis-3.3.0-released/
- https://postgis.net/2022/09/10/postgis-3.3.1/

PR:		264913
Reported by:	darcy@dbitech.ca
2022-09-19 21:53:14 +02:00
Neel Chauhan
0da40873e4 databases/mondodb60: Remove stray argument 2022-09-19 11:23:28 -07:00
Pavel Volkov
d0ed1f3f39 databases/sqlite3: Add missing Makefile entries
PR:	266459
2022-09-19 08:50:58 -07:00
Pavel Volkov
c3997397a0 databases/sqlite3: Update to 3.39.3
PR:	266459
2022-09-19 08:50:05 -07:00
Palle Girgensohn
cd76427474 databases/pg_activity: Update to 3.0
Release notes:	https://github.com/dalibo/pg_activity/releases/tag/v3.0.0
2022-09-19 12:12:15 +02:00
Yuri Victorovich
b4d85b6057 databases/sqlitecpp: Update 3.1.1-28 -> 3.2.0
Reported by:	portscout
2022-09-18 21:24:00 -07:00
Yasuhiro Kimura
a0fb45e568 databases/closql: Update WWW
Repository is transferred to Magit project.
2022-09-19 10:46:21 +09:00
Yasuhiro Kimura
c4de56ac23 databases/emacsql: Update WWW
Repository is transferred to Magit project.
2022-09-19 10:46:17 +09:00
Neel Chauhan
c6b1c1d7ec databases/mongodb60: Fix build
PR:		266394
Reported by:	maintainer
2022-09-18 23:37:42 -07:00
Yasuhiro Kimura
0e7c633fc0 databases/closql: Update GH_ACCOUNT and distinfo
Repository is transferred to Magit project.
Don't bump PORTREVISION as only the name of distfile is changed.
2022-09-19 03:28:33 +09:00
Yasuhiro Kimura
f19c0adbbb databases/emacsql: Update GH_ACCOUNT and distinfo
Repository is transferred to Magit project.
Don't bump PORTREVISION as only the name of distfile is changed.
2022-09-19 03:28:24 +09:00
Yuri Victorovich
18575708da databases/usql: Update 0.11.0 -> 0.12.13
Reported by:	portscout
2022-09-17 23:11:34 -07:00
Jochen Neumeister
000b25c374 bases/mysql57-*: Update ti 5.7.39
Bugs Fixed:

- InnoDB: A 4GB tablespace file size limit on Windows 32-bit systems has
  been removed. The limit was due to an incorrect calculation performed
  while extending the tablespace. (Bug #28934351)
- Replication: The write sets extracted by MySQL Replication from
  transactions when the transaction_write_set_extraction system variable
  is enabled (which is the default) are extracted from primary keys,
  unique keys, and foreign keys. They are used to detect dependencies
  and conflicts between transactions. Previously, write sets involving
  multi-column foreign keys were incorrectly identifying each column as
  a separate foreign key. The issue has now been fixed and foreign key
  write sets include all referenced key columns. (Bug #34095747, Bug
  #34144531)
- Replication: When the --replicate-same-server-id option was used to
  make the replica not skip events that have its own server ID, if the
  log file was rotated, replication stopped with an error. The log
  rotation event now checks and applies the current value of the option.
  (Bug #89375, Bug #27492990)
- Under certain circumstances TRUNCATE performance_schema.accounts
  caused duplicated counts in global_status.

Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-39.html

Sponsored by:	Netzkommune GmbH
2022-09-18 01:16:23 +02:00
Wen Heping
d2aa4c75be databases/p5-App-Sqitch: Update to 1.3.0
PR:		265620
Reported by:	bokutin@bokut.in
Approved by:	maintainer(timeout, >40 days)
2022-09-17 21:53:59 +08:00
Bernard Spil
8cb26e268a databases/mariadb-connector-c: Update to 3.3.2 2022-09-17 13:17:57 +00:00
Bernard Spil
6d32e56e2e databases/mariadb106-server: Regression fix update to 10.6.10
* regressions in the latest MariaDB 10.6.9 which can impact a large number
   of users by causing crashes and / or data loss.

MFH:		2022Q3
2022-09-17 11:48:40 +00:00
Romain Tartière
16090d30a4
databases/py-pypuppetdb: Update to 3.0.0
ChangeLog:
https://github.com/voxpupuli/pypuppetdb/blob/master/CHANGELOG.md#300

With hat:	puppet
2022-09-16 10:57:37 -10:00
Romain Tartière
7908e9bd83
databases/puppetdb7: Update to 7.11.1
Release notes:
https://puppet.com/docs/puppetdb/7/release_notes.html#puppetdb-7111

With hat:	puppet
2022-09-16 10:57:35 -10:00
Romain Tartière
5ad8e23496
databases/puppetdb6: Update to 6.22.1
Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6221

With hat:	puppet
2022-09-16 10:57:34 -10:00
Dmitri Goutnik
0a3f1234f2 databases/pspg: Update to 5.5.7
Changes:	https://github.com/okbob/pspg/releases/tag/5.5.7
2022-09-15 17:52:05 -05:00
Jochen Neumeister
b5daf80a26 databases/mysql80-*: Update to latest release 8.0.30
PR:	265468

Bugs Fixed:
- InnoDB: A TRUNCATE TABLE operation failed to remove data dictionary entries for columns that were dropped using ALGORITHM=INSTANT.
- InnoDB: An incorrect nullable column calculation on tables with instantly added columns caused data to be interpreted incorrectly
- InnoDB: The read_2_bytes() function in the InnoDB sources, which reads bytes from the log buffer, returned a null pointer.
- Replication: The COUNT_TRANSACTIONS_REMOTE_IN_APPLIER_QUEUE column in the Performance Schema table replication_group_member_stats could persistently show transactions related to view change events (View_change_log_event) that had already been applied. These events are queued in the Group Replication applier channel but applied in the Group Replication recovery channel, causing a race condition that could result in the counter decrement being lost. The increment of the count now takes place at a more suitable point, and the counter for COUNT_TRANSACTIONS_REMOTE_IN_APPLIER_QUEUE is also now set to zero when the applier is not busy.
- Debug MySQL binaries can now be built using -0g and -fno-inline.

See full Changelog here: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html

Sponsored by:	Netzkommune GmbH
2022-09-15 16:34:27 +02:00
Alexey Dokuchaev
d06aa00bb4 databases/postgresql*-server: fix minor style bugs in maintenance script
Convert to ASCII and trim EOL whitespace.  The scripts are now identical
across all PostgreSQL server versions we have in the ports.

Verified by:	cksum(1)
2022-09-14 04:10:22 +00:00
Palle Girgensohn
88e712479a databases/pgbadger: update to 12.0
Release notes:	https://github.com/darold/pgbadger/blob/master/ChangeLog
2022-09-14 00:48:21 +02:00
Nuno Teixeira
2da77aa5b5 databases/arrow: fix s2n-tls dependency 2022-09-13 19:09:00 +01:00
Ronald Klop
50a4f20f0d databases/mongodb60: New port
PR:	266394
2022-09-13 09:30:04 -07:00
Loïc Bartoletti
b7cf1b8828 databases/pointcloud: Update to 1.2.3
Release note:
  - https://github.com/pgpointcloud/pointcloud/blob/v1.2.3/NEWS
2022-09-13 11:03:43 +02:00
Ronald Klop
54fd3ec017 databases/mongodb50: update to 5.0.12
ChangeLog:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.12---sep-05--2022

 * Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection
   command
 * Add new enforceUniqueness to refineCollectionShardKey command
 * Add addl. activation condition for
   interruptBeforeProcessingPrePostImageOriginatingOp fail point
 * A retry of _configSvrReshardCollection can succeed causing
   resharding_coordinator_recovers_abort_decision.js to fail
 * A retry of _shardsvrReshardCollection can cause DuplicateKey error
   (resharding_nonblocking_coordinator_rebuild.js)

PR:		266293
Reported by:	ronald-lists@klop.ws (maintainer)
2022-09-12 22:01:07 +02:00
Goran Mekić
981d307926 databases/py-ormar: Update to 0.11.3
Changelog: https://github.com/collerek/ormar/releases/tag/0.11.3

PR:	266376
2022-09-12 09:36:03 -07:00
Goran Mekić
d7c44e8d69 databases/py-databases: Update to 0.6.1
Changes: https://github.com/encode/databases/blob/master/CHANGELOG.md#061-aug-9th-2022

PR:	266375
2022-09-12 09:33:53 -07:00
Stefan Eßer
60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Muhammad Moinur Rahman
e76d33fc77 */*: Fix stale WWW 2022-09-11 03:29:16 -05:00
Tobias C. Berner
541d96e3f6 graphics/poppler: bump port revision of consumers after upgrade to 22.09 2022-09-11 09:26:19 +02:00
Tobias C. Berner
20c2b25342 databases/kbibtex: update WWW 2022-09-10 20:13:29 +02:00
Po-Chuan Hsieh
c69378b667
databases/rubygem-redis-clustering: Update to 5.0.4
Changes:	https://github.com/redis/redis-rb/commits/master/cluster
2022-09-11 02:11:27 +08:00
Po-Chuan Hsieh
a1f494c73b
databases/rubygem-redis: Update to 5.0.4
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2022-09-11 02:11:26 +08:00
Po-Chuan Hsieh
d7f397e630
databases/py-sqlglot: Update to 6.0.4
Changes:	https://github.com/tobymao/sqlglot/commits/main
2022-09-11 02:11:12 +08:00
Tobias Kortkamp
e79fe1aabc Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
2022-09-10 19:41:16 +02:00
Po-Chuan Hsieh
3cc91e15ac
databases/py-aiosqlite: Add NO_ARCH
Approved by:	portmgr (blanket)
2022-09-11 00:07:15 +08:00
Po-Chuan Hsieh
cd309fe286
databases/p5-DBIx-DBSchema: Update to 0.47
Changes:	https://metacpan.org/dist/DBIx-DBSchema/changes
2022-09-11 00:06:57 +08:00
Po-Chuan Hsieh
6fcffccedf
databases/rubygem-sqlite3: Update to 1.5.0
Changes:	https://github.com/sparklemotion/sqlite3-ruby/releases
2022-09-11 00:06:31 +08:00
Po-Chuan Hsieh
02f2362374
databases/rubygem-redis-cluster-client: Update to 0.3.2
Changes:	https://github.com/redis-rb/redis-cluster-client/releases
2022-09-11 00:06:30 +08:00
Po-Chuan Hsieh
f3cd2efd3a
databases/rubygem-redis-client: Update to 0.8.0
Changes:	https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md
2022-09-11 00:06:30 +08:00
Po-Chuan Hsieh
155aac9fc3
databases/py-sqlglot: Update to 6.0.2
Changes:	https://github.com/tobymao/sqlglot/commits/main
2022-09-11 00:06:11 +08:00
Po-Chuan Hsieh
f6885d55d3
databases/py-psycopg-pool: Update to 3.1.2
Changes:	https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst
2022-09-11 00:06:10 +08:00
Po-Chuan Hsieh
31a9caf8cf
databases/py-mycli: Add SSH option 2022-09-11 00:06:09 +08:00
Po-Chuan Hsieh
a1d3e403ac
databases/rubygem-redis-clustering: Update to 5.0.3
Changes:	https://github.com/redis/redis-rb/commits/master/cluster
2022-09-10 21:02:49 +08:00
Po-Chuan Hsieh
f1dcb10ccd
databases/rubygem-redis-cluster-client: Update to 0.3.0
Changes:	https://github.com/redis-rb/redis-cluster-client/releases
2022-09-10 21:02:49 +08:00
Po-Chuan Hsieh
7a534f1b08
databases/rubygem-redis-client: Update to 0.7.4
Changes:	https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md
2022-09-10 21:02:48 +08:00