Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/
Date: Sun, 03 Jul 2022 01:00:05
Message-Id: 1656809199.d804d7a2ffdb9fe0bee5b6654d6e0754151948a1.sam@gentoo
1 commit: d804d7a2ffdb9fe0bee5b6654d6e0754151948a1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 00:46:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 00:46:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d804d7a2
7
8 net-vpn/tinc: use HTTPS
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-vpn/tinc/tinc-1.0.36.ebuild | 4 ++--
13 net-vpn/tinc/tinc-1.1_pre18.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-vpn/tinc/tinc-1.0.36.ebuild b/net-vpn/tinc/tinc-1.0.36.ebuild
17 index a5126df2ce23..37a9ad73c249 100644
18 --- a/net-vpn/tinc/tinc-1.0.36.ebuild
19 +++ b/net-vpn/tinc/tinc-1.0.36.ebuild
20 @@ -5,9 +5,9 @@ EAPI=7
21 inherit systemd
22
23 DESCRIPTION="tinc is an easy to configure VPN implementation"
24 -HOMEPAGE="http://www.tinc-vpn.org/"
25 +HOMEPAGE="https://www.tinc-vpn.org/"
26
27 -SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"
28 +SRC_URI="https://www.tinc-vpn.org/packages/${P}.tar.gz"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32
33 diff --git a/net-vpn/tinc/tinc-1.1_pre18.ebuild b/net-vpn/tinc/tinc-1.1_pre18.ebuild
34 index fe12962f130f..58f8b912f8d8 100644
35 --- a/net-vpn/tinc/tinc-1.1_pre18.ebuild
36 +++ b/net-vpn/tinc/tinc-1.1_pre18.ebuild
37 @@ -9,9 +9,9 @@ MY_P=${PN}-${MY_PV}
38 inherit autotools systemd
39
40 DESCRIPTION="tinc is an easy to configure VPN implementation"
41 -HOMEPAGE="http://www.tinc-vpn.org/"
42 +HOMEPAGE="https://www.tinc-vpn.org/"
43
44 -SRC_URI="http://www.tinc-vpn.org/packages/${MY_P}.tar.gz"
45 +SRC_URI="https://www.tinc-vpn.org/packages/${MY_P}.tar.gz"
46
47 LICENSE="GPL-2"
48 SLOT="0"