Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] certbot: update to 1.22.0
@ 2021-12-20 18:12 misuchiru03
  2021-12-20 18:46 ` paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: misuchiru03 @ 2021-12-20 18:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_certbot_1.22.0
https://github.com/void-linux/void-packages/pull/34629

certbot: update to 1.22.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, GLIBC
- 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/34629.patch is attached

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

From eccede834b7549134d1e5d4f56444d079d552ce6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Mon, 20 Dec 2021 11:58:55 -0600
Subject: [PATCH] certbot: update to 1.22.0

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index b8431cac1b3b..ded1c1ac8b7a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,6 +1,6 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.20.0
+version=1.22.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,4 +14,4 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=ea26b9f28e347d8c5c6f6c697c65e333c0660ca93ffd5444ba20d1bc6a5f0d0a
+checksum=48c7a094445c607b0b73b7254ac4460d4eebea291f12826ec8cfc33207e5ee67

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

* Re: certbot: update to 1.22.0
  2021-12-20 18:12 [PR PATCH] certbot: update to 1.22.0 misuchiru03
@ 2021-12-20 18:46 ` paper42
  2021-12-20 20:45 ` [PR PATCH] [Updated] " misuchiru03
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-12-20 18:46 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34629#issuecomment-998181459

Comment:
Please also update python3-acme and certbot-{nginx,apache} in this PR.

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

* Re: [PR PATCH] [Updated] certbot: update to 1.22.0
  2021-12-20 18:12 [PR PATCH] certbot: update to 1.22.0 misuchiru03
  2021-12-20 18:46 ` paper42
@ 2021-12-20 20:45 ` misuchiru03
  2021-12-20 20:55 ` paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: misuchiru03 @ 2021-12-20 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_certbot_1.22.0
https://github.com/void-linux/void-packages/pull/34629

certbot: update to 1.22.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, GLIBC
- 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/34629.patch is attached

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

From 11a2193044c355ec3a960eea6ebfb6938465a28e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Mon, 20 Dec 2021 14:44:24 -0600
Subject: [PATCH 1/4] certbot-apache: update to 1.22.0

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

diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template
index 13275dac57fd..509de229b87e 100644
--- a/srcpkgs/certbot-apache/template
+++ b/srcpkgs/certbot-apache/template
@@ -1,6 +1,6 @@
 # Template file for 'certbot-apache'
 pkgname=certbot-apache
-version=1.20.0
+version=1.22.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,4 +11,4 @@ maintainer="Kartik S. <kartik.ynwa@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz"
-checksum=b964fef5a77d0f0b702fb82929d22aeb93dcdc9f8c74f368112fcdf069544dbc
+checksum=b743c7626490a343314f9e51a7fd549ece2c33288c7c5ed6b08995b481e94a8b

From 87d669ace4d9303f2ba6362c8c4fa057e67cfa15 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Mon, 20 Dec 2021 14:44:39 -0600
Subject: [PATCH 2/4] certbot-nginx: update to 1.22.0

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

diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template
index e1a8cdec9263..df55ce29b54d 100644
--- a/srcpkgs/certbot-nginx/template
+++ b/srcpkgs/certbot-nginx/template
@@ -1,6 +1,6 @@
 # Template file for 'certbot-nginx'
 pkgname=certbot-nginx
-version=1.20.0
+version=1.22.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,4 +11,4 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot-nginx/certbot-nginx-${version}.tar.gz"
-checksum=24f16680c0b7931986ea690a31ddb7ebfa7f8435211cd71b19af95c1de9b8ea4
+checksum=aaade500b19614875b330e191aedbc053fd82d6be1bc8775f1351c744cc0f213

From 9e9f6b01a76f9cdf0108829a24a9e3f4334843dd Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Mon, 20 Dec 2021 14:44:57 -0600
Subject: [PATCH 3/4] python3-acme: update to 1.22.0

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 9d7c7323c457..7ad8640e3f8d 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.20.0
+version=1.22.0
 revision=1
 wrksrc="acme-${version}"
 build_style=python3-module
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/certbot/certbot"
 distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
-checksum=0ddfde8d8e574d35af2bf1d1648b6bdb359c82e257e39d6b074e35136777016e
+checksum=05434e486a0e0958e197bd5eb28a07d87d930e0045bf00a190cf645d253a0dd9

From 764ce38b81b109bfb48ca9494d780aad2826de02 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Mon, 20 Dec 2021 11:58:55 -0600
Subject: [PATCH 4/4] certbot: update to 1.22.0

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index b8431cac1b3b..ded1c1ac8b7a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,6 +1,6 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.20.0
+version=1.22.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,4 +14,4 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="Apache-2.0"
 homepage="https://certbot.eff.org/"
 distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
-checksum=ea26b9f28e347d8c5c6f6c697c65e333c0660ca93ffd5444ba20d1bc6a5f0d0a
+checksum=48c7a094445c607b0b73b7254ac4460d4eebea291f12826ec8cfc33207e5ee67

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

* Re: certbot: update to 1.22.0
  2021-12-20 18:12 [PR PATCH] certbot: update to 1.22.0 misuchiru03
  2021-12-20 18:46 ` paper42
  2021-12-20 20:45 ` [PR PATCH] [Updated] " misuchiru03
@ 2021-12-20 20:55 ` paper42
  2021-12-21  2:02 ` kartikynwa
  2021-12-21 10:39 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-12-20 20:55 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34629#issuecomment-998262514

Comment:
@kartikynwa ok?

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

* Re: certbot: update to 1.22.0
  2021-12-20 18:12 [PR PATCH] certbot: update to 1.22.0 misuchiru03
                   ` (2 preceding siblings ...)
  2021-12-20 20:55 ` paper42
@ 2021-12-21  2:02 ` kartikynwa
  2021-12-21 10:39 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: kartikynwa @ 2021-12-21  2:02 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/34629#issuecomment-998407339

Comment:
@paper42 yes

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

* Re: [PR PATCH] [Merged]: certbot: update to 1.22.0
  2021-12-20 18:12 [PR PATCH] certbot: update to 1.22.0 misuchiru03
                   ` (3 preceding siblings ...)
  2021-12-21  2:02 ` kartikynwa
@ 2021-12-21 10:39 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-12-21 10:39 UTC (permalink / raw)
  To: ml

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

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

certbot: update to 1.22.0
https://github.com/void-linux/void-packages/pull/34629

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

end of thread, other threads:[~2021-12-21 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 18:12 [PR PATCH] certbot: update to 1.22.0 misuchiru03
2021-12-20 18:46 ` paper42
2021-12-20 20:45 ` [PR PATCH] [Updated] " misuchiru03
2021-12-20 20:55 ` paper42
2021-12-21  2:02 ` kartikynwa
2021-12-21 10:39 ` [PR PATCH] [Merged]: " paper42

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