Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: acme-sh-3.0.1
@ 2021-10-19  8:14 Wesley-Chan
  2021-11-03  2:02 ` Wesley-Chan
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-10-19  8:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme-sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From cb29747f6c1b3ef8e89c07a8e6cb5fcf2a3ae69b Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan.19@protonmail.com>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme-sh-3.0.1

---
 srcpkgs/acme-sh/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/acme-sh/template

diff --git a/srcpkgs/acme-sh/template b/srcpkgs/acme-sh/template
new file mode 100644
index 000000000000..d98526edb181
--- /dev/null
+++ b/srcpkgs/acme-sh/template
@@ -0,0 +1,25 @@
+# Template file for 'acme-sh'
+pkgname=acme-sh
+version=3.0.1
+revision=1
+wrksrc="acme.sh-${version}"
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan.19@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy 755
+	vmkdir usr/share/acme.sh/dnsapi 755
+	vmkdir usr/share/acme.sh/notify 755
+	vmkdir usr/bin 755
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: New package: acme-sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
@ 2021-11-03  2:02 ` Wesley-Chan
  2021-11-03 16:38 ` Chocimier
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-11-03  2:02 UTC (permalink / raw)
  To: ml

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

New comment by Wesley-Chan on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#issuecomment-958596989

Comment:
Hello, @ericonr. Would you please help review this PR or assign it to one of the maintainers? Thank you.

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

* Re: New package: acme-sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
  2021-11-03  2:02 ` Wesley-Chan
@ 2021-11-03 16:38 ` Chocimier
  2021-11-04  1:00 ` [PR PATCH] [Updated] " Wesley-Chan
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Chocimier @ 2021-11-03 16:38 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#issuecomment-959685318

Comment:
Should be named with a dot: `acme.sh`

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

* Re: [PR PATCH] [Updated] New package: acme-sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
  2021-11-03  2:02 ` Wesley-Chan
  2021-11-03 16:38 ` Chocimier
@ 2021-11-04  1:00 ` Wesley-Chan
  2021-11-04  3:47 ` Wesley-Chan
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-11-04  1:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme-sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From cb29747f6c1b3ef8e89c07a8e6cb5fcf2a3ae69b Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan.19@protonmail.com>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme-sh-3.0.1

---
 srcpkgs/acme-sh/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/acme-sh/template

diff --git a/srcpkgs/acme-sh/template b/srcpkgs/acme-sh/template
new file mode 100644
index 000000000000..d98526edb181
--- /dev/null
+++ b/srcpkgs/acme-sh/template
@@ -0,0 +1,25 @@
+# Template file for 'acme-sh'
+pkgname=acme-sh
+version=3.0.1
+revision=1
+wrksrc="acme.sh-${version}"
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan.19@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy 755
+	vmkdir usr/share/acme.sh/dnsapi 755
+	vmkdir usr/share/acme.sh/notify 755
+	vmkdir usr/bin 755
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: [PR PATCH] [Updated] New package: acme-sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (2 preceding siblings ...)
  2021-11-04  1:00 ` [PR PATCH] [Updated] " Wesley-Chan
@ 2021-11-04  3:47 ` Wesley-Chan
  2021-11-04  3:48 ` Wesley-Chan
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-11-04  3:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme-sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e7951b65cea0c141833145fb170ddde179f5a8d8 Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme.sh-3.0.1

---
 srcpkgs/acme.sh/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/acme.sh/template

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
new file mode 100644
index 000000000000..3638ec1a5bab
--- /dev/null
+++ b/srcpkgs/acme.sh/template
@@ -0,0 +1,25 @@
+# Template file for 'acme.sh'
+pkgname=acme.sh
+version=3.0.1
+revision=1
+wrksrc="acme.sh-${version}"
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan@posteo.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy 755
+	vmkdir usr/share/acme.sh/dnsapi 755
+	vmkdir usr/share/acme.sh/notify 755
+	vmkdir usr/bin 755
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: [PR PATCH] [Updated] New package: acme-sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (3 preceding siblings ...)
  2021-11-04  3:47 ` Wesley-Chan
