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 7067D158083 for ; Sun, 1 Sep 2024 09:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A65FE2AB2; Sun, 1 Sep 2024 09:04:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 73D28E2AB2 for ; Sun, 1 Sep 2024 09:04:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F3523430B2 for ; Sun, 1 Sep 2024 09:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7E61E7F for ; Sun, 1 Sep 2024 09:04:44 +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: <1725181463.bbde0bfe9453b81a8ba0abefd102bab7c3da8828.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/crypto++/crypto++-8.9.0.ebuild X-VCS-Directories: dev-libs/crypto++/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbde0bfe9453b81a8ba0abefd102bab7c3da8828 X-VCS-Branch: master Date: Sun, 1 Sep 2024 09:04:44 +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: 4c578816-81f9-4a5a-90c7-7e5e47f991ee X-Archives-Hash: 71fef6429c686677dea587a742451ad1 commit: bbde0bfe9453b81a8ba0abefd102bab7c3da8828 Author: Sam James gentoo org> AuthorDate: Sun Sep 1 09:03:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 1 09:04:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbde0bfe dev-libs/crypto++: update SRC_URI The website is down so add github to SRC_URI. That said, this shouldn't matter much as it's been mirrored for ages. Bug: https://github.com/weidai11/cryptopp/issues/1282  Signed-off-by: Sam James gentoo.org> dev-libs/crypto++/crypto++-8.9.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/crypto++/crypto++-8.9.0.ebuild b/dev-libs/crypto++/crypto++-8.9.0.ebuild index f8876e39738b..ff53d102d69b 100644 --- a/dev-libs/crypto++/crypto++-8.9.0.ebuild +++ b/dev-libs/crypto++/crypto++-8.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,11 @@ DESCRIPTION="C++ class library of cryptographic schemes" HOMEPAGE="https://cryptopp.com" SRC_URI=" https://www.cryptopp.com/cryptopp${PV//.}.zip - verify-sig? ( https://cryptopp.com/cryptopp${PV//.}.zip.sig ) + https://github.com/weidai11/cryptopp/releases/download/CRYPTOPP_${PV//./_}/cryptopp${PV//.}.zip + verify-sig? ( + https://cryptopp.com/cryptopp${PV//.}.zip.sig + https://github.com/weidai11/cryptopp/releases/download/CRYPTOPP_${PV//./_}/cryptopp${PV//.}.zip.sig + ) " S="${WORKDIR}"