Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] frp: update to 0.58.1.
@ 2024-06-12  1:54 Suyun114
  2024-06-12  2:24 ` [PR PATCH] [Closed]: " Suyun114
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Suyun114 @ 2024-06-12  1:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Suyun114/void-packages frp
https://github.com/void-linux/void-packages/pull/50791

frp: update to 0.58.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 433e14c7d662cc78ff47be1bd8ff5c13a0919fd3 Mon Sep 17 00:00:00 2001
From: Suyun <Suyun114>
Date: Wed, 12 Jun 2024 09:53:06 +0800
Subject: [PATCH] frp: update to 0.58.1.

---
 srcpkgs/frp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/frp/template b/srcpkgs/frp/template
index e3bf3442f07bce..5ffce8a30f3aad 100644
--- a/srcpkgs/frp/template
+++ b/srcpkgs/frp/template
@@ -1,22 +1,22 @@
 # Template file for 'frp'
 pkgname=frp
-version=0.37.1
-revision=3
+version=0.58.1
+revision=1
 build_style=go
 go_import_path=github.com/fatedier/frp
 go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
 short_desc="Fast reverse proxy"
-maintainer="Anachron <gith@cron.world>"
+maintainer="Suyun <suyun@aosc.io>"
 license="Apache-2.0"
 homepage="https://github.com/fatedier/frp"
 distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
-checksum=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396
+checksum=c6eabdc2bf39bdb4a7ab7794a4b2ad94be5e0cab50b6cc540a6431e61208b1e6
 
-conf_files="/etc/frp/*.ini"
+conf_files="/etc/frp/*.toml"
 
 post_install() {
 	vmkdir etc/frp
-	vcopy conf/*.ini etc/frp
+	vcopy conf/*.toml etc/frp
 	vsv frpc
 	vsv frps
 }

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

* Re: [PR PATCH] [Closed]: frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
@ 2024-06-12  2:24 ` Suyun114
  2024-06-12  2:25 ` Suyun114
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Suyun114 @ 2024-06-12  2:24 UTC (permalink / raw)
  To: ml

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

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

frp: update to 0.58.1.
https://github.com/void-linux/void-packages/pull/50791

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

* Re: frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
  2024-06-12  2:24 ` [PR PATCH] [Closed]: " Suyun114
@ 2024-06-12  2:25 ` Suyun114
  2024-06-12  2:26 ` classabbyamp
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Suyun114 @ 2024-06-12  2:25 UTC (permalink / raw)
  To: ml

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

New comment by Suyun114 on void-packages repository

https://github.com/void-linux/void-packages/pull/50791#issuecomment-2161982363

Comment:
How can I trigger the CI?

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

* Re: frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
  2024-06-12  2:24 ` [PR PATCH] [Closed]: " Suyun114
  2024-06-12  2:25 ` Suyun114
@ 2024-06-12  2:26 ` classabbyamp
  2024-06-12  2:26 ` [PR REVIEW] " classabbyamp
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-06-12  2:26 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50791#issuecomment-2161983656

Comment:
for first-time contributors, it's manually triggered

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

* Re: [PR REVIEW] frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
                   ` (2 preceding siblings ...)
  2024-06-12  2:26 ` classabbyamp
@ 2024-06-12  2:26 ` classabbyamp
  2024-06-12  2:29 ` [PR PATCH] [Updated] " Suyun114
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-06-12  2:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50791#discussion_r1635728382

Comment:
revert this line, @Anachron is still the maintainer

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

* Re: [PR PATCH] [Updated] frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
                   ` (3 preceding siblings ...)
  2024-06-12  2:26 ` [PR REVIEW] " classabbyamp
@ 2024-06-12  2:29 ` Suyun114
  2024-06-12  2:29 ` Suyun114
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Suyun114 @ 2024-06-12  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Suyun114/void-packages frp
https://github.com/void-linux/void-packages/pull/50791

frp: update to 0.58.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 98a1d3c00996dc031eee75a1fcfd5b646746ecb0 Mon Sep 17 00:00:00 2001
From: Suyun <Suyun114>
Date: Wed, 12 Jun 2024 09:53:06 +0800
Subject: [PATCH] frp: update to 0.58.1.

---
 srcpkgs/frp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/frp/template b/srcpkgs/frp/template
index e3bf3442f07bce..5ffce8a30f3aad 100644
--- a/srcpkgs/frp/template
+++ b/srcpkgs/frp/template
@@ -1,22 +1,22 @@
 # Template file for 'frp'
 pkgname=frp
-version=0.37.1
-revision=3
+version=0.58.1
+revision=1
 build_style=go
 go_import_path=github.com/fatedier/frp
 go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
 short_desc="Fast reverse proxy"
-maintainer="Anachron <gith@cron.world>"
+maintainer="Suyun <suyun@aosc.io>"
 license="Apache-2.0"
 homepage="https://github.com/fatedier/frp"
 distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
-checksum=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396
+checksum=c6eabdc2bf39bdb4a7ab7794a4b2ad94be5e0cab50b6cc540a6431e61208b1e6
 
