Bug 262123 - databases/mysql80-server: bring back mysql_secure_installation
Summary: databases/mysql80-server: bring back mysql_secure_installation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-22 16:14 UTC by Dmitry Marakasov
Modified: 2022-02-23 14:04 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (joneum)


Attachments
Patch (1.42 KB, patch)
2022-02-22 16:14 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2022-02-22 16:14:44 UTC
Created attachment 232011 [details]
Patch

Fix typo in the patch file to bring back bin/mysql_secure_installation and bin/mysql_ssl_rsa_setup scripts.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-22 19:40:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4ac829e974e1c9b1de8348588d73a3c1a166a22

commit c4ac829e974e1c9b1de8348588d73a3c1a166a22
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-02-22 19:36:22 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-02-22 19:36:22 +0000

    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)

 databases/mysql80-server/Makefile                          | 2 +-
 databases/mysql80-server/files/patch-client_CMakeLists.txt | 2 +-
 databases/mysql80-server/pkg-plist                         | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2022-02-22 20:55:49 UTC
Landed!