Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] acme-client: update to 1.3.1
@ 2023-03-13 12:50 filiprojek
  2023-03-13 13:18 ` [PR PATCH] [Updated] " filiprojek
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: filiprojek @ 2023-03-13 12:50 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-client
https://github.com/void-linux/void-packages/pull/42741

acme-client: update to 1.3.1
Tagging the maintainer @lotheac 
#### 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/42741.patch is attached

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

From 4d657831f48d513d23f3bf2bfcfce830ef11864b Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 13 Mar 2023 13:44:32 +0100
Subject: [PATCH] acme-client: update to 1.3.1

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

diff --git a/srcpkgs/acme-client/template b/srcpkgs/acme-client/template
index da8fd65f1f4c..822d872ce8ef 100644
--- a/srcpkgs/acme-client/template
+++ b/srcpkgs/acme-client/template
@@ -1,6 +1,6 @@
 # Template file for 'acme-client'
 pkgname=acme-client
-version=1.3.0
+version=1.3.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config sed"
@@ -11,7 +11,7 @@ maintainer="Lauri Tirkkonen <lauri@hacktheplanet.fi>"
 license="GPL-2.0-only"
 homepage="https://git.sr.ht/~graywolf/acme-client-portable/"
 distfiles="https://data.wolfsden.cz/sources/acme-client-${version}.tar.gz"
-checksum=ac8796652393fa73f32dfda60ed3a437fc260867df1b81fa3c241bd95c5bc719
+checksum=94c0838ace0265017a630646cdd583f76fd2d724f67040175e54c08a9618c6ba
 make_check=no # requires https://github.com/letsencrypt/pebble which isn't packaged
 
 pre_install() {

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

* Re: [PR PATCH] [Updated] acme-client: update to 1.3.1
  2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
@ 2023-03-13 13:18 ` filiprojek
  2023-03-13 13:18 ` filiprojek
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: filiprojek @ 2023-03-13 13:18 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-client
https://github.com/void-linux/void-packages/pull/42741

acme-client: update to 1.3.1
Tagging the maintainer @lotheac 
#### 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/42741.patch is attached

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

From fb7240ddf2800e0cd3548b7c5d927da7dff8678c Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 13 Mar 2023 13:44:32 +0100
Subject: [PATCH] acme-client: update to 1.3.1, adopt

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

diff --git a/srcpkgs/acme-client/template b/srcpkgs/acme-client/template
index da8fd65f1f4c..7f37d94af38c 100644
--- a/srcpkgs/acme-client/template
+++ b/srcpkgs/acme-client/template
@@ -1,17 +1,17 @@
 # Template file for 'acme-client'
 pkgname=acme-client
-version=1.3.0
+version=1.3.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config sed"
 makedepends="openssl-devel"
 checkdepends="nginx curl"
 short_desc="Portable version of OpenBSD's acme-client"
-maintainer="Lauri Tirkkonen <lauri@hacktheplanet.fi>"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
 license="GPL-2.0-only"
 homepage="https://git.sr.ht/~graywolf/acme-client-portable/"
 distfiles="https://data.wolfsden.cz/sources/acme-client-${version}.tar.gz"
-checksum=ac8796652393fa73f32dfda60ed3a437fc260867df1b81fa3c241bd95c5bc719
+checksum=94c0838ace0265017a630646cdd583f76fd2d724f67040175e54c08a9618c6ba
 make_check=no # requires https://github.com/letsencrypt/pebble which isn't packaged
 
 pre_install() {

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

* Re: acme-client: update to 1.3.1
  2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
  2023-03-13 13:18 ` [PR PATCH] [Updated] " filiprojek
@ 2023-03-13 13:18 ` filiprojek
  2023-03-16 13:52 ` [PR PATCH] [Updated] acme-client: update to 1.3.1, adopt filiprojek
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: filiprojek @ 2023-03-13 13:18 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42741#issuecomment-1466131692

Comment:
> if you want to take over maintenance, I'm ok with that (I don't have Void machines right now)

thanks

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

* Re: [PR PATCH] [Updated] acme-client: update to 1.3.1, adopt
  2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
  2023-03-13 13:18 ` [PR PATCH] [Updated] " filiprojek
  2023-03-13 13:18 ` filiprojek
@ 2023-03-16 13:52 ` filiprojek
  2023-03-16 13:55 ` filiprojek
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: filiprojek @ 2023-03-16 13:52 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-client
https://github.com/void-linux/void-packages/pull/42741

acme-client: update to 1.3.1, adopt
Tagging the maintainer @lotheac 
#### 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/42741.patch is attached

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

From 40d18c6d3f0ae764dad85d368259c1ed0ab92645 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 13 Mar 2023 13:44:32 +0100
Subject: [PATCH] acme-client: update to 1.3.1, adopt

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

diff --git a/srcpkgs/acme-client/template b/srcpkgs/acme-client/template
index da8fd65f1f4c..0012110ca9b1 100644
--- a/srcpkgs/acme-client/template
+++ b/srcpkgs/acme-client/template
@@ -1,17 +1,17 @@
 # Template file for 'acme-client'
 pkgname=acme-client
