Skip to content

Commit

Permalink
dev-db/mariadb-galera: use HTTPs
Browse files Browse the repository at this point in the history
Closes: gentoo#9134
  • Loading branch information
mm1ke authored and tonyvroon committed Jul 11, 2018
1 parent 9dd2040 commit 03dee5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-db/mariadb-galera/mariadb-galera-10.0.35-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then
https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2"
fi

HOMEPAGE="http://mariadb.org/"
HOMEPAGE="https://mariadb.org/"
DESCRIPTION="An enhanced, drop-in replacement for MySQL"
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0/${SUBSLOT:-0}"
Expand Down Expand Up @@ -742,7 +742,7 @@ pkg_config() {
local sqltmp="$(emktemp)"

# Fix bug 446200. Don't reference host my.cnf, needs to come first,
# see http://bugs.mysql.com/bug.php?id=31312
# see https://bugs.mysql.com/bug.php?id=31312
use prefix && options="${options} '--defaults-file=${MY_SYSCONFDIR}/my.cnf'"

# Figure out which options we need to disable to do the setup
Expand Down Expand Up @@ -771,7 +771,7 @@ pkg_config() {
pushd "${TMPDIR}" &>/dev/null || die

# Filling timezones, see
# http://dev.mysql.com/doc/mysql/en/time-zone-support.html
# https://dev.mysql.com/doc/mysql/en/time-zone-support.html
"${EROOT}/usr/bin/mysql_tzinfo_to_sql" "${EROOT}/usr/share/zoneinfo" > "${sqltmp}" 2>/dev/null

local cmd=( "${EROOT}usr/share/mariadb/scripts/mysql_install_db" )
Expand Down

0 comments on commit 03dee5e

Please sign in to comment.