Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wireproxy: update to 1.0.5
@ 2022-09-01  4:11 octeep
  2022-09-02  9:22 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: octeep @ 2022-09-01  4:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/octeep/void-packages master
https://github.com/void-linux/void-packages/pull/39016

wireproxy: update to 1.0.5
<!-- 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, amd64


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

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

From a042dfd616d223e0d20eaa51376cc4cf7f64466a Mon Sep 17 00:00:00 2001
From: BuildTools <unconfigured@null.spigotmc.org>
Date: Thu, 1 Sep 2022 12:02:15 +0800
Subject: [PATCH] wireproxy: update to 1.0.5

---
 srcpkgs/wireproxy/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
index 984027a4f69e..15ff49dc0d12 100644
--- a/srcpkgs/wireproxy/template
+++ b/srcpkgs/wireproxy/template
@@ -1,16 +1,17 @@
 # Template file for 'wireproxy'
 pkgname=wireproxy
-version=1.0.1
+version=1.0.5
 revision=1
 build_style=go
 go_import_path="github.com/octeep/wireproxy"
 go_package="${go_import_path}/cmd/wireproxy"
+go_ldflags="-X 'main.version=${version}'"
 short_desc="Wireguard client that exposes itself as a socks5 proxy"
 maintainer="Wind Wong <octeep@pm.me>"
 license="ISC"
 homepage="https://github.com/octeep/wireproxy"
 distfiles="https://github.com/octeep/wireproxy/archive/v${version}.tar.gz"
-checksum=e21eac22ef1b12dc2d7b3e5b58dcff183af9c1547be3e55a7e6c71394f053e1e
+checksum=3779a157713b462a7b5322f1437f768ab69ae446df0ceca76c6dff7c4030e425
 make_dirs="
  /etc/wireproxy 0750 root _wireproxy
  /var/lib/wireproxy 0700 _wireproxy _wireproxy"

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

* Re: wireproxy: update to 1.0.5
  2022-09-01  4:11 [PR PATCH] wireproxy: update to 1.0.5 octeep
@ 2022-09-02  9:22 ` classabbyamp
  2022-09-02 12:49 ` [PR PATCH] [Updated] " octeep
  2022-09-02 16:01 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-02  9:22 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39016#issuecomment-1235273363

Comment:
please add the email you commited with to your github profile

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

* Re: [PR PATCH] [Updated] wireproxy: update to 1.0.5
  2022-09-01  4:11 [PR PATCH] wireproxy: update to 1.0.5 octeep
  2022-09-02  9:22 ` classabbyamp
@ 2022-09-02 12:49 ` octeep
  2022-09-02 16:01 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: octeep @ 2022-09-02 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/octeep/void-packages master
https://github.com/void-linux/void-packages/pull/39016

wireproxy: update to 1.0.5
<!-- 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, amd64


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

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

From f7de9940d72ea1d377e7dd236a97e17398e32350 Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Thu, 1 Sep 2022 12:02:15 +0800
Subject: [PATCH] wireproxy: update to 1.0.5

---
 srcpkgs/wireproxy/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
index 984027a4f69e..15ff49dc0d12 100644
--- a/srcpkgs/wireproxy/template
+++ b/srcpkgs/wireproxy/template
@@ -1,16 +1,17 @@
 # Template file for 'wireproxy'
 pkgname=wireproxy
-version=1.0.1
+version=1.0.5
 revision=1
 build_style=go
 go_import_path="github.com/octeep/wireproxy"
 go_package="${go_import_path}/cmd/wireproxy"
+go_ldflags="-X 'main.version=${version}'"
 short_desc="Wireguard client that exposes itself as a socks5 proxy"
 maintainer="Wind Wong <octeep@pm.me>"
 license="ISC"
 homepage="https://github.com/octeep/wireproxy"
 distfiles="https://github.com/octeep/wireproxy/archive/v${version}.tar.gz"
-checksum=e21eac22ef1b12dc2d7b3e5b58dcff183af9c1547be3e55a7e6c71394f053e1e
+checksum=3779a157713b462a7b5322f1437f768ab69ae446df0ceca76c6dff7c4030e425
 make_dirs="
  /etc/wireproxy 0750 root _wireproxy
  /var/lib/wireproxy 0700 _wireproxy _wireproxy"

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

* Re: [PR PATCH] [Merged]: wireproxy: update to 1.0.5
  2022-09-01  4:11 [PR PATCH] wireproxy: update to 1.0.5 octeep
  2022-09-02  9:22 ` classabbyamp
  2022-09-02 12:49 ` [PR PATCH] [Updated] " octeep
@ 2022-09-02 16:01 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-09-02 16:01 UTC (permalink / raw)
  To: ml

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

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

wireproxy: update to 1.0.5
https://github.com/void-linux/void-packages/pull/39016

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, amd64


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

end of thread, other threads:[~2022-09-02 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  4:11 [PR PATCH] wireproxy: update to 1.0.5 octeep
2022-09-02  9:22 ` classabbyamp
2022-09-02 12:49 ` [PR PATCH] [Updated] " octeep
2022-09-02 16:01 ` [PR PATCH] [Merged]: " paper42

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