@ 2021-11-04  3:48 ` Wesley-Chan
  2021-11-04  3:54 ` New package: acme.sh-3.0.1 Wesley-Chan
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-11-04  3:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme-sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e82b3630c85504fc764c1b774b964bb172c0936f Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme.sh-3.0.1

---
 srcpkgs/acme.sh/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/acme.sh/template

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
new file mode 100644
index 000000000000..3638ec1a5bab
--- /dev/null
+++ b/srcpkgs/acme.sh/template
@@ -0,0 +1,25 @@
+# Template file for 'acme.sh'
+pkgname=acme.sh
+version=3.0.1
+revision=1
+wrksrc="acme.sh-${version}"
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan@posteo.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy 755
+	vmkdir usr/share/acme.sh/dnsapi 755
+	vmkdir usr/share/acme.sh/notify 755
+	vmkdir usr/bin 755
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (4 preceding siblings ...)
  2021-11-04  3:48 ` Wesley-Chan
@ 2021-11-04  3:54 ` Wesley-Chan
  2021-11-04  6:59 ` [PR REVIEW] " paper42
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-11-04  3:54 UTC (permalink / raw)
  To: ml

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

New comment by Wesley-Chan on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#issuecomment-960434485

Comment:
Thanks for your reply, @Chocimier. I've changed the name to `acme.sh`.

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

* Re: [PR REVIEW] New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (5 preceding siblings ...)
  2021-11-04  3:54 ` New package: acme.sh-3.0.1 Wesley-Chan
@ 2021-11-04  6:59 ` paper42
  2021-11-04  7:00 ` paper42
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2021-11-04  6:59 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#discussion_r742577539

Comment:
755 should be the default

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

* Re: [PR REVIEW] New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (6 preceding siblings ...)
  2021-11-04  6:59 ` [PR REVIEW] " paper42
@ 2021-11-04  7:00 ` paper42
  2021-11-06  3:15 ` [PR PATCH] [Updated] " Wesley-Chan
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2021-11-04  7:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#discussion_r742577782

Comment:
this line is not required now

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

* Re: [PR PATCH] [Updated] New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (7 preceding siblings ...)
  2021-11-04  7:00 ` paper42
@ 2021-11-06  3:15 ` Wesley-Chan
  2021-11-06  3:20 ` [PR REVIEW] " Wesley-Chan
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-11-06  3:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme.sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 191085ab65df72543f38c6ada991a92b2947e93d Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme.sh-3.0.1

---
 srcpkgs/acme.sh/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/acme.sh/template

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
new file mode 100644
index 000000000000..fac24d8de052
--- /dev/null
+++ b/srcpkgs/acme.sh/template
@@ -0,0 +1,24 @@
+# Template file for 'acme.sh'
+pkgname=acme.sh
+version=3.0.1
+revision=1
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan@posteo.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy
+	vmkdir usr/share/acme.sh/dnsapi
+	vmkdir usr/share/acme.sh/notify
+	vmkdir usr/bin
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: [PR REVIEW] New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (8 preceding siblings ...)
  2021-11-06  3:15 ` [PR PATCH] [Updated] " Wesley-Chan
@ 2021-11-06  3:20 ` Wesley-Chan
  2022-03-30  0:03 ` [PR PATCH] [Updated] " Wesley-Chan
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-11-06  3:20 UTC (permalink / raw)
  To: ml

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

New review comment by Wesley-Chan on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#discussion_r744063222

Comment:
Thanks, @paper42.

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

* Re: [PR PATCH] [Updated] New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (9 preceding siblings ...)
  2021-11-06  3:20 ` [PR REVIEW] " Wesley-Chan
@ 2022-03-30  0:03 ` Wesley-Chan
  2022-03-30  1:16 ` Wesley-Chan
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2022-03-30  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme.sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 191085ab65df72543f38c6ada991a92b2947e93d Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme.sh-3.0.1

