Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wstunnel: update to 8.6.0
@ 2024-01-08  2:36 cinerea0
  2024-01-08  2:41 ` [PR PATCH] [Updated] " cinerea0
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cinerea0 @ 2024-01-08  2:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 383 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/48115

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


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

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

From 696d9634df15dfc0acb2b083349aae299fe59303 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 7 Jan 2024 21:35:17 -0500
Subject: [PATCH] wstunnel: update to 8.6.0

---
 srcpkgs/wstunnel/patches/build-on-1.74.patch | 16 ----------------
 srcpkgs/wstunnel/patches/fix-test.patch      | 14 --------------
 srcpkgs/wstunnel/template                    |  4 ++--
 3 files changed, 2 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/wstunnel/patches/build-on-1.74.patch
 delete mode 100644 srcpkgs/wstunnel/patches/fix-test.patch

diff --git a/srcpkgs/wstunnel/patches/build-on-1.74.patch b/srcpkgs/wstunnel/patches/build-on-1.74.patch
deleted file mode 100644
index cba7122bb21d3..0000000000000
--- a/srcpkgs/wstunnel/patches/build-on-1.74.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# set_modified was stablilized in Rust 1.75, discard this patch once we've updated
-diff --git a/src/tunnel/tls_reloader.rs b/src/tunnel/tls_reloader.rs
-index 47ae5709bce..e08ab9d4bef 100644
---- a/src/tunnel/tls_reloader.rs
-+++ b/src/tunnel/tls_reloader.rs
-@@ -86,10 +86,6 @@ impl TlsReloader {
-             let Ok(file) = File::open(&path) else {
-                 return;
-             };
--            let _ = file.set_modified(SystemTime::now()).map_err(|err| {
--                error!("Cannot force reload TLS file {:?}:  {:?}", path, err);
--                error!("Old certificate will be used until the next change");
--            });
-         });
-     }
- 
diff --git a/srcpkgs/wstunnel/patches/fix-test.patch b/srcpkgs/wstunnel/patches/fix-test.patch
deleted file mode 100644
index ecb0a2efa5577..0000000000000
--- a/srcpkgs/wstunnel/patches/fix-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Upstream: https://github.com/erebe/wstunnel/commit/16368f4f6136442e06cfcaf2b672e72839fb4163
-diff --git a/src/tcp.rs b/src/tcp.rs
-index d064374..64af98c 100644
---- a/src/tcp.rs
-+++ b/src/tcp.rs
-@@ -233,6 +233,7 @@ mod tests {
-             1236,
-             None,
-             Duration::from_secs(1),
-+            &DnsResolver::System,
-         )
-         .await
-         .unwrap();
-
diff --git a/srcpkgs/wstunnel/template b/srcpkgs/wstunnel/template
index 491a51de4fe16..279d2292dc634 100644
--- a/srcpkgs/wstunnel/template
+++ b/srcpkgs/wstunnel/template
@@ -1,6 +1,6 @@
 # Template file for 'wstunnel'
 pkgname=wstunnel
-version=8.5.4
+version=8.6.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip tcp::tests::test_proxy_connection"  # test requires docker
@@ -9,7 +9,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/erebe/wstunnel"
 distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
-checksum=ae0d6268660925d2a8a89896afba13fa1f1616b0308c7aa34546c85dbc224a81
+checksum=537412145643a782182911223d3508aa2421e4d81eb09fe8dd00ffbd1c0e4fa6
 make_check=ci-skip  # remaining tests require port binding which can't be done in CI
 
 post_install() {

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

* Re: [PR PATCH] [Updated] wstunnel: update to 8.6.0
  2024-01-08  2:36 [PR PATCH] wstunnel: update to 8.6.0 cinerea0
@ 2024-01-08  2:41 ` cinerea0
  2024-01-09 21:25 ` cinerea0
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-01-08  2:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 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/48115

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


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

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

From 0de8922456e2c75e7f0b5de7e5e020587092f6c7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 7 Jan 2024 21:41:35 -0500
Subject: [PATCH] wstunnel: update to 8.6.0

---
 srcpkgs/wstunnel/patches/build-on-1.74.patch | 16 ----------------
 srcpkgs/wstunnel/patches/fix-test.patch      | 14 --------------
 srcpkgs/wstunnel/template                    |  4 ++--
 3 files changed, 2 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/wstunnel/patches/build-on-1.74.patch
 delete mode 100644 srcpkgs/wstunnel/patches/fix-test.patch

diff --git a/srcpkgs/wstunnel/patches/build-on-1.74.patch b/srcpkgs/wstunnel/patches/build-on-1.74.patch
deleted file mode 100644
index cba7122bb21d3..0000000000000
--- a/srcpkgs/wstunnel/patches/build-on-1.74.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# set_modified was stablilized in Rust 1.75, discard this patch once we've updated
-diff --git a/src/tunnel/tls_reloader.rs b/src/tunnel/tls_reloader.rs
-index 47ae5709bce..e08ab9d4bef 100644
---- a/src/tunnel/tls_reloader.rs
-+++ b/src/tunnel/tls_reloader.rs
-@@ -86,10 +86,6 @@ impl TlsReloader {
-             let Ok(file) = File::open(&path) else {
-                 return;
-             };
--            let _ = file.set_modified(SystemTime::now()).map_err(|err| {
--                error!("Cannot force reload TLS file {:?}:  {:?}", path, err);
--                error!("Old certificate will be used until the next change");
--            });
-         });
-     }
- 
diff --git a/srcpkgs/wstunnel/patches/fix-test.patch b/srcpkgs/wstunnel/patches/fix-test.patch
deleted file mode 100644
index ecb0a2efa5577..0000000000000
--- a/srcpkgs/wstunnel/patches/fix-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Upstream: https://github.com/erebe/wstunnel/commit/16368f4f6136442e06cfcaf2b672e72839fb4163
-diff --git a/src/tcp.rs b/src/tcp.rs
-index d064374..64af98c 100644
---- a/src/tcp.rs
-+++ b/src/tcp.rs
-@@ -233,6 +233,7 @@ mod tests {
-             1236,
-             None,
-             Duration::from_secs(1),
-+            &DnsResolver::System,
-         )
-         .await
-         .unwrap();
-
diff --git a/srcpkgs/wstunnel/template b/srcpkgs/wstunnel/template
index 491a51de4fe16..565d5ab23c1c3 100644
--- a/srcpkgs/wstunnel/template
+++ b/srcpkgs/wstunnel/template
@@ -1,6 +1,6 @@
 # Template file for 'wstunnel'
 pkgname=wstunnel
-version=8.5.4
+version=8.6.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip tcp::tests::test_proxy_connection"  # test requires docker
@@ -9,7 +9,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/erebe/wstunnel"
 distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
-checksum=ae0d6268660925d2a8a89896afba13fa1f1616b0308c7aa34546c85dbc224a81
+checksum=25a97108bcbb2872f217ec6e3937f7ed05765b6bce70ebed4ebeb99d9bb36395
 make_check=ci-skip  # remaining tests require port binding which can't be done in CI
 
 post_install() {

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

* Re: [PR PATCH] [Updated] wstunnel: update to 8.6.0
  2024-01-08  2:36 [PR PATCH] wstunnel: update to 8.6.0 cinerea0
  2024-01-08  2:41 ` [PR PATCH] [Updated] " cinerea0
