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 A9CFF1382C5 for ; Mon, 26 Mar 2018 18:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCEB2E0942; Mon, 26 Mar 2018 18:35:28 +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 9740EE0942 for ; Mon, 26 Mar 2018 18:35:28 +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 890B4335C2C for ; Mon, 26 Mar 2018 18:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A73AE268 for ; Mon, 26 Mar 2018 18:35:25 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522089317.7ab8e6d7f0a631b56b64eedd3d086620b961c565.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/openresolv/openresolv-3.8.1.ebuild net-dns/openresolv/openresolv-3.9.0.ebuild X-VCS-Directories: net-dns/openresolv/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7ab8e6d7f0a631b56b64eedd3d086620b961c565 X-VCS-Branch: master Date: Mon, 26 Mar 2018 18:35:25 +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: 8388751d-db88-4492-b778-8b940b9641ea X-Archives-Hash: c7633a9d948c721ad8c3f8e7f5e8b5af commit: 7ab8e6d7f0a631b56b64eedd3d086620b961c565 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Mar 26 18:16:53 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 26 18:35:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab8e6d7 net-dns/openresolv: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7629 net-dns/openresolv/openresolv-3.8.1.ebuild | 4 ++-- net-dns/openresolv/openresolv-3.9.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-dns/openresolv/openresolv-3.8.1.ebuild b/net-dns/openresolv/openresolv-3.8.1.ebuild index d5f96351f52..cc55e3160f1 100644 --- a/net-dns/openresolv/openresolv-3.8.1.ebuild +++ b/net-dns/openresolv/openresolv-3.8.1.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="A framework for managing DNS information" -HOMEPAGE="http://roy.marples.name/projects/openresolv" -SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.xz" +HOMEPAGE="https://roy.marples.name/projects/openresolv" +SRC_URI="https://roy.marples.name/downloads/${PN}/${P}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/net-dns/openresolv/openresolv-3.9.0.ebuild b/net-dns/openresolv/openresolv-3.9.0.ebuild index 881fc5125a9..31dbc8e92a3 100644 --- a/net-dns/openresolv/openresolv-3.9.0.ebuild +++ b/net-dns/openresolv/openresolv-3.9.0.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="A framework for managing DNS information" -HOMEPAGE="http://roy.marples.name/projects/openresolv" -SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.xz" +HOMEPAGE="https://roy.marples.name/projects/openresolv" +SRC_URI="https://roy.marples.name/downloads/${PN}/${P}.tar.xz" LICENSE="BSD-2" SLOT="0"