diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2019-12-31 04:42:42 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2019-12-31 04:42:42 +0000 |
commit | 841ac9b3023caba2c89b32cea0a48c2e8b09e74e (patch) | |
tree | a0bc73b4f10647b585d406a7ebba768f95859e2a /databases/percona57-server/files/patch-client_CMakeLists.txt | |
parent | Update to the latest MIT krb5 commit on github. (diff) |
- 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)
Diffstat (limited to 'databases/percona57-server/files/patch-client_CMakeLists.txt')
-rw-r--r-- | databases/percona57-server/files/patch-client_CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/percona57-server/files/patch-client_CMakeLists.txt b/databases/percona57-server/files/patch-client_CMakeLists.txt index 09de11a195d7..e89ab375d99c 100644 --- a/databases/percona57-server/files/patch-client_CMakeLists.txt +++ b/databases/percona57-server/files/patch-client_CMakeLists.txt @@ -47,7 +47,7 @@ @@ -97,9 +100,12 @@ TARGET_LINK_LIBRARIES(mysqlslap perconas MYSQL_ADD_EXECUTABLE(mysql_config_editor mysql_config_editor.cc) - TARGET_LINK_LIBRARIES(mysql_config_editor perconaserverclient) + TARGET_LINK_LIBRARIES(mysql_config_editor ${FORCE_SSL_SOLARIS} perconaserverclient) +ENDIF() +IF(FALSE) |