Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nostr-rs-relay
@ 2023-01-10 13:37 strec007
  2023-02-07 15:53 ` [PR PATCH] [Updated] " strec007
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: strec007 @ 2023-01-10 13:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1845 bytes --]

From 0b9428b826a4092fb72c7d044ef0a4673e98d5ec Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/patches/cargo.toml.patch | 12 ++++++++++++
 srcpkgs/nostr-rs-relay/template                 | 17 +++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/patches/cargo.toml.patch
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/patches/cargo.toml.patch b/srcpkgs/nostr-rs-relay/patches/cargo.toml.patch
new file mode 100644
index 000000000000..7d04e862e26d
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/patches/cargo.toml.patch
@@ -0,0 +1,12 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 932db4c..59835fd 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -41,6 +41,7 @@ parse_duration = "2"
+ rand = "0.8"
+ const_format = "0.2.28"
+ regex = "1"
++openssl = { version = "0.10", features = ["vendored"] }
+ 
+ [dev-dependencies]
+ anyhow = "1"
diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..b1363c346f69
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.7.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=82adb7d54bc748214d00b8212aab79cd1adec6f576249166a41916545683a724
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
@ 2023-02-07 15:53 ` strec007
  2023-02-22  9:49 ` strec007
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-02-07 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1145 bytes --]

From aacbe9067bfdf3d50715cf93fa6a111d61bdd9b4 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..9d690aa35c5b
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=0f6680fe75a7c79abf70efb1f3518146241b820cd5e8ad1a19200aeb36def824
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
  2023-02-07 15:53 ` [PR PATCH] [Updated] " strec007
@ 2023-02-22  9:49 ` strec007
  2023-02-22 16:55 ` strec007
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-02-22  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1154 bytes --]

From c25350456b95300fe5f87de5123d49008f7f6259 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..4b7944683f09
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.8
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel protobuf"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=ae75136386ded334b33a2a7ed23d31b5a98dd9be02a28aeabaa36259033f58f1
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
  2023-02-07 15:53 ` [PR PATCH] [Updated] " strec007
  2023-02-22  9:49 ` strec007
@ 2023-02-22 16:55 ` strec007
  2023-02-22 20:15 ` icp1994
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-02-22 16:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1174 bytes --]

From 5e3f10bc5922e96f135f1cee13a2f43170130cc6 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..05c7ffe6f171
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,18 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.8
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+hostmakedepends="protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=ae75136386ded334b33a2a7ed23d31b5a98dd9be02a28aeabaa36259033f58f1
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (2 preceding siblings ...)
  2023-02-22 16:55 ` strec007
@ 2023-02-22 20:15 ` icp1994
  2023-02-22 20:33 ` strec007
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: icp1994 @ 2023-02-22 20:15 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1440740835

Comment:
The two "hostmakedepends" must be a single line, otherwise the second one overwrites the first one iirc.

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (3 preceding siblings ...)
  2023-02-22 20:15 ` icp1994
@ 2023-02-22 20:33 ` strec007
  2023-02-22 20:40 ` [PR PATCH] [Updated] " strec007
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-02-22 20:33 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1440760793

Comment:
@icp1994  Oh, I completely oversaw it. Thanks!

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (4 preceding siblings ...)
  2023-02-22 20:33 ` strec007
@ 2023-02-22 20:40 ` strec007
  2023-02-22 21:26 ` strec007
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-02-22 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1154 bytes --]

From 2938ff85d2413cb674d7871fd7e5a5156332e662 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..fedc4a59bf1c
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.8
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=ae75136386ded334b33a2a7ed23d31b5a98dd9be02a28aeabaa36259033f58f1
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (5 preceding siblings ...)
  2023-02-22 20:40 ` [PR PATCH] [Updated] " strec007
@ 2023-02-22 21:26 ` strec007
  2023-05-07 12:30 ` strec007
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-02-22 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1154 bytes --]

From 80fd344daa47764b7101eec13bf8e927df1e6e46 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..fedc4a59bf1c
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.8
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=ae75136386ded334b33a2a7ed23d31b5a98dd9be02a28aeabaa36259033f58f1
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (6 preceding siblings ...)
  2023-02-22 21:26 ` strec007
@ 2023-05-07 12:30 ` strec007
  2023-05-10 16:20 ` [PR REVIEW] " classabbyamp
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-07 12:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1154 bytes --]

From f2f9c34046850f322a853f4225b390d11c1107a3 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..40df8d5a0699
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (7 preceding siblings ...)
  2023-05-07 12:30 ` strec007
@ 2023-05-10 16:20 ` classabbyamp
  2023-05-10 16:20 ` classabbyamp
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-05-10 16:20 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/41558#discussion_r1190140199

