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 B8B9C1581C1 for ; Thu, 4 Jul 2024 01:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEC8C2BC05A; Thu, 4 Jul 2024 01:23:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A86D82BC05A for ; Thu, 4 Jul 2024 01:23:21 +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 F1B0E34300C for ; Thu, 4 Jul 2024 01:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 263AC1DC2 for ; Thu, 4 Jul 2024 01:23:18 +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: <1720056140.9b0a50bdb4a417142d4e87c154bcccf87576e268.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/retroshare/retroshare-0.6.7-r1.ebuild net-p2p/retroshare/retroshare-0.6.7.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b0a50bdb4a417142d4e87c154bcccf87576e268 X-VCS-Branch: master Date: Thu, 4 Jul 2024 01:23:18 +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: 38c61719-d2e6-4489-a71f-6c32c5c90baf X-Archives-Hash: 3b12da270cbcab4671246ccb5b964c80 commit: 9b0a50bdb4a417142d4e87c154bcccf87576e268 Author: gentoo-setan protonmail com> AuthorDate: Wed Jul 3 17:56:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 4 01:22:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0a50bd net-p2p/retroshare: Swap 0.6.7 for 0.6.7-r1, fix miniupnpc API Retroshare only recognizes API over 14: https://github.com/RetroShare/libretroshare/blob/402f32eda026c3ec3e429b5fb842e87ebd985d73/src/rs_upnp/upnphandler_miniupnp.cc#L50 And miniupnp changed one of the functions core functions in API 18 https://github.com/miniupnp/miniupnp/blob/3911bace98ec1593dcc41953a09f3fd657c341be/miniupnpc/apiversions.txt#L6 Retroshare did not adapt so we need to pin the dep until the upstream resolves this issue: https://github.com/RetroShare/RetroShare/issues/2865 Closes: https://bugs.gentoo.org/935043 Signed-off-by: gentoo-setan protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37412 Signed-off-by: Sam James gentoo.org> .../{retroshare-0.6.7.ebuild => retroshare-0.6.7-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.6.7.ebuild b/net-p2p/retroshare/retroshare-0.6.7-r1.ebuild similarity index 95% rename from net-p2p/retroshare/retroshare-0.6.7.ebuild rename to net-p2p/retroshare/retroshare-0.6.7-r1.ebuild index 75d54db90e7a..40334e72e45b 100644 --- a/net-p2p/retroshare/retroshare-0.6.7.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.7-r1.ebuild @@ -10,6 +10,7 @@ HOMEPAGE="https://retroshare.cc" SRC_URI="https://download.opensuse.org/repositories/network:/retroshare/Debian_Testing/retroshare-common_${PV}.orig.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/RetroShare" # NOTE: GitHub releases/archive is impractical to build so we use the OBS repo +# but they squash point releases which is bad for us LICENSE="AGPL-3 Apache-2.0 CC-BY-SA-4.0 GPL-2 GPL-3 LGPL-3" SLOT="0" @@ -40,14 +41,14 @@ RDEPEND=" x11-libs/libXScrnSaver ) libupnp? ( net-libs/libupnp:= ) - miniupnp? ( net-libs/miniupnpc:= ) + miniupnp? (