Summary: | databases/percona57-server update to 5.7.28-31 (fixed skip-innodb_doublewrite for ZFS) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Igor Zabelin <igorz> | ||||||
Component: | Individual Port(s) | Assignee: | Dima Panov <fluffy> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | feld, fluffy | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(feld) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Port need some adjustments for libressl support, I'll submit updated patch asap Created attachment 210010 [details]
patch to 5.7.28-31 with libressl support
Updated patch, with full LibreSSL and OpenSSL <1.1.0 support
Mark, did you have any objections to pass maintanership to me? Last two version updates was committed with very long timeouts from you
A commit references this bug: Author: fluffy Date: Tue Dec 31 04:42:45 UTC 2019 New revision: 521589 URL: https://svnweb.freebsd.org/changeset/ports/521589 Log: - Update Percona Server/Client to 5.7.28-31 release [1] * When using skip-innodb_doublewrite in my.cnf, a parallel doublewrite buffer is still created. Bugs fixed #3411. * During a binlogging replication event, if the master crashes after the multi-threaded slave has begun copying to the slave?s relay log and before the process has completed, a STOP SLAVE on the slave takes longer than expected. Bug fixed #5824. * If pam_krb5 is configured to allow the user to change their password, and the password expired, the server crashed after receiving the new password. Bug fixed #6023. - Provide LibreSSL support [2] - Take maintainership. feld@ didn't pet the ports for almost two years, all updates was committed with maintainer timeout PR: 242649 Submitted by: Igor Zabelin [1]. fluffy@ [2] Approved by: maintainer (feld@, timeout >2 weeks) Changes: head/databases/percona57-client/files/patch-cmake_ssl.cmake head/databases/percona57-client/files/patch-mysys__ssl_my__crypt.cc head/databases/percona57-client/files/patch-sql_auth_sha2__password__common.cc head/databases/percona57-client/files/patch-vio_viosslfactories.c head/databases/percona57-server/Makefile head/databases/percona57-server/distinfo head/databases/percona57-server/files/patch-client_CMakeLists.txt head/databases/percona57-server/files/patch-cmake_ssl.cmake head/databases/percona57-server/files/patch-libmysql_CMakeLists.txt head/databases/percona57-server/files/patch-sql_mysqld.cc Committed, thanks! |
Created attachment 209970 [details] patch to 5.7.28-31 Bugs Fixed When using skip-innodb_doublewrite in my.cnf, a parallel doublewrite buffer is still created. Bugs fixed #3411. When using ZFS, a doublewrite buffer is not needed.