Comment:
```suggestion
short_desc="Nostr relay"
```

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (8 preceding siblings ...)
  2023-05-10 16:20 ` [PR REVIEW] " classabbyamp
@ 2023-05-10 16:20 ` classabbyamp
  2023-05-10 16:20 ` classabbyamp
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-05-10 16:20 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#discussion_r1190139590

Comment:
```suggestion
changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/refs"
```

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (9 preceding siblings ...)
  2023-05-10 16:20 ` classabbyamp
@ 2023-05-10 16:20 ` classabbyamp
  2023-05-10 18:06 ` [PR PATCH] [Updated] " strec007
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-05-10 16:20 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#discussion_r1190139739

Comment:
```suggestion
checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa

post_install() {
```

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (10 preceding siblings ...)
  2023-05-10 16:20 ` classabbyamp
@ 2023-05-10 18:06 ` strec007
  2023-05-10 18:09 ` strec007
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-10 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1154 bytes --]

From e14cc55a0d3e38dd08801f5ddbfe12f5baf757f3 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..40df8d5a0699
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (11 preceding siblings ...)
  2023-05-10 18:06 ` [PR PATCH] [Updated] " strec007
@ 2023-05-10 18:09 ` strec007
  2023-05-10 18:12 ` strec007
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-10 18:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1154 bytes --]

From 880f7a0a6273df4c08d250fd26442f1261f5f87c Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..40df8d5a0699
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (12 preceding siblings ...)
  2023-05-10 18:09 ` strec007
@ 2023-05-10 18:12 ` strec007
  2023-05-10 18:19 ` [PR REVIEW] " strec007
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-10 18:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1154 bytes --]

From 880f7a0a6273df4c08d250fd26442f1261f5f87c Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..40df8d5a0699
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
+post_install() {
+	vlicense "LICENSE"
+}

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (13 preceding siblings ...)
  2023-05-10 18:12 ` strec007
@ 2023-05-10 18:19 ` strec007
  2023-05-10 18:23 ` [PR PATCH] [Updated] " strec007
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-10 18:19 UTC (permalink / raw)
  To: ml

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

New review comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#discussion_r1190256970

Comment:
I'm fine with all of these. Updated accordingly.

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (14 preceding siblings ...)
  2023-05-10 18:19 ` [PR REVIEW] " strec007
@ 2023-05-10 18:23 ` strec007
  2023-05-10 18:29 ` classabbyamp
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-10 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1153 bytes --]

From 5938881382f818765cbd87e4e00ab44930dc6443 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..715e89437ee0
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,19 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/refs"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
+
+post_install() {
+	vlicense "LICENSE"
+	vsconf config.toml
+}

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (15 preceding siblings ...)
  2023-05-10 18:23 ` [PR PATCH] [Updated] " strec007
@ 2023-05-10 18:29 ` classabbyamp
  2023-05-10 18:36 ` strec007
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-05-10 18:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1542631082

Comment:
this is meant to run as a service, right? would it make sense to add a runit service?

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (16 preceding siblings ...)
  2023-05-10 18:29 ` classabbyamp
@ 2023-05-10 18:36 ` strec007
  2023-05-10 20:35 ` [PR PATCH] [Updated] " strec007
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-10 18:36 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1542638991

Comment:
> this is meant to run as a service, right? would it make sense to add a runit service?

Right. That's a good idea. Thanks. I'll add it.

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (17 preceding siblings ...)
  2023-05-10 18:36 ` strec007
@ 2023-05-10 20:35 ` strec007
  2023-05-10 21:02 ` [PR REVIEW] " classabbyamp
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-10 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 2199 bytes --]

From 852f21a69093e0f0c069380a78832ee920960bb6 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/INSTALL                |  7 ++++++
 .../nostr-rs-relay/files/nostr-rs-relay/run   |  5 +++++
 srcpkgs/nostr-rs-relay/template               | 22 +++++++++++++++++++
 3 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/INSTALL
 create mode 100644 srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/INSTALL b/srcpkgs/nostr-rs-relay/INSTALL
