From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1025221-garchives=archives.gentoo.org@lists.gentoo.org> 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 504361382C5 for <garchives@archives.gentoo.org>; Sun, 20 May 2018 23:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93797E0CC9; Sun, 20 May 2018 23:27:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7388EE0CBA for <gentoo-commits@lists.gentoo.org>; Sun, 20 May 2018 23:27:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 61772335D16 for <gentoo-commits@lists.gentoo.org>; Sun, 20 May 2018 23:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFD12B4 for <gentoo-commits@lists.gentoo.org>; Sun, 20 May 2018 23:26:55 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> 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" <bman@gentoo.org> Message-ID: <1526858712.f424f33647674290cca4c276d6b10dc621342e20.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild X-VCS-Directories: net-proxy/dnsproxy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f424f33647674290cca4c276d6b10dc621342e20 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3b18bf7-d25a-47b9-bfda-607d2ea5a9fd X-Archives-Hash: 25fd52a8a8af484b5d1e22315b780243 commit: f424f33647674290cca4c276d6b10dc621342e20 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun May 20 12:14:09 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 20 23:25:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f424f336 net-proxy/dnsproxy: use HTTPS net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild index 05398e13326..05f68e06d9f 100644 --- a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild +++ b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 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 eutils flag-o-matic DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries" -HOMEPAGE="http://www.wolfermann.org/dnsproxy.html" -SRC_URI="http://www.wolfermann.org/${P}.tar.gz" +HOMEPAGE="https://www.wolfermann.org/dnsproxy.html" +SRC_URI="https://www.wolfermann.org/${P}.tar.gz" LICENSE="MIT GPL-2" SLOT="0"