Port details |
- galera26 Synchronous multi-master replication engine
- 26.4.16_2 databases =4 26.4.16_2Version of this port present on the latest quarterly branch.
- Maintainer: devel@galeracluster.com
- Port Added: 2019-09-11 19:30:35
- Last Update: 2024-02-13 14:44:22
- Commit Hash: db61653
- People watching this port, also watch:: libxml2, libnatpmp, libevent, indexinfo, rust
- License: GPLv2
- WWW:
- https://galeracluster.com/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- galera26>0:databases/galera26
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/galera26/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/galera26
- pkg install galera26
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: galera26
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386 powerpc
- distinfo:
- TIMESTAMP = 1692354123
SHA256 (codership-galera-release_26.4.16_GH0.tar.gz) = ffa90cdbdbf18838de158db0a5a411aa959cf1074445a8cd267a1679daca354a
SIZE (codership-galera-release_26.4.16_GH0.tar.gz) = 3588854
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- checkmk : devel/check
- shared_ptr.hpp : devel/boost-libs
- objdump : devel/binutils
- python3.9 : lang/python39
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libboost_date_time.so : devel/boost-libs
- This port is required by:
- for Libraries
-
- databases/mariadb1011-server
- databases/mariadb105-server
- databases/mariadb106-server
- databases/mariadb114-server
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- databases_galera26
- USES:
- compiler:c++11-lang python:build cmake ssl
- pkg-message:
- For install:
- Find the Galera Cluster documentation at
https://galeracluster.com/library/documentation/index.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
26.4.16_2 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
26.4.16_1 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
26.4.16 21 Aug 2023 17:46:59 |
Fernando Apesteguía (fernape) |
databases/galera26: Update to 26.4.16
ChangeLog:
http://releases.galeracluster.com/galera-4.16/release-notes-galera-26.4.16.txt
Notable changes and fixes in Galera since latest release 4.15:
- Removed out-of-order certification for BF aborted transactions.
- Better error handling when the socket is closed, also cleaned up excessive
debug logging.
Known Issues:
- In order to install Galera package on 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 Ubuntu 18.04 LTS (Bionic) as it is has reached
EOL May 31 2023.
PR: 273205
Reported by: devel@galeracluster.com (maintainer) |
26.4.15 20 Jun 2023 09:23:30 |
Fernando Apesteguía (fernape) Author: devel@galeracluster.com |
databases/galera26: Update to 26.4.15
ChangeLog:
http://releases.galeracluster.com/galera-4.15/release-notes-galera-26.4.15.txt
PR: 272024
Reported by: devel@galeracluster.com (maintainer) |
26.4.14_1 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
26.4.14 17 Apr 2023 10:42:49 |
Bernard Spil (brnrd) |
databases/galera26: Fix build with LibreSSL
* None of the LibreSSL versions (35+) in ports require patching
https://github.com/codership/galera/pull/640
PR: 264180 |
26.4.14 17 Mar 2023 08:22:17 |
Fernando Apesteguía (fernape) Author: devel@galeracluster.com |
databases/galera26: Update to 26.4.14
ChangeLog:
http://releases.galeracluster.com/galera-4.14/release-notes-galera-26.4.14.txt
* memory leak in the gcs gcomm backend fixed (tp_ object deleted in GCommConn
destructor)
* protonet.backend option deprecated since it only supports one option, asio,
and the option will be removed in future release. Related, protonet.version
is also deprecated
* deprecation message for socket.ssl_compression as SSL compression cannot be
enabled and the option will be removed in future releases
* library could parse incorrect parameters as long as it had a "good" prefix,
i.e. evs.*, so fix prevents setting of invalid option values
* parsing of ISO8601 durations previously accepted invalid values, now fixed
* in addition to ISO8601 format, parsing durations now supports real number
representation
PR: 270260
Reported by: devel@galeracluster.com (maintainer) |
26.4.13_1 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
26.4.13 29 Nov 2022 16:14:38 |
Fernando Apesteguía (fernape) |
databases/galera26: Update to 26.4.13
ChangeLog:
http://releases.galeracluster.com/galera-4.13/release-notes-galera-26.4.13.txt
Notable changes and fixes in Galera since latest release 4.12:
* Complete IO for client handshake before starting an asynchronous read to fix
an occasional connection failure when establishing new cluster connections
* EOF-while-reading errors now suppressed when using OpenSSL 3.0
Known Issues:
* In order to install Galera package on RHEL 8, MySQL and MariaDB modules need
to be disabled first with `dnf -y module disable mysql mariadb`.
PR: 268038
Reported by: devel@galeracluster.com (maintainer) |
26.4.12_1 26 Oct 2022 16:55:27 |
Dan Langille (dvl) |
databases/and_others: Fix rc.d script comment
I found this typo while researching something else. It seems to have
propgated around the tree.
Approved by: blanket |
26.4.12_1 19 Oct 2022 16:26:22 |
Fernando Apesteguía (fernape) Author: Sean Champ |
databases/galera{26}: Update pkg-message
And point to the proper URL of the documentation.
PR: 266959 266958
Reported by: Sean Champ <lab+bsd@thinkum.space>
Approved by: devel@galeracluster.com (maintainer, implicit)
MFH: 2022Q4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
26.4.12_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
26.4.12_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
26.4.12 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
26.4.12 06 Jun 2022 20:28:58 |
Fernando Apesteguía (fernape) |
databases/galera26: Update to 26.4.12
ChangeLog:
http://releases.galeracluster.com/galera-4.12/release-notes-galera-26.4.12.txt
PR: 264228
Reported by: devel@galeracluster.com (maintainer) |
26.4.11_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
26.4.11 25 Feb 2022 04:52:36 |
Guangyuan Yang (ygy) Author: devel |
databases/galera26: Update to 26.4.11
Changelog: http://releases.galeracluster.com/galera-4.11/release-notes-galera-26.4.11.txt
PR: 262143 |
26.4.10 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
26.4.10 16 Nov 2021 03:58:23 |
Guangyuan Yang (ygy) Author: devel@galeracluster.com |
databases/galera26: Update to 26.4.10
Changelog: http://releases.galeracluster.com/galera-4.10/release-notes-galera-26.4.10.txt
PR: 259867 |
26.4.9 28 Jul 2021 06:02:03 |
Guangyuan Yang (ygy) Author: devel@galeracluster.com |
databases/galera26: Update to 26.4.9
Changelog: http://releases.galeracluster.com/galera-4.9/release-notes-galera-26.4.9.txt
PR: 257453
Approved by: lwhsu (mentor, implicit) |
26.4.8_1 09 Jun 2021 08:51:29 |
Piotr Kubaj (pkubaj) |
databases/galera26: i386 issue applies also to powerpc |
26.4.8_1 08 Apr 2021 12:22:05 |
Li-Wen Hsu (lwhsu) |
databases/galera26: Update to 26.4.8
PR: 254877
Submitted by: devel@galeracluster.com (maintainer) |
26.4.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
26.4.6_1 19 Feb 2021 12:46:27 |
fernape |
databases/galera26: Fix build on FreeBSD13
Use bswap macros as provided by FreeBSD.
While here regenerate some patches and tidy Makefile up.
PR: 253612
Submitted by: devin@sevenlayer.studio
Approved by: devel@galeracluster.com (maintainer) |
26.4.6 17 Feb 2021 20:10:52 |
antoine |
Mark BROKEN on FreeBSD 13 and 14
Reported by: pkg-fallout
MFH: 2021Q1 |
26.4.6 07 Dec 2020 03:21:18 |
linimon |
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 |
26.4.6 09 Nov 2020 15:59:42 |
mikael |
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) |
26.4.6 27 Oct 2020 11:18:56 |
joneum |
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. (Only the first 15 lines of the commit message are shown above ) |
26.4.5 09 Jul 2020 14:07:17 |
joneum |
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 |
26.4.5 02 Jul 2020 07:28:50 |
joneum |
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 |
26.4.2_1 06 May 2020 16:39:12 |
emaste |
databases/galera*: add binutils dep on objdump
/usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0.
PR: 246229
Approved by: bapt |
26.4.2_1 11 Dec 2019 17:53:49 |
jbeich |
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 |
26.4.2 11 Sep 2019 19:29:41 |
pi |
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> |