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/iodine/
Date: Tue, 01 Nov 2022 19:19:22
Message-Id: 1667330343.fc396c142f7b743b4c49bfa88b927a448584b7b0.sam@gentoo
1 commit: fc396c142f7b743b4c49bfa88b927a448584b7b0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 21:16:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 19:19:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc396c14
7
8 net-vpn/iodine: use HTTPS
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-vpn/iodine/iodine-0.7.0-r3.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-vpn/iodine/iodine-0.7.0-r3.ebuild b/net-vpn/iodine/iodine-0.7.0-r3.ebuild
16 index 0c944c2eeea1..fe93c96bfcc7 100644
17 --- a/net-vpn/iodine/iodine-0.7.0-r3.ebuild
18 +++ b/net-vpn/iodine/iodine-0.7.0-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -6,8 +6,8 @@ EAPI=8
26 inherit linux-info toolchain-funcs
27
28 DESCRIPTION="IP over DNS tunnel"
29 -HOMEPAGE="http://code.kryo.se/iodine/"
30 -SRC_URI="http://code.kryo.se/${PN}/${P}.tar.gz"
31 +HOMEPAGE="https://code.kryo.se/iodine/"
32 +SRC_URI="https://code.kryo.se/${PN}/${P}.tar.gz"
33
34 CONFIG_CHECK="~TUN"