Commit Graph

8 Commits

Author SHA1 Message Date
Mark Linimon 1ff2127b09 Mark as BROKEN on riscv64:
galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var'

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2020-12-07 03:21:17 +00:00
Mikael Urankar 7a6e9183c8 databases/galera26: fix build on aarch64
The __bswapXX_var macro are not available on arm*, use bswapXX instead
Add cpu feature detection on arm*

PR:		250664
Reported by:	Vincent Milum Jr
Approved by:	portmgr (tier-2 blanket)
2020-11-09 15:59:42 +00:00
Jochen Neumeister daa65d59a4 Update to 26.4.6
Codership is pleased to announce the release of Galera Replication library 4.6,
implementing wsrep API version 26.

The library is now available as targeted packages and package repositories
for a number of Linux distributions, including Ubuntu, Debian, CentOS,
RHEL, OpenSUSE and SLES. Obtaining packages using a package repository
removes the need to download individual files and facilitates the deployment
and upgrade of Galera nodes.

This and future releases will be available from https://www.galeracluster.com.

The latest version of Galera for FreeBSD is available in the FreeBSD
Ports Collection.

Notable fixes in Galera replication since last binary release
by Codership (4.5):

- The in-memory GCache index implementation was reworked to use sorted
  std::deque instead of std::map, leading to eightfold reduction in
  GCache memory footprint.

- CRC32C implementation was reworked. Hardware CRC32C is now supported
  on x86_64 and ARM64 platforms.

- Bus error due to unaligned access on Sparc64 platform was fixed.

- Three new status variables were added: wsrep_flow_control_active,
  wsrep_flow_control_requested and wsrep_gmcast_segment.

- Prevent GCache rollover on Donor during IST.

- Binary tarball package was added in this release.

Other changes:

- Unit tests were reworked to replace deprecated Check library
  API calls with supported ones (codership/galera#577).

Known Issues:
- In order to install Galera package on CentOS 8 or RHEL 8, MySQL and
  MariaDB modules need to be disabled first with `dnf -y module disable
  mysql mariadb`.

End of Life Notice:

This is the last release for openSUSE 15.0.

PR:	250506
Submitted by:	maintainer
Sponsored by:	Netzkommune GmbH
2020-10-27 11:18:56 +00:00
Jochen Neumeister d5e70e2236 The garbd options are semicolon separated key value pairs.
The current rc.d script does not support multiple options(eg. "gmcast.listen_addr=tcp://0.0.0.0:5567;pc.weight=1")

The variable garb_galera_options need to be quoted in command line.

PR:		236795
Reported by:	TAO ZHOU <zhoutao@laocius.org>
Approved by:	devel@galeracluster.com (maintainer)
Sponsored by:	Netzkommune GmbH
2020-07-09 14:07:17 +00:00
Jochen Neumeister a05effad18 Update to 26.4.5
Changelog: http://releases.galeracluster.com/galera-4.5/release-notes-galera-26.4.5.txt

PR:		247469
Submitted by:	devel@galeracluster.com (maintainer)
Sponsored by:	Netzkommune GmbH
2020-07-02 07:28:50 +00:00
Ed Maste b72a9e489c databases/galera*: add binutils dep on objdump
/usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0.

PR:		246229
Approved by:	bapt
2020-05-06 16:39:11 +00:00
Jan Beich 701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Kurt Jaeger 3672272692 New port: databases/galera26
Galera v26 wsrep provider library for Galera Cluster for MySQL, an
easy-to-use high-availability solution with high system up-time,
no data loss, and scalability for future growth.

WWW: https://galeracluster.com/

PR:		240483
Submitted by:	Nicolas Embriz <nbari@tequila.io>
2019-09-11 19:29:40 +00:00