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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B6E8158095 for ; Mon, 12 Sep 2022 19:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17405E092C; Mon, 12 Sep 2022 19:42:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFCD5E092C for ; Mon, 12 Sep 2022 19:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAD2F340E3F for ; Mon, 12 Sep 2022 19:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36B4B599 for ; Mon, 12 Sep 2022 19:42:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663011723.eec995ee24ee5cdf1482de89e84685bd25b8fd1f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/radvd/radvd-2.19-r2.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eec995ee24ee5cdf1482de89e84685bd25b8fd1f X-VCS-Branch: master Date: Mon, 12 Sep 2022 19:42:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f150e2a-a05d-424e-a229-8b4868c39f8b X-Archives-Hash: 8934a1efae6ddfbeb8fd0ffb88f70924 commit: eec995ee24ee5cdf1482de89e84685bd25b8fd1f Author: Sam James gentoo org> AuthorDate: Mon Sep 12 19:35:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 12 19:42:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec995ee net-misc/radvd: use HTTPS Signed-off-by: Sam James gentoo.org> net-misc/radvd/radvd-2.19-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/radvd/radvd-2.19-r2.ebuild b/net-misc/radvd/radvd-2.19-r2.ebuild index 27ee5d0320ed..09f0b09aa5c9 100644 --- a/net-misc/radvd/radvd-2.19-r2.ebuild +++ b/net-misc/radvd/radvd-2.19-r2.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit readme.gentoo-r1 systemd toolchain-funcs DESCRIPTION="Linux IPv6 Router Advertisement Daemon" -HOMEPAGE="http://v6web.litech.org/radvd/" -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.xz" +HOMEPAGE="https://v6web.litech.org/radvd/" +SRC_URI="https://v6web.litech.org/radvd/dist/${P}.tar.xz" LICENSE="BSD" SLOT="0"