Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wstunnel: update to 9.4.1
@ 2024-05-15  1:09 cinerea0
  2024-05-22 17:06 ` [PR PATCH] [Updated] " cinerea0
  2024-05-23 15:47 ` [PR PATCH] [Merged]: wstunnel: update to 9.5.2 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-15  1:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages wstunnel
https://github.com/void-linux/void-packages/pull/50351

wstunnel: update to 9.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/50351.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wstunnel-50351.patch --]
[-- Type: text/x-diff, Size: 1153 bytes --]

From bd3371bb83b7cc98a51660e24729d1ead4e5f703 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 14 May 2024 21:08:48 -0400
Subject: [PATCH] wstunnel: update to 9.4.1

---
 srcpkgs/wstunnel/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wstunnel/template b/srcpkgs/wstunnel/template
index 628b3647a254bd..437327e68124b5 100644
--- a/srcpkgs/wstunnel/template
+++ b/srcpkgs/wstunnel/template
@@ -1,6 +1,6 @@
 # Template file for 'wstunnel'
 pkgname=wstunnel
-version=9.3.0
+version=9.4.1
 revision=1
 build_style=cargo
 make_check_args="-- --skip tcp::tests::test_proxy_connection"  # test requires docker
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/erebe/wstunnel"
 changelog="https://github.com/erebe/wstunnel/releases"
 distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
-checksum=bf812d144949acab53b6aef256c3474577b8b0448db0f2307d2c6c5248fbe1ec
+checksum=4362bb70883404f6ab78a82c862be3542718cca711807ad0d86acec629615b3f
 make_check=ci-skip  # remaining tests require port binding which can't be done in CI
 
 post_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] wstunnel: update to 9.4.1
  2024-05-15  1:09 [PR PATCH] wstunnel: update to 9.4.1 cinerea0
@ 2024-05-22 17:06 ` cinerea0
  2024-05-23 15:47 ` [PR PATCH] [Merged]: wstunnel: update to 9.5.2 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-22 17:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages wstunnel
https://github.com/void-linux/void-packages/pull/50351

wstunnel: update to 9.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/50351.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wstunnel-50351.patch --]
[-- Type: text/x-diff, Size: 1153 bytes --]

From 1a6f5457e0c2c928e6bf404ef52b606294c43b59 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 22 May 2024 13:05:55 -0400
Subject: [PATCH] wstunnel: update to 9.5.2

---
 srcpkgs/wstunnel/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wstunnel/template b/srcpkgs/wstunnel/template
index 628b3647a254bd..c1fbd65643a2e4 100644
--- a/srcpkgs/wstunnel/template
+++ b/srcpkgs/wstunnel/template
@@ -1,6 +1,6 @@
 # Template file for 'wstunnel'
 pkgname=wstunnel
-version=9.3.0
+version=9.5.2
 revision=1
 build_style=cargo
 make_check_args="-- --skip tcp::tests::test_proxy_connection"  # test requires docker
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/erebe/wstunnel"
 changelog="https://github.com/erebe/wstunnel/releases"
 distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
-checksum=bf812d144949acab53b6aef256c3474577b8b0448db0f2307d2c6c5248fbe1ec
+checksum=58bb7c82f9a5e13504215a74885c5d41a53bf15fb9c0c8c7c806e9184857ff6f
 make_check=ci-skip  # remaining tests require port binding which can't be done in CI
 
 post_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: wstunnel: update to 9.5.2
  2024-05-15  1:09 [PR PATCH] wstunnel: update to 9.4.1 cinerea0
  2024-05-22 17:06 ` [PR PATCH] [Updated] " cinerea0
@ 2024-05-23 15:47 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-23 15:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

There's a merged pull request on the void-packages repository

wstunnel: update to 9.5.2
https://github.com/void-linux/void-packages/pull/50351

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-23 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15  1:09 [PR PATCH] wstunnel: update to 9.4.1 cinerea0
2024-05-22 17:06 ` [PR PATCH] [Updated] " cinerea0
2024-05-23 15:47 ` [PR PATCH] [Merged]: wstunnel: update to 9.5.2 cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).