Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wireproxy-1.0.1
@ 2022-04-01 17:01 octeep
  2022-04-01 17:10 ` [PR REVIEW] " classabbyamp
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:01 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From 9ece80bced9a5cd626b36b9393a45d5c22f60fcc Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 +++++++
 srcpkgs/wireproxy/template            | 29 +++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..7af2d43c9dee
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..46bcbd465eed
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,29 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=0
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+
+system_accounts="wireproxy"
+caddy_homedir="/var/lib/wireproxy"
+
+conf_files="/etc/wireproxy/config"
+
+make_dirs="
+	/etc/wireproxy 0700 wireproxy wireproxy
+	/var/lib/wireproxy 0700 wireproxy wireproxy"
+
+post_install() {
+	vsv wireproxy
+
+	printf "\n" > config
+	vinstall config 644 etc/wireproxy
+}

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
@ 2022-04-01 17:10 ` classabbyamp
  2022-04-01 17:10 ` classabbyamp
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840773619

Comment:
use vconf

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
  2022-04-01 17:10 ` [PR REVIEW] " classabbyamp
  2022-04-01 17:10 ` classabbyamp
@ 2022-04-01 17:10 ` classabbyamp
  2022-04-01 17:10 ` classabbyamp
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840772171

Comment:
this account name should start with a _ (and make sure the other places the account is mentioned are changed) 

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
  2022-04-01 17:10 ` [PR REVIEW] " classabbyamp
@ 2022-04-01 17:10 ` classabbyamp
  2022-04-01 17:10 ` classabbyamp
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840771242

Comment:
revision should be 1

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (2 preceding siblings ...)
  2022-04-01 17:10 ` classabbyamp
@ 2022-04-01 17:10 ` classabbyamp
  2022-04-01 17:10 ` classabbyamp
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840772422

Comment:
_wireproxy_homedir? 

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (3 preceding siblings ...)
  2022-04-01 17:10 ` classabbyamp
@ 2022-04-01 17:10 ` classabbyamp
  2022-04-01 17:16 ` octeep
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840774338

Comment:
this should be owned by root, i think. also it only needs to be made if it's empty, which it is not if you put the config in there

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (4 preceding siblings ...)
  2022-04-01 17:10 ` classabbyamp
@ 2022-04-01 17:16 ` octeep
  2022-04-01 17:23 ` [PR PATCH] [Updated] " octeep
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:16 UTC (permalink / raw)
  To: ml

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

New review comment by octeep on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840778403

Comment:
Is there a way to make the config file only readable by the wireproxy user with vconf? The config file contains secret, which is why I made /etc/wireproxy/ owned by the wireproxy user in the first place.

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

* Re: [PR PATCH] [Updated] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (5 preceding siblings ...)
  2022-04-01 17:16 ` octeep
@ 2022-04-01 17:23 ` octeep
  2022-04-01 17:25 ` [PR REVIEW] " octeep
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:23 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From da45906c397d1712956573b6f83157ed42ee052a Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 +++++++
 srcpkgs/wireproxy/template            | 29 +++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..b4e1db56675d
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u _wireproxy _wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..3f9bb02d0056
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,29 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=1
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+
+system_accounts="_wireproxy"
+_wireproxy_homedir="/var/lib/wireproxy"
+
+conf_files="/etc/wireproxy/config"
+
+make_dirs="
+	/etc/wireproxy 0700 _wireproxy _wireproxy
+	/var/lib/wireproxy 0700 _wireproxy _wireproxy"
+
+post_install() {
+	vsv wireproxy
+
+	printf "\n" > config
+	vinstall config 644 etc/wireproxy
+}

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (6 preceding siblings ...)
  2022-04-01 17:23 ` [PR PATCH] [Updated] " octeep
@ 2022-04-01 17:25 ` octeep
  2022-04-01 17:28 ` classabbyamp
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:25 UTC (permalink / raw)
  To: ml

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

New review comment by octeep on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840784365

Comment:
I explicitly created the folder to be owned by _wireproxy for reasons stated above.

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (9 preceding siblings ...)
  2022-04-01 17:28 ` classabbyamp
@ 2022-04-01 17:28 ` classabbyamp
  2022-04-01 17:28 ` classabbyamp
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840786366