---
 srcpkgs/acme.sh/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/acme.sh/template

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
new file mode 100644
index 000000000000..fac24d8de052
--- /dev/null
+++ b/srcpkgs/acme.sh/template
@@ -0,0 +1,24 @@
+# Template file for 'acme.sh'
+pkgname=acme.sh
+version=3.0.1
+revision=1
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan@posteo.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy
+	vmkdir usr/share/acme.sh/dnsapi
+	vmkdir usr/share/acme.sh/notify
+	vmkdir usr/bin
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: [PR PATCH] [Updated] New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (10 preceding siblings ...)
  2022-03-30  0:03 ` [PR PATCH] [Updated] " Wesley-Chan
@ 2022-03-30  1:16 ` Wesley-Chan
  2022-03-30 18:20 ` Chocimier
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2022-03-30  1:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme.sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From edbea83c21c89ef181ea3935f45dd071bfb2bca2 Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH 1/2] New package: acme.sh-3.0.1

---
 srcpkgs/acme.sh/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/acme.sh/template

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
new file mode 100644
index 000000000000..fac24d8de052
--- /dev/null
+++ b/srcpkgs/acme.sh/template
@@ -0,0 +1,24 @@
+# Template file for 'acme.sh'
+pkgname=acme.sh
+version=3.0.1
+revision=1
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan@posteo.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy
+	vmkdir usr/share/acme.sh/dnsapi
+	vmkdir usr/share/acme.sh/notify
+	vmkdir usr/bin
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

From d81926edd9783ef88bbf974e80d06621565bb993 Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Wed, 30 Mar 2022 09:09:04 +0800
Subject: [PATCH 2/2] acme.sh: update to 3.0.2.

---
 srcpkgs/acme.sh/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
index fac24d8de052..92092c41e3b5 100644
--- a/srcpkgs/acme.sh/template
+++ b/srcpkgs/acme.sh/template
@@ -1,13 +1,13 @@
 # Template file for 'acme.sh'
 pkgname=acme.sh
-version=3.0.1
+version=3.0.2
 revision=1
 short_desc="Pure Unix shell script implementing ACME client protocol"
 maintainer="Wesley Chan <wesley.chan@posteo.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/acmesh-official/acme.sh"
 distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
-checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
+checksum=d6cda672697fe02cfa2a61bf74ec1b472aa797b03baead6deec625158965cee0
 
 do_install() {
 	vmkdir usr/share/acme.sh/deploy

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

* Re: New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (11 preceding siblings ...)
  2022-03-30  1:16 ` Wesley-Chan
@ 2022-03-30 18:20 ` Chocimier
  2022-03-31  1:21 ` [PR PATCH] [Updated] " Wesley-Chan
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Chocimier @ 2022-03-30 18:20 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#issuecomment-1083466548

Comment:
please squash into `New package: acme.sh-3.0.2`

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

* Re: [PR PATCH] [Updated] New package: acme.sh-3.0.1
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (12 preceding siblings ...)
  2022-03-30 18:20 ` Chocimier
@ 2022-03-31  1:21 ` Wesley-Chan
  2022-04-02  2:34 ` [PR PATCH] [Updated] New package: acme.sh-3.0.2 Wesley-Chan
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2022-03-31  1:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme.sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 34b4e73936c17f1014ba377ec294c1630c8e0d4c Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme.sh-3.0.2

---
 srcpkgs/acme.sh/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/acme.sh/template

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
new file mode 100644
index 000000000000..92092c41e3b5
--- /dev/null
+++ b/srcpkgs/acme.sh/template
@@ -0,0 +1,24 @@
+# Template file for 'acme.sh'
+pkgname=acme.sh
+version=3.0.2
+revision=1
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan@posteo.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=d6cda672697fe02cfa2a61bf74ec1b472aa797b03baead6deec625158965cee0
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy
+	vmkdir usr/share/acme.sh/dnsapi
+	vmkdir usr/share/acme.sh/notify
+	vmkdir usr/bin
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: [PR PATCH] [Updated] New package: acme.sh-3.0.2
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (13 preceding siblings ...)
  2022-03-31  1:21 ` [PR PATCH] [Updated] " Wesley-Chan
