Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/
Date: Thu, 05 Apr 2018 15:21:40
Message-Id: 1522941447.9c262c2fec682743a02557699178ace255a258bd.bman@gentoo
1 commit: 9c262c2fec682743a02557699178ace255a258bd
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 20:35:25 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:17:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c262c2f
7
8 net-dns/dnsdist: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7725
11
12 net-dns/dnsdist/dnsdist-1.2.0.ebuild | 4 ++--
13 net-dns/dnsdist/dnsdist-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-dns/dnsdist/dnsdist-1.2.0.ebuild b/net-dns/dnsdist/dnsdist-1.2.0.ebuild
17 index 75b3d1113da..81f8dbfc0f8 100644
18 --- a/net-dns/dnsdist/dnsdist-1.2.0.ebuild
19 +++ b/net-dns/dnsdist/dnsdist-1.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ fi
27 inherit eutils flag-o-matic user ${ADDITIONAL_ECLASSES}
28
29 DESCRIPTION="A highly DNS-, DoS- and abuse-aware loadbalancer"
30 -HOMEPAGE="http://dnsdist.org"
31 +HOMEPAGE="https://dnsdist.org"
32
33 if [[ ${PV} == 9999 ]]; then
34 SRC_URI=""
35
36 diff --git a/net-dns/dnsdist/dnsdist-9999.ebuild b/net-dns/dnsdist/dnsdist-9999.ebuild
37 index 75b3d1113da..81f8dbfc0f8 100644
38 --- a/net-dns/dnsdist/dnsdist-9999.ebuild
39 +++ b/net-dns/dnsdist/dnsdist-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -12,7 +12,7 @@ fi
47 inherit eutils flag-o-matic user ${ADDITIONAL_ECLASSES}
48
49 DESCRIPTION="A highly DNS-, DoS- and abuse-aware loadbalancer"
50 -HOMEPAGE="http://dnsdist.org"
51 +HOMEPAGE="https://dnsdist.org"
52
53 if [[ ${PV} == 9999 ]]; then
54 SRC_URI=""