eclass/mysql-v2: use HTTPs, fix HOMEPAGE Link
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 10 Jun 2018 09:10:49 +0000 (11:10 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 22 Jun 2018 13:20:37 +0000 (15:20 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8778

eclass/mysql-v2.eclass

index 766d5641014a08c8d42fe065bd9c5a7a4550fe1d..a0305989c78d81ec1ac573e3b36bf6cb6d583db0 100644 (file)
@@ -189,17 +189,17 @@ if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != "none" ]]; then
 fi
 
 DESCRIPTION="A fast, multi-threaded, multi-user SQL database server"
-HOMEPAGE="http://www.mysql.com/"
+HOMEPAGE="https://www.mysql.com/"
 if [[ ${PN} == "mariadb" ]]; then
-       HOMEPAGE="http://mariadb.org/"
+       HOMEPAGE="https://mariadb.org/"
        DESCRIPTION="An enhanced, drop-in replacement for MySQL"
 fi
 if [[ ${PN} == "mariadb-galera" ]]; then
-       HOMEPAGE="http://mariadb.org/"
+       HOMEPAGE="https://mariadb.org/"
        DESCRIPTION="An enhanced, drop-in replacement for MySQL with Galera Replication"
 fi
 if [[ ${PN} == "percona-server" ]]; then
-       HOMEPAGE="http://www.percona.com/software/percona-server"
+       HOMEPAGE="https://www.percona.com/software/mysql-database/percona-server"
        DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
 fi
 LICENSE="GPL-2"