From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 384F7138334 for ; Thu, 7 Jun 2018 21:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53025E085D; Thu, 7 Jun 2018 21:33:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A9F6E085D for ; Thu, 7 Jun 2018 21:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 826BE335CC0 for ; Thu, 7 Jun 2018 21:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B170729E for ; Thu, 7 Jun 2018 21:33:41 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1528407206.fd50ab8f28e1328931466bb84328bf44dac4d0c3.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild dev-db/mysql-connector-c++/mysql-connector-c++-8.0.11.ebuild X-VCS-Directories: dev-db/mysql-connector-c++/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fd50ab8f28e1328931466bb84328bf44dac4d0c3 X-VCS-Branch: master Date: Thu, 7 Jun 2018 21:33:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dbc282fb-88d3-44e1-90c3-7146538c4190 X-Archives-Hash: 54a707b8f50577c0097ea8961f818acc commit: fd50ab8f28e1328931466bb84328bf44dac4d0c3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Jun 7 20:27:40 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Jun 7 21:33:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd50ab8f dev-db/mysql-connector-c++: use HTTPs. Closes: https://github.com/gentoo/gentoo/pull/8748 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild | 4 ++-- dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild | 4 ++-- dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild | 4 ++-- dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild | 4 ++-- dev-db/mysql-connector-c++/mysql-connector-c++-8.0.11.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild index 57d25d9de98..ecc91680b59 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils cmake-utils flag-o-matic multilib DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" -HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" +HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild index e5de51d1a0f..da199d2a86e 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils cmake-utils flag-o-matic multilib DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" -HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" +HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild index 1120d852cbe..9601a542da4 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils flag-o-matic DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" -HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" +HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild index 2f1872df3f0..268aa288fc0 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils flag-o-matic DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" -HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" +HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.11.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.11.ebuild index d4dc993c776..ddae008cc97 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.11.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.11.ebuild @@ -7,7 +7,7 @@ CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" -HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" +HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz"