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 6FD9815808B for ; Mon, 11 Apr 2022 19:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E1D0E09D8; Mon, 11 Apr 2022 19:13:45 +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 5C1C6E09DB for ; Mon, 11 Apr 2022 19:13:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 605E93419FE for ; Mon, 11 Apr 2022 19:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E5EB397 for ; Mon, 11 Apr 2022 19:13:41 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1649704369.5bba24e22989e0db951e0a04933ea5ecd739b9f8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild X-VCS-Directories: net-nds/tac_plus/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5bba24e22989e0db951e0a04933ea5ecd739b9f8 X-VCS-Branch: master Date: Mon, 11 Apr 2022 19:13:41 +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: 6e2c3df7-6c8d-4831-8e3a-76eda51ca254 X-Archives-Hash: 83e828bff09cb525587d1cc9190eb826 commit: 5bba24e22989e0db951e0a04933ea5ecd739b9f8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Apr 11 18:30:38 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 11 19:12:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bba24e2 net-nds/tac_plus: use https Closes: https://github.com/gentoo/gentoo/pull/24996 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild | 2 +- net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild | 4 ++-- net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild index 01b5ac9551ab..22217527ea78 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild @@ -7,7 +7,7 @@ inherit autotools MY_P="tacacs+-F${PV}" DESCRIPTION="An updated version of Cisco's TACACS+ server" -HOMEPAGE="http://www.shrubbery.net/tac_plus/" +HOMEPAGE="https://www.shrubbery.net/tac_plus/" SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild index 09fda604c646..a5026cae2b98 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools MY_P="tacacs+-F${PV}" DESCRIPTION="An updated version of Cisco's TACACS+ server" -HOMEPAGE="http://www.shrubbery.net/tac_plus/" +HOMEPAGE="https://www.shrubbery.net/tac_plus/" SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild index 1aefca883a29..ef68cb7a41cb 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild @@ -7,7 +7,7 @@ inherit autotools pam MY_P="tacacs+-F${PV}" DESCRIPTION="An updated version of Cisco's TACACS+ server" -HOMEPAGE="http://www.shrubbery.net/tac_plus/" +HOMEPAGE="https://www.shrubbery.net/tac_plus/" SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}"