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 0CA0A138334 for ; Fri, 14 Sep 2018 22:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3690E0976; Fri, 14 Sep 2018 22:13:53 +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 8E8DDE0976 for ; Fri, 14 Sep 2018 22:13:53 +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 8B4D7335C39 for ; Fri, 14 Sep 2018 22:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD6D3D7 for ; Fri, 14 Sep 2018 22:13:50 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1536962619.0ca25a476c723ad7e6eeb73f52b6d6cc1ac730e7.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/unbound/unbound-1.7.3-r1.ebuild net-dns/unbound/unbound-1.8.0-r1.ebuild X-VCS-Directories: net-dns/unbound/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0ca25a476c723ad7e6eeb73f52b6d6cc1ac730e7 X-VCS-Branch: master Date: Fri, 14 Sep 2018 22:13:50 +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: f84fd9ab-1b95-467d-a767-75258b82e042 X-Archives-Hash: f5621954fdccc9936da9f7270bab794c commit: 0ca25a476c723ad7e6eeb73f52b6d6cc1ac730e7 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Sep 14 15:19:21 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Sep 14 22:03:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca25a47 net-dns/unbound: update HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-dns/unbound/unbound-1.7.3-r1.ebuild | 4 ++-- net-dns/unbound/unbound-1.8.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-dns/unbound/unbound-1.7.3-r1.ebuild b/net-dns/unbound/unbound-1.7.3-r1.ebuild index 6e815d9ab60..40aa286666b 100644 --- a/net-dns/unbound/unbound-1.7.3-r1.ebuild +++ b/net-dns/unbound/unbound-1.7.3-r1.ebuild @@ -8,8 +8,8 @@ inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd user MY_P=${PN}-${PV/_/} DESCRIPTION="A validating, recursive and caching DNS resolver" -HOMEPAGE="http://unbound.net/" -SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz" +HOMEPAGE="https://unbound.net/ https://nlnetlabs.nl/projects/unbound/about/" +SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/net-dns/unbound/unbound-1.8.0-r1.ebuild b/net-dns/unbound/unbound-1.8.0-r1.ebuild index ff0faa9ad65..1048d4d0aca 100644 --- a/net-dns/unbound/unbound-1.8.0-r1.ebuild +++ b/net-dns/unbound/unbound-1.8.0-r1.ebuild @@ -8,8 +8,8 @@ inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd user MY_P=${PN}-${PV/_/} DESCRIPTION="A validating, recursive and caching DNS resolver" -HOMEPAGE="http://unbound.net/" -SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz" +HOMEPAGE="https://unbound.net/ https://nlnetlabs.nl/projects/unbound/about/" +SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0"