new file mode 100644
index 000000000000..58317b3914b4
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/INSTALL
@@ -0,0 +1,7 @@
+# INSTALL
+case "$ACTION" in
+post)
+   DBDIR=/var/db/nostr-rs-relay
+   mkdir $DBDIR
+   chown _nostr:_nostr $DBDIR
+esac
diff --git a/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
new file mode 100644
index 000000000000..6b7dab484e98
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+exec \
+	chpst -u _nostr:_nostr \
+	nostr-rs-relay -c /etc/nostr-rs-relay.toml -d /var/db/nostr-rs-relay/ 2>&1
diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..8ed75add3ab5
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,22 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/refs"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
+system_accounts="_nostr"
+system_groups="_nostr"
+
+post_install() {
+	vlicense "LICENSE"
+	vconf config.toml nostr-rs-relay.toml
+	vsv nostr-rs-relay
+}

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (18 preceding siblings ...)
  2023-05-10 20:35 ` [PR PATCH] [Updated] " strec007
@ 2023-05-10 21:02 ` classabbyamp
  2023-05-10 21:35 ` Duncaen
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: classabbyamp @ 2023-05-10 21:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#discussion_r1190392426

Comment:
use the make_dirs variable instead

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (19 preceding siblings ...)
  2023-05-10 21:02 ` [PR REVIEW] " classabbyamp
@ 2023-05-10 21:35 ` Duncaen
  2023-05-11  9:31 ` strec007
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Duncaen @ 2023-05-10 21:35 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#discussion_r1190415497

Comment:
should probably use `_nostr_rs_relay` for user and group names just so that there won't be any future conflicts.

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (20 preceding siblings ...)
  2023-05-10 21:35 ` Duncaen
@ 2023-05-11  9:31 ` strec007
  2023-05-11 10:00 ` [PR PATCH] [Updated] " strec007
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-11  9:31 UTC (permalink / raw)
  To: ml

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

New review comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#discussion_r1190900137

Comment:
Yep, that makes sense....

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (21 preceding siblings ...)
  2023-05-11  9:31 ` strec007
@ 2023-05-11 10:00 ` strec007
  2023-05-11 10:02 ` [PR REVIEW] " strec007
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-11 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1864 bytes --]

From 3240cce07ac7d396e4ceba16e2a7ea56a291011d Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 .../nostr-rs-relay/files/nostr-rs-relay/run   |  5 ++++
 srcpkgs/nostr-rs-relay/template               | 23 +++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
new file mode 100644
index 000000000000..90f9f53ca8ef
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+exec \
+	chpst -u _nostrrsrelay:_nostrrsrelay \
+	nostr-rs-relay -c /etc/nostr-rs-relay.toml -d /var/db/nostr-rs-relay/ 2>&1
diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..2d7d89157d6d
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,23 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.9
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/refs"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=a497340760fc99745fdb42c7ea04013d25bc57e50ca4749887129361866a98fa
+system_accounts="_nostrrsrelay"
+system_groups="_nostrrsrelay"
+make_dirs="/var/db/nostr-rs-relay/ 0750 _nostrrsrelay _nostrrsrelay"
+
+post_install() {
+	vlicense "LICENSE"
+	vconf config.toml nostr-rs-relay.toml
+	vsv nostr-rs-relay
+}

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

* Re: [PR REVIEW] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (22 preceding siblings ...)
  2023-05-11 10:00 ` [PR PATCH] [Updated] " strec007
@ 2023-05-11 10:02 ` strec007
  2023-05-23 14:56 ` strec007
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-11 10:02 UTC (permalink / raw)
  To: ml

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

New review comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#discussion_r1190937862

Comment:
Oh, cool thing. Thanks. And done.

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (23 preceding siblings ...)
  2023-05-11 10:02 ` [PR REVIEW] " strec007
@ 2023-05-23 14:56 ` strec007
  2023-06-20  9:46 ` strec007
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-05-23 14:56 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1559605909

Comment:
So what do you think?

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (24 preceding siblings ...)
  2023-05-23 14:56 ` strec007
@ 2023-06-20  9:46 ` strec007
  2023-08-18 16:00 ` TinfoilSubmarine
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-06-20  9:46 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1559605909

Comment:
So what do you think?

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (25 preceding siblings ...)
  2023-06-20  9:46 ` strec007
@ 2023-08-18 16:00 ` TinfoilSubmarine
  2023-08-24 14:09 ` [PR PATCH] [Updated] " strec007
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: TinfoilSubmarine @ 2023-08-18 16:00 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1684123512