@ 2022-04-02  2:34 ` Wesley-Chan
  2022-04-02  2:36 ` Wesley-Chan
  2022-04-02 15:38 ` [PR PATCH] [Merged]: " leahneukirchen
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2022-04-02  2:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme.sh-3.0.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From fb35a767c248619b6217359d47ff13d3b606d8a5 Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan@posteo.org>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme.sh-3.0.2

---
 srcpkgs/acme.sh/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/acme.sh/template

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
new file mode 100644
index 000000000000..92092c41e3b5
--- /dev/null
+++ b/srcpkgs/acme.sh/template
@@ -0,0 +1,24 @@
+# Template file for 'acme.sh'
+pkgname=acme.sh
+version=3.0.2
+revision=1
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan@posteo.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/acmesh-official/acme.sh"
+distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz"
+checksum=d6cda672697fe02cfa2a61bf74ec1b472aa797b03baead6deec625158965cee0
+
+do_install() {
+	vmkdir usr/share/acme.sh/deploy
+	vmkdir usr/share/acme.sh/dnsapi
+	vmkdir usr/share/acme.sh/notify
+	vmkdir usr/bin
+
+	vinstall acme.sh 755 usr/share/acme.sh/
+	vcopy deploy/*.sh usr/share/acme.sh/deploy/
+	vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/
+	vcopy notify/*.sh usr/share/acme.sh/notify/
+
+	ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh
+}

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

* Re: New package: acme.sh-3.0.2
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (14 preceding siblings ...)
  2022-04-02  2:34 ` [PR PATCH] [Updated] New package: acme.sh-3.0.2 Wesley-Chan
@ 2022-04-02  2:36 ` Wesley-Chan
  2022-04-02 15:38 ` [PR PATCH] [Merged]: " leahneukirchen
  16 siblings, 0 replies; 18+ messages in thread
From: Wesley-Chan @ 2022-04-02  2:36 UTC (permalink / raw)
  To: ml

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

New comment by Wesley-Chan on void-packages repository

https://github.com/void-linux/void-packages/pull/33632#issuecomment-1086506577

Comment:
Hello, @Chocimier and @paper42. Could you please take some time to review this? Thank you very much.

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

* Re: [PR PATCH] [Merged]: New package: acme.sh-3.0.2
  2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
                   ` (15 preceding siblings ...)
  2022-04-02  2:36 ` Wesley-Chan
@ 2022-04-02 15:38 ` leahneukirchen
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2022-04-02 15:38 UTC (permalink / raw)
  To: ml

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

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

New package: acme.sh-3.0.2
https://github.com/void-linux/void-packages/pull/33632

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2022-04-02 15:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
2021-11-03  2:02 ` Wesley-Chan
2021-11-03 16:38 ` Chocimier
2021-11-04  1:00 ` [PR PATCH] [Updated] " Wesley-Chan
2021-11-04  3:47 ` Wesley-Chan
2021-11-04  3:48 ` Wesley-Chan
2021-11-04  3:54 ` New package: acme.sh-3.0.1 Wesley-Chan
2021-11-04  6:59 ` [PR REVIEW] " paper42
2021-11-04  7:00 ` paper42
2021-11-06  3:15 ` [PR PATCH] [Updated] " Wesley-Chan
2021-11-06  3:20 ` [PR REVIEW] " Wesley-Chan
2022-03-30  0:03 ` [PR PATCH] [Updated] " Wesley-Chan
2022-03-30  1:16 ` Wesley-Chan
2022-03-30 18:20 ` Chocimier
2022-03-31  1:21 ` [PR PATCH] [Updated] " Wesley-Chan
2022-04-02  2:34 ` [PR PATCH] [Updated] New package: acme.sh-3.0.2 Wesley-Chan
2022-04-02  2:36 ` Wesley-Chan
2022-04-02 15:38 ` [PR PATCH] [Merged]: " leahneukirchen

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