-conf_files="/etc/frp/*.ini"
+conf_files="/etc/frp/*.toml"
 
 post_install() {
 	vmkdir etc/frp
-	vcopy conf/*.ini etc/frp
+	vcopy conf/*.toml etc/frp
 	vsv frpc
 	vsv frps
 }

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

* Re: [PR PATCH] [Updated] frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
                   ` (4 preceding siblings ...)
  2024-06-12  2:29 ` [PR PATCH] [Updated] " Suyun114
@ 2024-06-12  2:29 ` Suyun114
  2024-06-12  2:30 ` [PR REVIEW] " Suyun114
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Suyun114 @ 2024-06-12  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Suyun114/void-packages frp
https://github.com/void-linux/void-packages/pull/50791

frp: update to 0.58.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From df4feab8ac7ae846a6ffb559d961e5b04444359c Mon Sep 17 00:00:00 2001
From: Suyun <Suyun114>
Date: Wed, 12 Jun 2024 09:53:06 +0800
Subject: [PATCH] frp: update to 0.58.1.

---
 srcpkgs/frp/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/frp/template b/srcpkgs/frp/template
index e3bf3442f07bce..22e9d9b814b39a 100644
--- a/srcpkgs/frp/template
+++ b/srcpkgs/frp/template
@@ -1,7 +1,7 @@
 # Template file for 'frp'
 pkgname=frp
-version=0.37.1
-revision=3
+version=0.58.1
+revision=1
 build_style=go
 go_import_path=github.com/fatedier/frp
 go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
@@ -10,13 +10,13 @@ maintainer="Anachron <gith@cron.world>"
 license="Apache-2.0"
 homepage="https://github.com/fatedier/frp"
 distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
-checksum=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396
+checksum=c6eabdc2bf39bdb4a7ab7794a4b2ad94be5e0cab50b6cc540a6431e61208b1e6
 
-conf_files="/etc/frp/*.ini"
+conf_files="/etc/frp/*.toml"
 
 post_install() {
 	vmkdir etc/frp
-	vcopy conf/*.ini etc/frp
+	vcopy conf/*.toml etc/frp
 	vsv frpc
 	vsv frps
 }

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

* Re: [PR REVIEW] frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
                   ` (5 preceding siblings ...)
  2024-06-12  2:29 ` Suyun114
@ 2024-06-12  2:30 ` Suyun114
  2024-06-12  3:41 ` [PR PATCH] [Updated] " Suyun114
  2024-06-14  3:54 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: Suyun114 @ 2024-06-12  2:30 UTC (permalink / raw)
  To: ml

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

New review comment by Suyun114 on void-packages repository

https://github.com/void-linux/void-packages/pull/50791#discussion_r1635730668

Comment:
i am sorry for the misunderstanding

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

* Re: [PR PATCH] [Updated] frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
                   ` (6 preceding siblings ...)
  2024-06-12  2:30 ` [PR REVIEW] " Suyun114
@ 2024-06-12  3:41 ` Suyun114
  2024-06-14  3:54 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: Suyun114 @ 2024-06-12  3:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Suyun114/void-packages frp
https://github.com/void-linux/void-packages/pull/50791

frp: update to 0.58.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From d805ef67f77a57fd70d0296a51b435a597383406 Mon Sep 17 00:00:00 2001
From: Suyun <Suyun114>
Date: Wed, 12 Jun 2024 09:53:06 +0800
Subject: [PATCH] frp: update to 0.58.1.

---
 srcpkgs/frp/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/frp/template b/srcpkgs/frp/template
index e3bf3442f07bce..22e9d9b814b39a 100644
--- a/srcpkgs/frp/template
+++ b/srcpkgs/frp/template
@@ -1,7 +1,7 @@
 # Template file for 'frp'
 pkgname=frp
-version=0.37.1
-revision=3
+version=0.58.1
+revision=1
 build_style=go
 go_import_path=github.com/fatedier/frp
 go_package="${go_import_path}/cmd/frpc ${go_import_path}/cmd/frps"
@@ -10,13 +10,13 @@ maintainer="Anachron <gith@cron.world>"
 license="Apache-2.0"
 homepage="https://github.com/fatedier/frp"
 distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz"
-checksum=e2c1f93d504ae3bbe3407aaec43efa5c5f09b6d1a35306b58808c4f36b53f396
+checksum=c6eabdc2bf39bdb4a7ab7794a4b2ad94be5e0cab50b6cc540a6431e61208b1e6
 
-conf_files="/etc/frp/*.ini"
+conf_files="/etc/frp/*.toml"
 
 post_install() {
 	vmkdir etc/frp
-	vcopy conf/*.ini etc/frp
+	vcopy conf/*.toml etc/frp
 	vsv frpc
 	vsv frps
 }

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

* Re: [PR PATCH] [Merged]: frp: update to 0.58.1.
  2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
                   ` (7 preceding siblings ...)
  2024-06-12  3:41 ` [PR PATCH] [Updated] " Suyun114
@ 2024-06-14  3:54 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-06-14  3:54 UTC (permalink / raw)
  To: ml

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

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

frp: update to 0.58.1.
https://github.com/void-linux/void-packages/pull/50791

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2024-06-14  3:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12  1:54 [PR PATCH] frp: update to 0.58.1 Suyun114
2024-06-12  2:24 ` [PR PATCH] [Closed]: " Suyun114
2024-06-12  2:25 ` Suyun114
2024-06-12  2:26 ` classabbyamp
2024-06-12  2:26 ` [PR REVIEW] " classabbyamp
2024-06-12  2:29 ` [PR PATCH] [Updated] " Suyun114
2024-06-12  2:29 ` Suyun114
2024-06-12  2:30 ` [PR REVIEW] " Suyun114
2024-06-12  3:41 ` [PR PATCH] [Updated] " Suyun114
2024-06-14  3:54 ` [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).