@ 2024-01-09 21:25 ` cinerea0
  2024-01-10  1:41 ` [PR REVIEW] wstunnel: update to 9.0.0 classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-01-09 21:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 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/48115

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


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

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

From 4431e774ce2e82a908e4b8bdf427c33b19bb2b54 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 9 Jan 2024 16:25:31 -0500
Subject: [PATCH] wstunnel: update to 9.0.0

---
 srcpkgs/wstunnel/patches/build-on-1.74.patch | 16 ----------------
 srcpkgs/wstunnel/patches/fix-test.patch      | 14 --------------
 srcpkgs/wstunnel/template                    |  4 ++--
 3 files changed, 2 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/wstunnel/patches/build-on-1.74.patch
 delete mode 100644 srcpkgs/wstunnel/patches/fix-test.patch

diff --git a/srcpkgs/wstunnel/patches/build-on-1.74.patch b/srcpkgs/wstunnel/patches/build-on-1.74.patch
deleted file mode 100644
index cba7122bb21d3..0000000000000
--- a/srcpkgs/wstunnel/patches/build-on-1.74.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# set_modified was stablilized in Rust 1.75, discard this patch once we've updated
-diff --git a/src/tunnel/tls_reloader.rs b/src/tunnel/tls_reloader.rs
-index 47ae5709bce..e08ab9d4bef 100644
---- a/src/tunnel/tls_reloader.rs
-+++ b/src/tunnel/tls_reloader.rs
-@@ -86,10 +86,6 @@ impl TlsReloader {
-             let Ok(file) = File::open(&path) else {
-                 return;
-             };
--            let _ = file.set_modified(SystemTime::now()).map_err(|err| {
--                error!("Cannot force reload TLS file {:?}:  {:?}", path, err);
--                error!("Old certificate will be used until the next change");
--            });
-         });
-     }
- 
diff --git a/srcpkgs/wstunnel/patches/fix-test.patch b/srcpkgs/wstunnel/patches/fix-test.patch
deleted file mode 100644
index ecb0a2efa5577..0000000000000
--- a/srcpkgs/wstunnel/patches/fix-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Upstream: https://github.com/erebe/wstunnel/commit/16368f4f6136442e06cfcaf2b672e72839fb4163
-diff --git a/src/tcp.rs b/src/tcp.rs
-index d064374..64af98c 100644
---- a/src/tcp.rs
-+++ b/src/tcp.rs
-@@ -233,6 +233,7 @@ mod tests {
-             1236,
-             None,
-             Duration::from_secs(1),
-+            &DnsResolver::System,
-         )
-         .await
-         .unwrap();
-
diff --git a/srcpkgs/wstunnel/template b/srcpkgs/wstunnel/template
index 491a51de4fe16..8c301f5466d4d 100644
--- a/srcpkgs/wstunnel/template
+++ b/srcpkgs/wstunnel/template
@@ -1,6 +1,6 @@
 # Template file for 'wstunnel'
 pkgname=wstunnel