Comment:
0.8.12 is out

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (26 preceding siblings ...)
  2023-08-18 16:00 ` TinfoilSubmarine
@ 2023-08-24 14:09 ` strec007
  2023-08-24 14:09 ` sgn
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: strec007 @ 2023-08-24 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1869 bytes --]

From a99f74c6148b44c238cc8333542d6d0b237356e7 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 .../nostr-rs-relay/files/nostr-rs-relay/run   |  5 ++++
 srcpkgs/nostr-rs-relay/template               | 23 +++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
new file mode 100644
index 0000000000000..90f9f53ca8ef5
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+exec \
+	chpst -u _nostrrsrelay:_nostrrsrelay \
+	nostr-rs-relay -c /etc/nostr-rs-relay.toml -d /var/db/nostr-rs-relay/ 2>&1
diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 0000000000000..e7f020d3d6bb4
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,23 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.12
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/refs"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=1f174a7fa341117b75eac999dc445e60d192ec54b050c371ca34cb7ad0638b80
+system_accounts="_nostrrsrelay"
+system_groups="_nostrrsrelay"
+make_dirs="/var/db/nostr-rs-relay/ 0750 _nostrrsrelay _nostrrsrelay"
+
+post_install() {
+	vlicense "LICENSE"
+	vconf config.toml nostr-rs-relay.toml
+	vsv nostr-rs-relay
+}

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

* Re: [PR PATCH] [Updated] New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (27 preceding siblings ...)
  2023-08-24 14:09 ` [PR PATCH] [Updated] " strec007
@ 2023-08-24 14:09 ` sgn
  2023-11-23  1:46 ` github-actions
  2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  30 siblings, 0 replies; 32+ messages in thread
From: sgn @ 2023-08-24 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1869 bytes --]

From a99f74c6148b44c238cc8333542d6d0b237356e7 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 .../nostr-rs-relay/files/nostr-rs-relay/run   |  5 ++++
 srcpkgs/nostr-rs-relay/template               | 23 +++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
new file mode 100644
index 0000000000000..90f9f53ca8ef5
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/files/nostr-rs-relay/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+exec \
+	chpst -u _nostrrsrelay:_nostrrsrelay \
+	nostr-rs-relay -c /etc/nostr-rs-relay.toml -d /var/db/nostr-rs-relay/ 2>&1
diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 0000000000000..e7f020d3d6bb4
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,23 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.8.12
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config protobuf"
+makedepends="openssl-devel"
+short_desc="Nostr relay"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/refs"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=1f174a7fa341117b75eac999dc445e60d192ec54b050c371ca34cb7ad0638b80
+system_accounts="_nostrrsrelay"
+system_groups="_nostrrsrelay"
+make_dirs="/var/db/nostr-rs-relay/ 0750 _nostrrsrelay _nostrrsrelay"
+
+post_install() {
+	vlicense "LICENSE"
+	vconf config.toml nostr-rs-relay.toml
+	vsv nostr-rs-relay
+}

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

* Re: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (28 preceding siblings ...)
  2023-08-24 14:09 ` sgn
@ 2023-11-23  1:46 ` github-actions
  2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  30 siblings, 0 replies; 32+ messages in thread
From: github-actions @ 2023-11-23  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41558#issuecomment-1823730077

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: nostr-rs-relay
  2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
                   ` (29 preceding siblings ...)
  2023-11-23  1:46 ` github-actions
@ 2023-12-07  1:46 ` github-actions
  30 siblings, 0 replies; 32+ messages in thread
From: github-actions @ 2023-12-07  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

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**


<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

end of thread, other threads:[~2023-12-07  1:46 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
2023-02-07 15:53 ` [PR PATCH] [Updated] " strec007
2023-02-22  9:49 ` strec007
2023-02-22 16:55 ` strec007
2023-02-22 20:15 ` icp1994
2023-02-22 20:33 ` strec007
2023-02-22 20:40 ` [PR PATCH] [Updated] " strec007
2023-02-22 21:26 ` strec007
2023-05-07 12:30 ` strec007
2023-05-10 16:20 ` [PR REVIEW] " classabbyamp
2023-05-10 16:20 ` classabbyamp
2023-05-10 16:20 ` classabbyamp
2023-05-10 18:06 ` [PR PATCH] [Updated] " strec007
2023-05-10 18:09 ` strec007
2023-05-10 18:12 ` strec007
2023-05-10 18:19 ` [PR REVIEW] " strec007
2023-05-10 18:23 ` [PR PATCH] [Updated] " strec007
2023-05-10 18:29 ` classabbyamp
2023-05-10 18:36 ` strec007
2023-05-10 20:35 ` [PR PATCH] [Updated] " strec007
2023-05-10 21:02 ` [PR REVIEW] " classabbyamp
2023-05-10 21:35 ` Duncaen
2023-05-11  9:31 ` strec007
2023-05-11 10:00 ` [PR PATCH] [Updated] " strec007
2023-05-11 10:02 ` [PR REVIEW] " strec007
2023-05-23 14:56 ` strec007
2023-06-20  9:46 ` strec007
2023-08-18 16:00 ` TinfoilSubmarine
2023-08-24 14:09 ` [PR PATCH] [Updated] " strec007
2023-08-24 14:09 ` sgn
2023-11-23  1:46 ` github-actions
2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions

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