Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] acme.sh: update to 3.0.5
@ 2023-03-13 11:46 filiprojek
  2023-03-13 11:57 ` filiprojek
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: filiprojek @ 2023-03-13 11:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages acme.sh
https://github.com/void-linux/void-packages/pull/42740

acme.sh: update to 3.0.5
Tagging the maintainer @Wesley-Chan 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From e0d852f59155294cc2eb943a2f750f97578c283b Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 13 Mar 2023 12:33:33 +0100
Subject: [PATCH] acme.sh: update to 3.0.5

---
 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 a2002b8a6551..01a5ae8f212b 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.4
+version=3.0.5
 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=c2855836a6db5766474c860fa54fa2f9f378ab334856b0cf0d07512866b808bb
+checksum=a19132ed65491409a8d8a93c264dcbcf265a91d45a46de674811b93f5995398f
 
 do_install() {
 	vmkdir usr/share/acme.sh/deploy

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

* Re: acme.sh: update to 3.0.5
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
@ 2023-03-13 11:57 ` filiprojek
  2023-03-13 12:28 ` Wesley-Chan
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: filiprojek @ 2023-03-13 11:57 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1466007991

Comment:
Since the original maintainer is inactive, I am willing to adopt this package.

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

* Re: acme.sh: update to 3.0.5
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
  2023-03-13 11:57 ` filiprojek
@ 2023-03-13 12:28 ` Wesley-Chan
  2023-03-13 12:52 ` [PR PATCH] [Updated] " filiprojek
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Wesley-Chan @ 2023-03-13 12:28 UTC (permalink / raw)
  To: ml

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

New comment by Wesley-Chan on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1466056227

Comment:
Please, by all means.

Thanks for you effort, filiprojek.

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

* Re: [PR PATCH] [Updated] acme.sh: update to 3.0.5
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
  2023-03-13 11:57 ` filiprojek
  2023-03-13 12:28 ` Wesley-Chan
@ 2023-03-13 12:52 ` filiprojek
  2023-03-15 11:48 ` acme.sh: update to 3.0.5, adopt abenson
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: filiprojek @ 2023-03-13 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages acme.sh
https://github.com/void-linux/void-packages/pull/42740

acme.sh: update to 3.0.5
Tagging the maintainer @Wesley-Chan 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From 14007c8bb25b40c4b7e47d6266b79c28f8fd034d Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 13 Mar 2023 12:33:33 +0100
Subject: [PATCH] acme.sh: update to 3.0.5, adopt

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

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
index a2002b8a6551..bddaeda9fd46 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.4
+version=3.0.5
 revision=1
 short_desc="Pure Unix shell script implementing ACME client protocol"
-maintainer="Wesley Chan <wesley.chan@posteo.org>"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
 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=c2855836a6db5766474c860fa54fa2f9f378ab334856b0cf0d07512866b808bb