Comment:
see other comment, also is there a reason to install a blank config?

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (7 preceding siblings ...)
  2022-04-01 17:25 ` [PR REVIEW] " octeep
@ 2022-04-01 17:28 ` classabbyamp
  2022-04-01 17:28 ` classabbyamp
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840786041

Comment:
I would follow the example of [vault](https://github.com/void-linux/void-packages/blob/master/srcpkgs/vault/template#L19-L20) here

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (8 preceding siblings ...)
  2022-04-01 17:28 ` classabbyamp
@ 2022-04-01 17:28 ` classabbyamp
  2022-04-01 17:28 ` classabbyamp
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840785364

Comment:
```suggestion
exec chpst -u _wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
```
the second wireproxy is the binary name, correct?

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (10 preceding siblings ...)
  2022-04-01 17:28 ` classabbyamp
@ 2022-04-01 17:28 ` classabbyamp
  2022-04-01 17:29 ` classabbyamp
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840786366

Comment:
see other comment, also is there a reason to install a blank config?

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (11 preceding siblings ...)
  2022-04-01 17:28 ` classabbyamp
@ 2022-04-01 17:29 ` classabbyamp
  2022-04-01 17:38 ` [PR PATCH] [Updated] " octeep
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 17:29 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840787273

Comment:
Is there a reason to install an empty config?

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

* Re: [PR PATCH] [Updated] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (12 preceding siblings ...)
  2022-04-01 17:29 ` classabbyamp
@ 2022-04-01 17:38 ` octeep
  2022-04-01 17:39 ` [PR REVIEW] " octeep
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:38 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From 7af91583ec59e2d5bdb86c85e1de90887d0cd60d Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 +++++++
 srcpkgs/wireproxy/template            | 29 +++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..7ba16434072e
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u _wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..813d9304dbeb
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,29 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=1
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+
+system_accounts="_wireproxy"
+_wireproxy_homedir="/var/lib/wireproxy"
+
+conf_files="/etc/wireproxy/config"
+
+make_dirs="
+	/etc/wireproxy 0750 root _wireproxy
+	/var/lib/wireproxy 0700 _wireproxy _wireproxy"
+
+post_install() {
+	vsv wireproxy
+
+	printf "\n" > config
+	vinstall config 644 etc/wireproxy
+}

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (13 preceding siblings ...)
  2022-04-01 17:38 ` [PR PATCH] [Updated] " octeep
@ 2022-04-01 17:39 ` octeep
  2022-04-01 17:46 ` [PR PATCH] [Updated] " octeep
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:39 UTC (permalink / raw)
  To: ml

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

New review comment by octeep on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840793518

Comment:
> Is there a reason to install an empty config?

I just copied this behavior from caddy because that's what it seems to do. I guess it tells the user where the config file should be?

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

* Re: [PR PATCH] [Updated] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (14 preceding siblings ...)
  2022-04-01 17:39 ` [PR REVIEW] " octeep
@ 2022-04-01 17:46 ` octeep
  2022-04-01 17:54 ` [PR REVIEW] " octeep
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:46 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From 563c281a6a161d7dd06cb120e7fc7880e56f4bfd Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 +++++++
 srcpkgs/wireproxy/template            | 26 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..7ba16434072e
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u _wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..83b79c9ae6a6
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,26 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=1
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+
+system_accounts="_wireproxy"
+_wireproxy_homedir="/var/lib/wireproxy"
+
+conf_files="/etc/wireproxy/config"
+
+make_dirs="
+	/etc/wireproxy 0750 root _wireproxy
+	/var/lib/wireproxy 0700 _wireproxy _wireproxy"
+
+post_install() {
+	vsv wireproxy
+}

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (15 preceding siblings ...)
  2022-04-01 17:46 ` [PR PATCH] [Updated] " octeep
@ 2022-04-01 17:54 ` octeep
  2022-04-01 17:59 ` [PR PATCH] [Updated] " octeep
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:54 UTC (permalink / raw)
  To: ml

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

New review comment by octeep on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840803651

Comment:
Okay I've tested it. `conf_files` specifies that there should be a config file at `/etc/wireproxy/config`.  Creating an empty file solves that problem, otherwise this would happen:
```
=> ERROR: wireproxy-1.0.1_1: '/etc/wireproxy/config' configuration file not in PKGDESTDIR!


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

* Re: [PR PATCH] [Updated] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (16 preceding siblings ...)
  2022-04-01 17:54 ` [PR REVIEW] " octeep
