Bug 250508

Summary: databases/mysqlwsrep57-server: Update to 5.7.31-25.23
Product: Ports & Packages Reporter: devel
Component: Individual Port(s)Assignee: Jochen Neumeister <joneum>
Status: Closed FIXED    
Severity: Affects Only Me CC: joneum
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: http://releases.galeracluster.com/mysql-wsrep-5.7.31-25.23/release-notes-mysql-wsrep-5.7.31-25.23.txt
Attachments:
Description Flags
Update to 5.7.31-25.23.
devel: maintainer-approval+
Update to 5.7.31-25.23 devel: maintainer-approval+

Description devel 2020-10-21 13:24:30 UTC
Created attachment 218947 [details]
Update to 5.7.31-25.23.
Comment 1 devel 2020-10-21 13:25:00 UTC
The patch passes portlint, poudriere testport for 11.4-RELEASE, 12.1-RELEASE.
Comment 3 devel 2020-11-04 20:21:22 UTC
Created attachment 219362 [details]
Update to 5.7.31-25.23

Updated the patch.

LLVM 11 changed the default flags from -fcommon to -fno-common, which made innodb_memcached plugin fail at link time. Added -fcommon to CFLAGS for 13.0-CURRENT.

Fixed implicit conversions from NULL to boolean which LLVM 11 does not seem to accept anymore:
- rapid/plugin/group_replication/src/recovery_state_transfer.cc
- storage/innobase/fsp/fsp0fsp.cc
- sql/binlog.cc
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-11-08 09:41:49 UTC
A commit references this bug:

Author: joneum
Date: Sun Nov  8 09:41:27 UTC 2020
New revision: 554442
URL: https://svnweb.freebsd.org/changeset/ports/554442

Log:
  Update to 5.7.31-25.23

  Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.31-25.23/release-notes-mysql-wsrep-5.7.31-25.23.txt

  PR:		250508
  Submitted by:	maintainer
  Sponsored by:	Netzkommune GmbH

Changes:
  head/databases/mysqlwsrep57-server/Makefile
  head/databases/mysqlwsrep57-server/distinfo
  head/databases/mysqlwsrep57-server/files/patch-CMakeLists.txt
  head/databases/mysqlwsrep57-server/files/patch-cmake_os_FreeBSD.cmake
  head/databases/mysqlwsrep57-server/files/patch-rapid_plugin_group__replication_src_recovery__state__transfer.cc(working
  head/databases/mysqlwsrep57-server/files/patch-scripts_CMakeLists.txt
  head/databases/mysqlwsrep57-server/files/patch-sql_binlog.cc
  head/databases/mysqlwsrep57-server/files/patch-sql_sys__vars.cc
  head/databases/mysqlwsrep57-server/files/patch-storage_innobase_fsp_fsp0fsp.cc