+checksum=a19132ed65491409a8d8a93c264dcbcf265a91d45a46de674811b93f5995398f
 
 do_install() {
 	vmkdir usr/share/acme.sh/deploy

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

* Re: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (2 preceding siblings ...)
  2023-03-13 12:52 ` [PR PATCH] [Updated] " filiprojek
@ 2023-03-15 11:48 ` abenson
  2023-03-15 13:05 ` filiprojek
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2023-03-15 11:48 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1469860632

Comment:
I see this is your first contribution; we prefer to see a few more before package adoption.

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

* Re: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (3 preceding siblings ...)
  2023-03-15 11:48 ` acme.sh: update to 3.0.5, adopt abenson
@ 2023-03-15 13:05 ` filiprojek
  2023-03-15 14:47 ` abenson
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: filiprojek @ 2023-03-15 13:05 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1469973709

Comment:
> I see this is your first contribution; we prefer to see a few more before package adoption.

would you merge this pull request if I remove the adoption?

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

* Re: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (4 preceding siblings ...)
  2023-03-15 13:05 ` filiprojek
@ 2023-03-15 14:47 ` abenson
  2023-03-16  6:12 ` realcharmer
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2023-03-15 14:47 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1470142495

Comment:
I believe it would make it more likely for any of us.

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

* Re: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (5 preceding siblings ...)
  2023-03-15 14:47 ` abenson
@ 2023-03-16  6:12 ` realcharmer
  2023-03-16  6:13 ` realcharmer
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2023-03-16  6:12 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1471379990

Comment:
I would adopt this if needed, so it, at least, has a regular maintainer. Same goes for `acme-client` #42741.

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

* Re: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (6 preceding siblings ...)
  2023-03-16  6:12 ` realcharmer
@ 2023-03-16  6:13 ` realcharmer
  2023-03-16  6:13 ` realcharmer
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2023-03-16  6:13 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1471379990

Comment:
I would adopt this if needed, so it -- at least -- has a regular maintainer. Same goes for `acme-client` #42741.

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

* Re: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (7 preceding siblings ...)
  2023-03-16  6:13 ` realcharmer
@ 2023-03-16  6:13 ` realcharmer
  2023-03-16 13:44 ` filiprojek
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: realcharmer @ 2023-03-16  6:13 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1471379990

Comment:
I would adopt this if needed, so it at least has a regular maintainer. Same goes for `acme-client` #42741.

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

* Re: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (8 preceding siblings ...)
  2023-03-16  6:13 ` realcharmer
@ 2023-03-16 13:44 ` filiprojek
  2023-03-16 13:48 ` [PR PATCH] [Updated] " filiprojek
  2023-03-29  6:09 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: filiprojek @ 2023-03-16 13:44 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42740#issuecomment-1471982803

Comment:
Alright, thanks

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

* Re: [PR PATCH] [Updated] acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (9 preceding siblings ...)
  2023-03-16 13:44 ` filiprojek
@ 2023-03-16 13:48 ` filiprojek
  2023-03-29  6:09 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: filiprojek @ 2023-03-16 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages acme.sh
https://github.com/void-linux/void-packages/pull/42740

acme.sh: update to 3.0.5, adopt
Tagging the maintainer @Wesley-Chan 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

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

From 9e6fa08dd402e76915386634ba9618696fe78e08 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 13 Mar 2023 12:33:33 +0100
Subject: [PATCH] acme.sh: update to 3.0.5, adopt

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

diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template
index a2002b8a6551..20a13462210c 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.4
+version=3.0.5
 revision=1
 short_desc="Pure Unix shell script implementing ACME client protocol"
-maintainer="Wesley Chan <wesley.chan@posteo.org>"
+maintainer="Emil Miler <em@0x45.cz>"
 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=c2855836a6db5766474c860fa54fa2f9f378ab334856b0cf0d07512866b808bb
+checksum=a19132ed65491409a8d8a93c264dcbcf265a91d45a46de674811b93f5995398f
 
 do_install() {
 	vmkdir usr/share/acme.sh/deploy

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

* Re: [PR PATCH] [Merged]: acme.sh: update to 3.0.5, adopt
  2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
                   ` (10 preceding siblings ...)
  2023-03-16 13:48 ` [PR PATCH] [Updated] " filiprojek
@ 2023-03-29  6:09 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2023-03-29  6:09 UTC (permalink / raw)
  To: ml

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

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

acme.sh: update to 3.0.5, adopt
https://github.com/void-linux/void-packages/pull/42740

Description:
Tagging the maintainer @Wesley-Chan 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures:
  - x86_64-musl


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

end of thread, other threads:[~2023-03-29  6:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 11:46 [PR PATCH] acme.sh: update to 3.0.5 filiprojek
2023-03-13 11:57 ` filiprojek
2023-03-13 12:28 ` Wesley-Chan
2023-03-13 12:52 ` [PR PATCH] [Updated] " filiprojek
2023-03-15 11:48 ` acme.sh: update to 3.0.5, adopt abenson
2023-03-15 13:05 ` filiprojek
2023-03-15 14:47 ` abenson
2023-03-16  6:12 ` realcharmer
2023-03-16  6:13 ` realcharmer
2023-03-16  6:13 ` realcharmer
2023-03-16 13:44 ` filiprojek
2023-03-16 13:48 ` [PR PATCH] [Updated] " filiprojek
2023-03-29  6:09 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).