make fetch
make extract
make patch
make build
make reinstall
こんな感じが本来あるべき姿?
make reinstallを今回実施し、その後pkg update -f で更新。
mysql84-server
mysql84-clientでmakeの手順を踏み
pkg update -f
pkg upgradeを実施。
8.4.2_1から8.4.3_1に更新されました。
# make reinstall
===> Deinstalling for mysql84-server
===> Deinstalling mysql84-server-8.4.3_1
Updating database digests format: 100%
Checking integrity… done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
mysql84-server: 8.4.3_1
Number of packages to be removed: 1
The operation will free 206 MiB.
[1/1] Deinstalling mysql84-server-8.4.3_1…
[1/1] Deleting files for mysql84-server-8.4.3_1: 100%
==> You should manually remove the “mysql” user
==> You should manually remove the “mysql” group
===> Installing for mysql84-server-8.4.2_1
===> Checking if mysql84-server is already installed
===> Registering installation for mysql84-server-8.4.2_1
Installing mysql84-server-8.4.2_1…
===> Creating groups
Using existing group ‘mysql’
===> Creating users
Using existing user ‘mysql’
===> Creating homedir(s)
There is no initial password for first time use of MySQL.
Keep in mind to reset it to a secure password.
MySQL 8.4 has a default /usr/local/etc/mysql/my.cnf,
remember to replace it with your own
or set mysql_optfile="$YOUR_CNF_FILE
in rc.conf.
===> SECURITY REPORT:
This port has installed the following files which may act as network
servers and may therefore pose a remote security risk to the system.
/usr/local/lib/mysql/libmysqlrouter_io_component.so.1
/usr/local/lib/mysql/plugin/group_replication.so
/usr/local/libexec/mysqld
/usr/local/lib/mysql/libmysqlharness.so.1
If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type ‘make deinstall’
to deinstall the port if this is a concern.
For more information, and contact details about the security
status of this software, see the following webpage:
https://www.mysql.com/
#