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

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