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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27332158089 for ; Sun, 17 Sep 2023 01:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B3A2BC013; Sun, 17 Sep 2023 01:08:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4CCCB2BC013 for ; Sun, 17 Sep 2023 01:08:07 +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 38707335D21 for ; Sun, 17 Sep 2023 01:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0541178 for ; Sun, 17 Sep 2023 01:08:04 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1694912873.63969c2ccb5a421d05e7bec9e8c07c36e8fe91a2.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-proxy/snowflake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-proxy/snowflake/Manifest net-proxy/snowflake/snowflake-2.5.1.ebuild net-proxy/snowflake/snowflake-2.6.1.ebuild X-VCS-Directories: net-proxy/snowflake/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 63969c2ccb5a421d05e7bec9e8c07c36e8fe91a2 X-VCS-Branch: dev Date: Sun, 17 Sep 2023 01:08:04 +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: c112e9ff-c9f1-4b2e-abf4-c34fcfdbf89c X-Archives-Hash: 204d44fc257781ce71dbe2343817e741 commit: 63969c2ccb5a421d05e7bec9e8c07c36e8fe91a2 Author: Joe Kappus wt gd> AuthorDate: Sun Sep 17 01:07:53 2023 +0000 Commit: Joe Kappus wt gd> CommitDate: Sun Sep 17 01:07:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63969c2c net-proxy/snowflake: add 2.6.1, drop 2.5.1 Signed-off-by: Joe Kappus wt.gd> net-proxy/snowflake/Manifest | 2 +- .../snowflake/{snowflake-2.5.1.ebuild => snowflake-2.6.1.ebuild} | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-proxy/snowflake/Manifest b/net-proxy/snowflake/Manifest index fd29177a34..49968dd4c6 100644 --- a/net-proxy/snowflake/Manifest +++ b/net-proxy/snowflake/Manifest @@ -1 +1 @@ -DIST snowflake-2.5.1.tar.gz 17989511 BLAKE2B 5d254e483803d0c03121acb12a188250eee79aec1af69d22bc88600ce5ffb67af09e437998a072977e6c9437b3fe5612e84663a90be66fb370eebf10f03327e2 SHA512 270eefa3cc999db36118871d23b2beebf4ef002c23e4c6a41e33bfa25a9c51c0305d2b8ad01f34863001ac5f822a9d97496249e2a4c0ae5c1a7af58cc56c26a4 +DIST snowflake-v2.6.1.tar.gz 20711818 BLAKE2B 47a0d1b34b598b58d840402bd65316f80e54fa2ff13a824fbd4bd7481751558ab4e724ae7bddfd7b47427d3a1fa23f976e5f7ff64f544cdd59cabfc878b4a9fc SHA512 2d93c34d5b984864de2189df5c8a0e04473ffdac74b704948ca70cb265f9f163f58225d8496d5087355a15e0f9f57a2dfd536dce6bca7a8bf27a72b594ef6a47 diff --git a/net-proxy/snowflake/snowflake-2.5.1.ebuild b/net-proxy/snowflake/snowflake-2.6.1.ebuild similarity index 89% rename from net-proxy/snowflake/snowflake-2.5.1.ebuild rename to net-proxy/snowflake/snowflake-2.6.1.ebuild index fa82ac8eb6..47763037a8 100644 --- a/net-proxy/snowflake/snowflake-2.5.1.ebuild +++ b/net-proxy/snowflake/snowflake-2.6.1.ebuild @@ -5,13 +5,16 @@ EAPI=8 inherit go-module systemd -JOB_ID="222736" +MY_PV="v${PV}" +MY_P="${PN}-${MY_PV}" + +JOB_ID="363325" DESCRIPTION="Pluggable Transport using WebRTC, inspired by Flashproxy" HOMEPAGE=" https://snowflake.torproject.org/ https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake " -SRC_URI="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/${PN}/-/jobs/${JOB_ID}/artifacts/raw/${P}.tar.gz" +SRC_URI="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/${PN}/-/jobs/${JOB_ID}/artifacts/raw/${MY_P}.tar.gz" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT" SLOT="0"