@ 2022-04-01 17:59 ` octeep
  2022-04-01 18:00 ` [PR REVIEW] " classabbyamp
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 17:59 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From 8614410fff311b8af5e58ba2d36e135be78186f8 Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 ++++++
 srcpkgs/wireproxy/template            | 31 +++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..7ba16434072e
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u _wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..2acef4c59845
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,31 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=1
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+
+system_accounts="_wireproxy"
+_wireproxy_homedir="/var/lib/wireproxy"
+
+conf_files="/etc/wireproxy/config"
+
+make_dirs="
+	/etc/wireproxy 0750 root _wireproxy
+	/var/lib/wireproxy 0700 _wireproxy _wireproxy"
+
+post_install() {
+	vsv wireproxy
+
+	printf "\n" > config
+	vinstall config 644 etc/wireproxy
+
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (17 preceding siblings ...)
  2022-04-01 17:59 ` [PR PATCH] [Updated] " octeep
@ 2022-04-01 18:00 ` classabbyamp
  2022-04-01 18:01 ` [PR PATCH] [Updated] " octeep
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: classabbyamp @ 2022-04-01 18:00 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840807554

Comment:
conf_files shouldn't be needed if the conf file is not owned by the package.

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

* Re: [PR PATCH] [Updated] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (18 preceding siblings ...)
  2022-04-01 18:00 ` [PR REVIEW] " classabbyamp
@ 2022-04-01 18:01 ` octeep
  2022-04-01 18:02 ` [PR REVIEW] " octeep
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 18:01 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From e5021a472b9e034d8057cc5b409149606ac66b74 Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 +++++++
 srcpkgs/wireproxy/template            | 25 +++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..7ba16434072e
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u _wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..5f4a1f497082
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,25 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=1
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+
+system_accounts="_wireproxy"
+_wireproxy_homedir="/var/lib/wireproxy"
+
+make_dirs="
+	/etc/wireproxy 0750 root _wireproxy
+	/var/lib/wireproxy 0700 _wireproxy _wireproxy"
+
+post_install() {
+	vsv wireproxy
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (19 preceding siblings ...)
  2022-04-01 18:01 ` [PR PATCH] [Updated] " octeep
@ 2022-04-01 18:02 ` octeep
  2022-04-02  9:41 ` paper42
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-01 18:02 UTC (permalink / raw)
  To: ml

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

New review comment by octeep on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r840808637

Comment:
Okay, I've deleted them.

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (20 preceding siblings ...)
  2022-04-01 18:02 ` [PR REVIEW] " octeep
@ 2022-04-02  9:41 ` paper42
  2022-04-02 15:35 ` [PR PATCH] [Updated] " octeep
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2022-04-02  9:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r841055242

Comment:
```suggestion
make_dirs="
 /etc/wireproxy 0750 root _wireproxy
 /var/lib/wireproxy 0700 _wireproxy _wireproxy"
```
and $make_dirs can be in the main block after $checksum

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

* Re: [PR PATCH] [Updated] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (21 preceding siblings ...)
  2022-04-02  9:41 ` paper42
@ 2022-04-02 15:35 ` octeep
  2022-04-02 21:24 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-02 15:35 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From f03fbc61a30205a1ba777268c54b973378dd787c Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 +++++++
 srcpkgs/wireproxy/template            | 24 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..7ba16434072e
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u _wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..fe4faadc564f
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,24 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=1
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+make_dirs="
+/etc/wireproxy 0750 root _wireproxy
+/var/lib/wireproxy 0700 _wireproxy _wireproxy"
+
+system_accounts="_wireproxy"
+_wireproxy_homedir="/var/lib/wireproxy"
+
+post_install() {
+	vsv wireproxy
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (22 preceding siblings ...)
  2022-04-02 15:35 ` [PR PATCH] [Updated] " octeep
@ 2022-04-02 21:24 ` paper42
  2022-04-02 23:58 ` [PR PATCH] [Updated] " octeep
  2022-04-10  9:06 ` [PR PATCH] [Merged]: " paper42
  25 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2022-04-02 21:24 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36458#discussion_r841121014

Comment:
It's not really visible, but there should be a single space character on start of each line in ""

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

* Re: [PR PATCH] [Updated] New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (23 preceding siblings ...)
  2022-04-02 21:24 ` [PR REVIEW] " paper42
@ 2022-04-02 23:58 ` octeep
  2022-04-10  9:06 ` [PR PATCH] [Merged]: " paper42
  25 siblings, 0 replies; 27+ messages in thread
From: octeep @ 2022-04-02 23:58 UTC (permalink / raw)
  To: ml

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

New package: wireproxy-1.0.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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/36458.patch is attached

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

From 6b2745394becb53621ddac1139beedcd155fe23e Mon Sep 17 00:00:00 2001
From: octeep <octeep@pm.me>
Date: Fri, 1 Apr 2022 17:55:08 +0100
Subject: [PATCH] New package: wireproxy-1.0.1

---
 srcpkgs/wireproxy/files/wireproxy/run |  7 +++++++
 srcpkgs/wireproxy/template            | 24 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/wireproxy/files/wireproxy/run
 create mode 100644 srcpkgs/wireproxy/template

diff --git a/srcpkgs/wireproxy/files/wireproxy/run b/srcpkgs/wireproxy/files/wireproxy/run
new file mode 100644
index 000000000000..7ba16434072e
--- /dev/null
+++ b/srcpkgs/wireproxy/files/wireproxy/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+export HOME=/var/lib/wireproxy
+
+exec chpst -u _wireproxy wireproxy --config ${CONFFILE:-/etc/wireproxy/config}
diff --git a/srcpkgs/wireproxy/template b/srcpkgs/wireproxy/template
new file mode 100644
index 000000000000..984027a4f69e
--- /dev/null
+++ b/srcpkgs/wireproxy/template
@@ -0,0 +1,24 @@
+# Template file for 'wireproxy'
+pkgname=wireproxy
+version=1.0.1
+revision=1
+build_style=go
+go_import_path="github.com/octeep/wireproxy"
+go_package="${go_import_path}/cmd/wireproxy"
+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
+make_dirs="
+ /etc/wireproxy 0750 root _wireproxy
+ /var/lib/wireproxy 0700 _wireproxy _wireproxy"
+
+system_accounts="_wireproxy"
+_wireproxy_homedir="/var/lib/wireproxy"
+
+post_install() {
+	vsv wireproxy
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: wireproxy-1.0.1
  2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
                   ` (24 preceding siblings ...)
  2022-04-02 23:58 ` [PR PATCH] [Updated] " octeep
@ 2022-04-10  9:06 ` paper42
  25 siblings, 0 replies; 27+ messages in thread
From: paper42 @ 2022-04-10  9:06 UTC (permalink / raw)
  To: ml

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

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

New package: wireproxy-1.0.1
https://github.com/void-linux/void-packages/pull/36458

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): YES

<!-- 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] 27+ messages in thread

end of thread, other threads:[~2022-04-10  9:06 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 17:01 [PR PATCH] New package: wireproxy-1.0.1 octeep
2022-04-01 17:10 ` [PR REVIEW] " classabbyamp
2022-04-01 17:10 ` classabbyamp
2022-04-01 17:10 ` classabbyamp
2022-04-01 17:10 ` classabbyamp
2022-04-01 17:10 ` classabbyamp
2022-04-01 17:16 ` octeep
2022-04-01 17:23 ` [PR PATCH] [Updated] " octeep
2022-04-01 17:25 ` [PR REVIEW] " octeep
2022-04-01 17:28 ` classabbyamp
2022-04-01 17:28 ` classabbyamp
2022-04-01 17:28 ` classabbyamp
2022-04-01 17:28 ` classabbyamp
2022-04-01 17:29 ` classabbyamp
2022-04-01 17:38 ` [PR PATCH] [Updated] " octeep
2022-04-01 17:39 ` [PR REVIEW] " octeep
2022-04-01 17:46 ` [PR PATCH] [Updated] " octeep
2022-04-01 17:54 ` [PR REVIEW] " octeep
2022-04-01 17:59 ` [PR PATCH] [Updated] " octeep
2022-04-01 18:00 ` [PR REVIEW] " classabbyamp
2022-04-01 18:01 ` [PR PATCH] [Updated] " octeep
2022-04-01 18:02 ` [PR REVIEW] " octeep
2022-04-02  9:41 ` paper42
2022-04-02 15:35 ` [PR PATCH] [Updated] " octeep
2022-04-02 21:24 ` [PR REVIEW] " paper42
2022-04-02 23:58 ` [PR PATCH] [Updated] " octeep
2022-04-10  9:06 ` [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).