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 CF0A3158083 for ; Fri, 6 Sep 2024 14:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 291CE2BC01E; Fri, 6 Sep 2024 14:39:42 +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 0DEFE2BC01E for ; Fri, 6 Sep 2024 14:39:42 +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 0BC9A33BF29 for ; Fri, 6 Sep 2024 14:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A03BF1F40 for ; Fri, 6 Sep 2024 14:39:39 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1725633350.8d13dccf9b56986f7fffad1b24793f5bf04985eb.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh2/libssh2-1.11.0-r3.ebuild net-libs/libssh2/libssh2-9999.ebuild X-VCS-Directories: net-libs/libssh2/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 8d13dccf9b56986f7fffad1b24793f5bf04985eb X-VCS-Branch: master Date: Fri, 6 Sep 2024 14:39:39 +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: dd930c7d-1395-4baf-8ea6-cbbc80698d6f X-Archives-Hash: eb8264673e16eb1cbba37c08a255994a commit: 8d13dccf9b56986f7fffad1b24793f5bf04985eb Author: Eli Schwartz gentoo org> AuthorDate: Fri Sep 6 14:34:11 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Sep 6 14:35:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d13dccf net-libs/libssh2: fix RedirectedUrl as upstream dropped www. subdomain Signed-off-by: Eli Schwartz gentoo.org> net-libs/libssh2/libssh2-1.11.0-r3.ebuild | 4 ++-- net-libs/libssh2/libssh2-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libssh2/libssh2-1.11.0-r3.ebuild b/net-libs/libssh2/libssh2-1.11.0-r3.ebuild index 2f46aa7022ab..3c699abeb4e6 100644 --- a/net-libs/libssh2/libssh2-1.11.0-r3.ebuild +++ b/net-libs/libssh2/libssh2-1.11.0-r3.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit cmake-multilib DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="https://www.libssh2.org" -SRC_URI="https://www.libssh2.org/download/${P}.tar.xz" +HOMEPAGE="https://libssh2.org" +SRC_URI="https://libssh2.org/download/${P}.tar.xz" LICENSE="BSD" SLOT="0" diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index b5d76374dcb0..939a5d0804a7 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake-multilib git-r3 DESCRIPTION="Library implementing the SSH2 protocol" -HOMEPAGE="https://www.libssh2.org" +HOMEPAGE="https://libssh2.org" EGIT_REPO_URI="https://github.com/libssh2/libssh2" LICENSE="BSD"