Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 11:18:56 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553433 - head/databases/galera26
Message-ID:  <202010271118.09RBIulu075151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Oct 27 11:18:56 2020
New Revision: 553433
URL: https://svnweb.freebsd.org/changeset/ports/553433

Log:
  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

Modified:
  head/databases/galera26/Makefile
  head/databases/galera26/distinfo

Modified: head/databases/galera26/Makefile
==============================================================================
--- head/databases/galera26/Makefile	Tue Oct 27 11:09:28 2020	(r553432)
+++ head/databases/galera26/Makefile	Tue Oct 27 11:18:56 2020	(r553433)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	galera
-PORTVERSION=	26.4.5
+PORTVERSION=	26.4.6
 DISTVERSIONPREFIX=	release_
 PORTREVISION=	0
 CATEGORIES=	databases

Modified: head/databases/galera26/distinfo
==============================================================================
--- head/databases/galera26/distinfo	Tue Oct 27 11:09:28 2020	(r553432)
+++ head/databases/galera26/distinfo	Tue Oct 27 11:18:56 2020	(r553433)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1593644427
-SHA256 (codership-galera-release_26.4.5_GH0.tar.gz) = 10b4901d909cc63775781c13a123abb393d71363b019620631e98787d4b44ea1
-SIZE (codership-galera-release_26.4.5_GH0.tar.gz) = 3433244
+TIMESTAMP = 1603735085
+SHA256 (codership-galera-release_26.4.6_GH0.tar.gz) = d1d0f300bcf1097191f438952e7ceea59f40e158cf2c5f83b325da5437728b99
+SIZE (codership-galera-release_26.4.6_GH0.tar.gz) = 3438009
 SHA256 (codership-wsrep-API-75a5f452f2ba07b0f4a3a9a94825fccc71b27398_GH0.tar.gz) = ac782d33d84a874d89bbe4eeb818ab56ae729aee4c491f91892694a2e134c558
 SIZE (codership-wsrep-API-75a5f452f2ba07b0f4a3a9a94825fccc71b27398_GH0.tar.gz) = 50214



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010271118.09RBIulu075151>