mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
databases/mysql80-server: bring back mysql_secure_installation (+)
Typo in patchfile leads to skip mysql_secure_installation. Bring it back. PR: 262123 Submitted by: amdmi3 Approved by: joneum (implicit)
This commit is contained in:
parent
22961aef86
commit
c4ac829e97
3 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME?= mysql
|
PORTNAME?= mysql
|
||||||
PORTVERSION= 8.0.28
|
PORTVERSION= 8.0.28
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= MYSQL/MySQL-8.0
|
MASTER_SITES= MYSQL/MySQL-8.0
|
||||||
PKGNAMESUFFIX?= 80-server
|
PKGNAMESUFFIX?= 80-server
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
)
|
)
|
||||||
+ENDIF()
|
+ENDIF()
|
||||||
+
|
+
|
||||||
+IF(NOT_WITHOUT_SERVER)
|
+IF(NOT WITHOUT_SERVER)
|
||||||
MYSQL_ADD_EXECUTABLE(mysql_secure_installation
|
MYSQL_ADD_EXECUTABLE(mysql_secure_installation
|
||||||
mysql_secure_installation.cc
|
mysql_secure_installation.cc
|
||||||
LINK_LIBRARIES mysqlclient
|
LINK_LIBRARIES mysqlclient
|
||||||
|
|
|
@ -6,13 +6,15 @@ bin/myisam_ftdump
|
||||||
bin/myisamchk
|
bin/myisamchk
|
||||||
bin/myisamlog
|
bin/myisamlog
|
||||||
bin/myisampack
|
bin/myisampack
|
||||||
bin/mysqldumpslow
|
|
||||||
bin/mysql_client_test
|
bin/mysql_client_test
|
||||||
bin/mysql_keyring_encryption_test
|
bin/mysql_keyring_encryption_test
|
||||||
|
bin/mysql_secure_installation
|
||||||
|
bin/mysql_ssl_rsa_setup
|
||||||
bin/mysql_tzinfo_to_sql
|
bin/mysql_tzinfo_to_sql
|
||||||
bin/mysql_upgrade
|
bin/mysql_upgrade
|
||||||
bin/mysqld_multi
|
bin/mysqld_multi
|
||||||
bin/mysqld_safe
|
bin/mysqld_safe
|
||||||
|
bin/mysqldumpslow
|
||||||
bin/mysqlrouter
|
bin/mysqlrouter
|
||||||
bin/mysqlrouter_keyring
|
bin/mysqlrouter_keyring
|
||||||
bin/mysqlrouter_passwd
|
bin/mysqlrouter_passwd
|
||||||
|
|
Loading…
Add table
Reference in a new issue