Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] acme-client: update to 1.3.2
@ 2023-06-12  6:15 realcharmer
  2023-06-12  6:18 ` [PR PATCH] [Updated] " realcharmer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: realcharmer @ 2023-06-12  6:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages acme-client
https://github.com/void-linux/void-packages/pull/44379

acme-client: update to 1.3.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 0d4b590dfa25e0cce065c0afac82e2f84c414faf Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 12 Jun 2023 08:14:25 +0200
Subject: [PATCH] acme-client: update to 1.3.2

---
 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 67a6aa052c7c..08a3a6985dd9 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.1
+version=1.3.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config sed"
@@ -12,7 +12,7 @@ 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=94c0838ace0265017a630646cdd583f76fd2d724f67040175e54c08a9618c6ba
+checksum=2fe5e32010df63b0890cbbb08fd9303da9296e92f0cfc0d8b929eac76e30a938
 make_check=no # requires https://github.com/letsencrypt/pebble which isn't packaged
 
 pre_install() {

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

* Re: [PR PATCH] [Updated] acme-client: update to 1.3.2
  2023-06-12  6:15 [PR PATCH] acme-client: update to 1.3.2 realcharmer
@ 2023-06-12  6:18 ` realcharmer
  2023-09-11  1:45 ` github-actions
  2023-09-25  1:45 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: realcharmer @ 2023-06-12  6:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages acme-client
https://github.com/void-linux/void-packages/pull/44379

acme-client: update to 1.3.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 4dbc574d546860c6bd761350bba4b74c96985d3d Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 12 Jun 2023 08:14:25 +0200
Subject: [PATCH] acme-client: update to 1.3.2

---
 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 67a6aa052c7c..b121a4654584 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.1
+version=1.3.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config sed"
@@ -11,8 +11,8 @@ 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=94c0838ace0265017a630646cdd583f76fd2d724f67040175e54c08a9618c6ba
+distfiles="https://git.sr.ht/~graywolf/acme-client-portable/archive/v${version}.tar.gz"
+checksum=2fe5e32010df63b0890cbbb08fd9303da9296e92f0cfc0d8b929eac76e30a938
 make_check=no # requires https://github.com/letsencrypt/pebble which isn't packaged
 
 pre_install() {

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

* Re: acme-client: update to 1.3.2
  2023-06-12  6:15 [PR PATCH] acme-client: update to 1.3.2 realcharmer
  2023-06-12  6:18 ` [PR PATCH] [Updated] " realcharmer
@ 2023-09-11  1:45 ` github-actions
  2023-09-25  1:45 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-09-11  1:45 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/44379#issuecomment-1713034303

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

* Re: [PR PATCH] [Closed]: acme-client: update to 1.3.2
  2023-06-12  6:15 [PR PATCH] acme-client: update to 1.3.2 realcharmer
  2023-06-12  6:18 ` [PR PATCH] [Updated] " realcharmer
  2023-09-11  1:45 ` github-actions
@ 2023-09-25  1:45 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-09-25  1:45 UTC (permalink / raw)
  To: ml

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

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

acme-client: update to 1.3.2
https://github.com/void-linux/void-packages/pull/44379

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2023-09-25  1:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12  6:15 [PR PATCH] acme-client: update to 1.3.2 realcharmer
2023-06-12  6:18 ` [PR PATCH] [Updated] " realcharmer
2023-09-11  1:45 ` github-actions
2023-09-25  1:45 ` [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).