-version=1.3.0
+version=1.3.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config sed"
 makedepends="openssl-devel"
 checkdepends="nginx curl"
 short_desc="Portable version of OpenBSD's acme-client"
-maintainer="Lauri Tirkkonen <lauri@hacktheplanet.fi>"
+maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-2.0-only"
 homepage="https://git.sr.ht/~graywolf/acme-client-portable/"
 distfiles="https://data.wolfsden.cz/sources/acme-client-${version}.tar.gz"
-checksum=ac8796652393fa73f32dfda60ed3a437fc260867df1b81fa3c241bd95c5bc719
+checksum=94c0838ace0265017a630646cdd583f76fd2d724f67040175e54c08a9618c6ba
 make_check=no # requires https://github.com/letsencrypt/pebble which isn't packaged
 
 pre_install() {

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

* Re: acme-client: update to 1.3.1, adopt
  2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
                   ` (2 preceding siblings ...)
  2023-03-16 13:52 ` [PR PATCH] [Updated] acme-client: update to 1.3.1, adopt filiprojek
@ 2023-03-16 13:55 ` filiprojek
  2023-03-29  6:10 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: filiprojek @ 2023-03-16 13:55 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/42741#issuecomment-1472019525

Comment:
i've changed the adoption to @realcharmer as mentioned in the #42740

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

* Re: [PR REVIEW] acme-client: update to 1.3.1, adopt
  2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
                   ` (3 preceding siblings ...)
  2023-03-16 13:55 ` filiprojek
@ 2023-03-29  6:10 ` classabbyamp
  2023-03-29  8:40 ` [PR PATCH] [Updated] " filiprojek
  2023-03-29  8:49 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-03-29  6:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42741#discussion_r1151435407

Comment:
```suggestion
homepage="https://git.sr.ht/~graywolf/acme-client-portable/"
changelog="https://git.sr.ht/~graywolf/acme-client-portable/blob/master/NEWS"
```

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

* Re: [PR PATCH] [Updated] acme-client: update to 1.3.1, adopt
  2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
                   ` (4 preceding siblings ...)
  2023-03-29  6:10 ` [PR REVIEW] " classabbyamp
@ 2023-03-29  8:40 ` filiprojek
  2023-03-29  8:49 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: filiprojek @ 2023-03-29  8:40 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-client
https://github.com/void-linux/void-packages/pull/42741

acme-client: update to 1.3.1, adopt
Tagging the maintainer @lotheac 
#### 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/42741.patch is attached

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

From 5b603408b5d1e42a36f660fff79443d8550fdc05 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Mon, 13 Mar 2023 13:44:32 +0100
Subject: [PATCH] acme-client: update to 1.3.1, adopt

---
 srcpkgs/acme-client/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/acme-client/template b/srcpkgs/acme-client/template
index da8fd65f1f4c..67a6aa052c7c 100644
--- a/srcpkgs/acme-client/template
+++ b/srcpkgs/acme-client/template
@@ -1,17 +1,18 @@
 # Template file for 'acme-client'
 pkgname=acme-client
-version=1.3.0
+version=1.3.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config sed"
 makedepends="openssl-devel"
 checkdepends="nginx curl"
 short_desc="Portable version of OpenBSD's acme-client"
-maintainer="Lauri Tirkkonen <lauri@hacktheplanet.fi>"
+maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-2.0-only"
 homepage="https://git.sr.ht/~graywolf/acme-client-portable/"
+changelog="https://git.sr.ht/~graywolf/acme-client-portable/blob/master/NEWS"
 distfiles="https://data.wolfsden.cz/sources/acme-client-${version}.tar.gz"
-checksum=ac8796652393fa73f32dfda60ed3a437fc260867df1b81fa3c241bd95c5bc719
+checksum=94c0838ace0265017a630646cdd583f76fd2d724f67040175e54c08a9618c6ba
 make_check=no # requires https://github.com/letsencrypt/pebble which isn't packaged
 
 pre_install() {

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

* Re: [PR PATCH] [Merged]: acme-client: update to 1.3.1, adopt
  2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
                   ` (5 preceding siblings ...)
  2023-03-29  8:40 ` [PR PATCH] [Updated] " filiprojek
@ 2023-03-29  8:49 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-03-29  8:49 UTC (permalink / raw)
  To: ml

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

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

acme-client: update to 1.3.1, adopt
https://github.com/void-linux/void-packages/pull/42741

Description:
Tagging the maintainer @lotheac 
#### 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 12:50 [PR PATCH] acme-client: update to 1.3.1 filiprojek
2023-03-13 13:18 ` [PR PATCH] [Updated] " filiprojek
2023-03-13 13:18 ` filiprojek
2023-03-16 13:52 ` [PR PATCH] [Updated] acme-client: update to 1.3.1, adopt filiprojek
2023-03-16 13:55 ` filiprojek
2023-03-29  6:10 ` [PR REVIEW] " classabbyamp
2023-03-29  8:40 ` [PR PATCH] [Updated] " filiprojek
2023-03-29  8:49 ` [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).