From 1fb280cd3987103d47618a68a247b43837a5b8c6 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Date: Sat, 31 Mar 2018 16:18:47 +0200 Subject: net-dns/c-ares: use HTTPS --- net-dns/c-ares/c-ares-1.13.0.ebuild | 6 +++--- net-dns/c-ares/c-ares-1.14.0.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-dns') diff --git a/net-dns/c-ares/c-ares-1.13.0.ebuild b/net-dns/c-ares/c-ares-1.13.0.ebuild index 502357224c62..8d4be140c84a 100644 --- a/net-dns/c-ares/c-ares-1.13.0.ebuild +++ b/net-dns/c-ares/c-ares-1.13.0.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,8 +6,8 @@ EAPI=6 inherit autotools eutils multilib-minimal DESCRIPTION="C library that resolves names asynchronously" -HOMEPAGE="http://c-ares.haxx.se/" -SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz" +HOMEPAGE="https://c-ares.haxx.se/" +SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz" LICENSE="MIT" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" diff --git a/net-dns/c-ares/c-ares-1.14.0.ebuild b/net-dns/c-ares/c-ares-1.14.0.ebuild index 7358658308ce..0b3b9c3ff1b2 100644 --- a/net-dns/c-ares/c-ares-1.14.0.ebuild +++ b/net-dns/c-ares/c-ares-1.14.0.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools eutils multilib-minimal DESCRIPTION="C library that resolves names asynchronously" -HOMEPAGE="http://c-ares.haxx.se/" -SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz" +HOMEPAGE="https://c-ares.haxx.se/" +SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" -- cgit v1.2.3-65-gdbad