commit:     d2c4afcd20d7a60cdc06e0ad5a6f7cbeb4805516
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Jun  2 01:28:40 2025 +0000
Commit:     Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Mon Jun  2 01:29:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2c4afcd

net-misc/wstunnel: Bump to 10.4.0

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 net-misc/wstunnel/Manifest               |  2 ++
 net-misc/wstunnel/wstunnel-10.4.0.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-misc/wstunnel/Manifest b/net-misc/wstunnel/Manifest
index a32e5cc5a9..3d80b4cd0f 100644
--- a/net-misc/wstunnel/Manifest
+++ b/net-misc/wstunnel/Manifest
@@ -2,3 +2,5 @@ DIST wstunnel-10.2.0-crates.tar.xz 34103388 BLAKE2B 
03618ee3cf554e6df5e1ea320d4a
 DIST wstunnel-10.2.0.tar.gz 291521 BLAKE2B 
e8b02f18b3e924113a9e0b0e92493bda8632266550ebb81f428b23e0f6d40763011003c2870970a972db6c21e61a68ba706f41d3fd839a20e23744ccdc9f4082
 SHA512 
662d363c76831ad73dc3355541a39de890473c5802e99aa9b94164771d3ffd66b49d30abca7f520e11f07fd95282fd311494f0be0c88e158434c4375fd8ccc03
 DIST wstunnel-10.3.0-crates.tar.xz 35231292 BLAKE2B 
a860070352142df33ef806d67b6ff11401de44691748de740b54f755edde39cca3ecb0c464b70f6d68214146f50df034b83759128e6bf2b5bf9573aebacabacd
 SHA512 
917562a78210d7136ccaf357c6af8d5d30b394a029227b6be1f7be01e97cf0ff0b1c0b2e9a6adf9bbef68cc3b40431d2e9c4d77fabe684fd5ef9d7a26ac3d9f0
 DIST wstunnel-10.3.0.tar.gz 291982 BLAKE2B 
ac157241c9d1b1758cee5937e90a20f4a116e9dd157d3341de50af29f217cc13bde2ac82aedec705fc6d38b97becca57e9d2f14b722aeb8918e2c2270d45ebe6
 SHA512 
3e3c4f36ae309a34bb15f2cccb2d857c31c6236ad2614a7262b879351d108b8e14b9f884e2f6bf37df986c9b348cc628f7c51ceeffd09787045616934ab21f68
+DIST wstunnel-10.4.0-crates.tar.xz 35470060 BLAKE2B 
bc8efa3b930bd79d3cf59a7d8ebfd8c72371930eef6b580bb26a078fea9cb90fd229e6c137243d8390cace8f076fd1f1cd056d8e882d05150966d05373586412
 SHA512 
dc4fc2e397132dcb20fb7266378153a6f6ef96836efae181e93991b8141547d3366293b802123b9de4bcfcaef800158f4ea91eba4739322ef9f5c6d9e3f13b6f
+DIST wstunnel-10.4.0.tar.gz 1713437 BLAKE2B 
7b251f869e177b59e0a5f8aa6df3cec05db670ac4d474d6846912d864db44b2647fe9ceab039316d73c32b82ff379a9c776738e73d1febf381d85b7353133e69
 SHA512 
1ee1065e9e859b1532af037720a824dd027ec03abdc5bb92e09d6c7269bc2d068f196d4eb56cfe2f5b46e4b553374f7b4c5c09502ac4b0b08078805e770c34ac

diff --git a/net-misc/wstunnel/wstunnel-10.4.0.ebuild 
b/net-misc/wstunnel/wstunnel-10.4.0.ebuild
new file mode 100644
index 0000000000..c57fe35d97
--- /dev/null
+++ b/net-misc/wstunnel/wstunnel-10.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+"
+RUST_MIN_VER="1.85.0"
+
+inherit cargo
+
+DESCRIPTION="Tunnel all your traffic over Websocket or HTTP2 - Bypass 
firewalls/DPI"
+HOMEPAGE="https://github.com/erebe/wstunnel/";
+SRC_URI="https://github.com/erebe/wstunnel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" 
https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz";
+
+LICENSE="BSD"
+# Autogenerated by pycargoebuild
+# Dependent crate licenses
+LICENSE+="
+       Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT openssl
+       Unicode-3.0
+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_FLAGS_IGNORED="usr/bin/wstunnel"
+
+src_compile() {
+       cargo_src_compile --package wstunnel-cli
+}
+
+src_test() {
+       # skip test with network sandbox violations
+       cargo_src_test -- \
+               --skip test_proxy_connection
+}
+
+src_install() {
+       cargo_src_install --path wstunnel-cli
+       local DOCS+=( README.md docs/*.md )
+       einstalldocs
+}

Reply via email to