-version=8.5.4
+version=9.0.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip tcp::tests::test_proxy_connection"  # test requires docker
@@ -9,7 +9,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/erebe/wstunnel"
 distfiles="https://github.com/erebe/wstunnel/archive/refs/tags/v${version}.tar.gz"
-checksum=ae0d6268660925d2a8a89896afba13fa1f1616b0308c7aa34546c85dbc224a81
+checksum=75ac24ed8aa31e6ec6d24ddb15b7c4f4b099985a74723b30a7504da10811b462
 make_check=ci-skip  # remaining tests require port binding which can't be done in CI
 
 post_install() {

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

* Re: [PR REVIEW] wstunnel: update to 9.0.0
  2024-01-08  2:36 [PR PATCH] wstunnel: update to 8.6.0 cinerea0
  2024-01-08  2:41 ` [PR PATCH] [Updated] " cinerea0
  2024-01-09 21:25 ` cinerea0
@ 2024-01-10  1:41 ` classabbyamp
  2024-01-10  2:04 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-01-10  1:41 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48115#discussion_r1446794698

Comment:
```suggestion
homepage="https://github.com/erebe/wstunnel"
changelog="https://github.com/erebe/wstunnel/releases"
```

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

* Re: [PR PATCH] [Updated] wstunnel: update to 9.0.0
  2024-01-08  2:36 [PR PATCH] wstunnel: update to 8.6.0 cinerea0
                   ` (2 preceding siblings ...)
  2024-01-10  1:41 ` [PR REVIEW] wstunnel: update to 9.0.0 classabbyamp
@ 2024-01-10  2:04 ` cinerea0
  2024-01-10  2:05 ` [PR REVIEW] " cinerea0
  2024-01-10  2:17 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-01-10  2:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 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/48115

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


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

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

From fc3a427b6f115d43147fb4744201cf8d928bb8e9 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 9 Jan 2024 21:04:40 -0500
Subject: [PATCH] wstunnel: update to 9.0.0

---
 srcpkgs/wstunnel/patches/build-on-1.74.patch | 16 ----------------
 srcpkgs/wstunnel/patches/fix-test.patch      | 14 --------------
 srcpkgs/wstunnel/template                    |  5 +++--
 3 files changed, 3 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/wstunnel/patches/build-on-1.74.patch
 delete mode 100644 srcpkgs/wstunnel/patches/fix-test.patch

diff --git a/srcpkgs/wstunnel/patches/build-on-1.74.patch b/srcpkgs/wstunnel/patches/build-on-1.74.patch
deleted file mode 100644
index cba7122bb21d3..0000000000000
--- a/srcpkgs/wstunnel/patches/build-on-1.74.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# set_modified was stablilized in Rust 1.75, discard this patch once we've updated
-diff --git a/src/tunnel/tls_reloader.rs b/src/tunnel/tls_reloader.rs
-index 47ae5709bce..e08ab9d4bef 100644
---- a/src/tunnel/tls_reloader.rs
-+++ b/src/tunnel/tls_reloader.rs
-@@ -86,10 +86,6 @@ impl TlsReloader {
-             let Ok(file) = File::open(&path) else {
-                 return;
-             };
--            let _ = file.set_modified(SystemTime::now()).map_err(|err| {
--                error!("Cannot force reload TLS file {:?}:  {:?}", path, err);
--                error!("Old certificate will be used until the next change");
--            });
-         });
-     }
- 
diff --git a/srcpkgs/wstunnel/patches/fix-test.patch b/srcpkgs/wstunnel/patches/fix-test.patch
deleted file mode 100644
index ecb0a2efa5577..0000000000000
--- a/srcpkgs/wstunnel/patches/fix-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Upstream: https://github.com/erebe/wstunnel/commit/16368f4f6136442e06cfcaf2b672e72839fb4163
-diff --git a/src/tcp.rs b/src/tcp.rs
-index d064374..64af98c 100644
---- a/src/tcp.rs
-+++ b/src/tcp.rs
-@@ -233,6 +233,7 @@ mod tests {
-             1236,
-             None,
-             Duration::from_secs(1),
-+            &DnsResolver::System,
-         )
-         .await
-         .unwrap();
-
diff --git a/srcpkgs/wstunnel/template b/srcpkgs/wstunnel/template
index 491a51de4fe16..54d4569575732 100644
--- a/srcpkgs/wstunnel/template
+++ b/srcpkgs/wstunnel/template
@@ -1,6 +1,6 @@
 # Template file for 'wstunnel'
 pkgname=wstunnel
-version=8.5.4
+version=9.0.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip tcp::tests::test_proxy_connection"  # test requires docker
@@ -8,8 +8,9 @@ short_desc="Tunnel traffic over websocket protocol"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 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=ae0d6268660925d2a8a89896afba13fa1f1616b0308c7aa34546c85dbc224a81
+checksum=75ac24ed8aa31e6ec6d24ddb15b7c4f4b099985a74723b30a7504da10811b462
 make_check=ci-skip  # remaining tests require port binding which can't be done in CI
 
 post_install() {

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

* Re: [PR REVIEW] wstunnel: update to 9.0.0
  2024-01-08  2:36 [PR PATCH] wstunnel: update to 8.6.0 cinerea0
                   ` (3 preceding siblings ...)
  2024-01-10  2:04 ` [PR PATCH] [Updated] " cinerea0
@ 2024-01-10  2:05 ` cinerea0
  2024-01-10  2:17 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-01-10  2:05 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/48115#discussion_r1446805596

Comment:
Added in the latest push.

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

* Re: [PR PATCH] [Merged]: wstunnel: update to 9.0.0
  2024-01-08  2:36 [PR PATCH] wstunnel: update to 8.6.0 cinerea0
                   ` (4 preceding siblings ...)
  2024-01-10  2:05 ` [PR REVIEW] " cinerea0
@ 2024-01-10  2:17 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-01-10  2:17 UTC (permalink / raw)
  To: ml

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

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

wstunnel: update to 9.0.0
https://github.com/void-linux/void-packages/pull/48115

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


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

end of thread, other threads:[~2024-01-10  2:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08  2:36 [PR PATCH] wstunnel: update to 8.6.0 cinerea0
2024-01-08  2:41 ` [PR PATCH] [Updated] " cinerea0
2024-01-09 21:25 ` cinerea0
2024-01-10  1:41 ` [PR REVIEW] wstunnel: update to 9.0.0 classabbyamp
2024-01-10  2:04 ` [PR PATCH] [Updated] " cinerea0
2024-01-10  2:05 ` [PR REVIEW] " cinerea0
2024-01-10  2:17 ` [PR PATCH] [Merged]: " classabbyamp

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).