summaryrefslogtreecommitdiff
path: root/dev-db/mysql-init-scripts
AgeCommit message (Collapse)Author
2022-04-11dev-db/mysql-init-scripts: update tmpfiles pathConrad Kostecki
The path '/var/run' is deprecated, as the following message is being shown: /usr/lib/tmpfiles.d/mysql.conf:1: Line references path below legacy directory /var/run/, updating /var/run/mysqld /run/mysqld; please update the tmpfiles.d/ drop-in file accordingly. Closes: https://github.com/gentoo/gentoo/pull/24947 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2021-12-26dev-db/mysql-init-scripts: drop trailing full stop from DESCRIPTIONSam James
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-07-11dev-db/mysql-init-scripts: keyword 2.3-r3 for ~riscvMarek Szuba
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2020-12-31*/*: Drop most stable hppa keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-04-03*/*: Drop stable ia64 keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-03-26*/*: Discontinue Gentoo SuperH portMikle Kolyada
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2020-02-11*/*: Bump copyright on files touched this yearMichał Górny
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-02-08dev-db/mysql-init-scripts: [QA] Fix BadHomepageDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2020-01-25*/*: Drop stable alpha keywordsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2019-10-11dev-db: Remove *-fbsd KEYWORDSMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-28dev-db/mysql-init-scripts: drop oldThomas Deutschmann
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-08-28dev-db/mysql-init-scripts: move stable keywordsThomas Deutschmann
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-08-28dev-db/mysql-init-scripts: rev bumpThomas Deutschmann
- Move acct-* dependencies to RDEPEND to support binary packages. Note: According to devmanual there will be a problem once emerge will merge RDEPEND after the actual package. - Handle the case when option is defined multiple times. Closes: https://bugs.gentoo.org/693000 Closes: https://bugs.gentoo.org/686378 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-08-28dev-db/mysql-init-scripts: package requires acct-{user,group}/mysqlThomas Deutschmann
...already in pkg_post* phase. Bug: https://bugs.gentoo.org/693000 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-07-26dev-db/mysql-init-scripts: Revbump to fix supervise-daemon syntax changeBrian Evans
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Brian Evans <grknight@gentoo.org>
2019-06-05dev-db/mysql-init-scripts: ia64 stable wrt bug #670808Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
2019-06-04dev-db/mysql-init-scripts: ppc stable wrt bug #670808Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
2019-06-04dev-db/mysql-init-scripts: ppc64 stable wrt bug #670808Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
2019-04-24dev-db/mysql-init-scripts: arm64 stableAaron Bauman
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
2019-04-02dev-db/mysql-init-scripts: alpha stable wrt bug #670808Mikle Kolyada
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
2019-04-01dev-db/mysql-init-scripts: x86 stable (bug #670808)Thomas Deutschmann
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-03-28dev-db/mysql-init-scripts: arm stable, bug #670808Markus Meier
Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
2019-03-24dev-db/mysql-init-scripts: amd64 stable wrt bug #670808Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
2019-03-05dev-db/mysql-init-scripts: Fix up pid file searchingBrian Evans
Changed how the pid file is searched for in both logrotate and init Closes: https://bugs.gentoo.org/677396 Closes: https://bugs.gentoo.org/678272 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
2018-09-21dev-db/mysql-init-scripts: Revbump for dependenciesBrian Evans
We need to depend on dev-db/mysql-connector-c for /usr/bin/my_print_defaults Alternatively, this might need an eselect module in the future Signed-off-by: Brian Evans <grknight@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
2018-08-27dev-db/mysql-init-scripts: Use tmpfiles eclass during installBrian Evans
Package-Manager: Portage-2.3.48, Repoman-2.3.10
2018-01-24dev-db/mysql-init-scripts: Drop oldBrian Evans
Package-Manager: Portage-2.3.20, Repoman-2.3.6
2018-01-24dev-db/mysql-init-scripts: Mark new revision stable for all archesBrian Evans
This is simply a depend change which is long overdue Package-Manager: Portage-2.3.20, Repoman-2.3.6
2018-01-24dev-db/mysql-init-scripts: Add 'keyword -timeout'Brian Evans
It may take longer than 60 seconds to startup. Let the script handle any timeouts. Package-Manager: Portage-2.3.20, Repoman-2.3.6
2018-01-23*/*: Remove sparc-fbsd keywordsMichał Górny
2017-10-31dev-db/mysql-init-scripts: Fix important typo and commit straight to stableBrian Evans
boostrap_galera -> bootstrap_galera Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --force
2017-10-28dev-db/mysql-init-scripts: Mark 2.2-r1 stable on all archesBrian Evans
Package-Manager: Portage-2.3.12, Repoman-2.3.3
2017-07-26dev-db/mysql-init-scripts: Fix MariaDB-only option bug 626186, add ↵Brian Evans
supervisor script Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-07-24dev-db/mysql-init-scripts: Minor refinements to the 2.2 init scriptsBrian Evans
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-07-23dev-db/mysql-init-scripts: Version bump for bug 575360Brian Evans
Thanks for Phil Stracchino for testing Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-02-28Drop remaining $Id$ and $Header$ from files.Ulrich Müller
Bug: 611234
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-09-14dev-db/mysql-init-scripts: Drop old versionsBrian Evans
These use mysqld_safe in the mysqld.service which is unnecessary and vulernable to attacks wrt CVE-2016-6662 Package-Manager: portage-2.3.0
2016-09-12dev-db/mysql-init-scripts: Mark mysql-init-scripts-2.1-r1 on all archesBrian Evans
Package-Manager: portage-2.3.0
2016-09-12dev-db/mysql-init-scripts: Comment out a systemd option NoNewPrivileges=trueBrian Evans
Upstream bug https://jira.mariadb.org/browse/MDEV-10404 mentions that SELinux currently does not handle this change properly. Comment it out for now with a note No revbump for this file as most users are unaffected Package-Manager: portage-2.3.0
2016-07-20dev-db/mysql-init-scripts: Revbump for bug 587416Brian Evans
Package-Manager: portage-2.3.0
2016-07-20dev-db/mysql-init-scripts: Version bump wrt bug 571508Brian Evans
Package-Manager: portage-2.3.0
2016-05-18dev-db/mysql-init-scripts: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English
2016-01-29dev-db/mysql-init-scripts: Touch up the postinst messagesBrian Evans
Package-Manager: portage-2.2.27
2016-01-29dev-db/mysql-init-scripts: Version bump to update systemd units wrt bug 572788Brian Evans
dev-db/mariadb has started shipping it's own Notify based units starting with 10.1.8 Set the conflict in mysqld.service to compensate Also, set the binary to be /usr/sbin/mysqld so we are not monitoring a monitor Package-Manager: portage-2.2.27
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-24Replace all herds with appropriate projects (GLEP 67)Michał Górny
Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>