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

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

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

https://github.com/misuchiru03/void-packages up_certbot_2.6.0
https://github.com/void-linux/void-packages/pull/43970

certbot: update to 2.6.0
#### 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/43970.patch is attached

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

From 30a804f815f19d8ef5d688a2d91a1e8053c4858a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sat, 20 May 2023 13:52:52 -0500
Subject: [PATCH] certbot: update to 2.6.0

---
 srcpkgs/certbot-apache/template | 6 +++---
 srcpkgs/certbot-nginx/template  | 6 +++---
 srcpkgs/certbot/template        | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template
index 41ac54c08898..acbba39b4d77 100644
--- a/srcpkgs/certbot-apache/template
+++ b/srcpkgs/certbot-apache/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot-apache'
 pkgname=certbot-apache
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="certbot python3-acme python3-augeas python3-zope.interface"
@@ -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=b4736a29233068022b217034acdbf53198a43d19a8ca00a0928771f2b107276b
+checksum=9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c
diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template
index f3d3942242cf..3eee8f97ba1c 100644
--- a/srcpkgs/certbot-nginx/template
+++ b/srcpkgs/certbot-nginx/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot-nginx'
 pkgname=certbot-nginx
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="certbot python3-acme python3-parsing python3-zope.interface"
@@ -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=8f109c5e14061bcffba8c4c6c7341c8bc814756c00461e32136e556abe638510
+checksum=426038336f0eb305579aa1bd71d021cfbbfa0925d165198054763b7225d64a05
diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 405246e0898d..9a55decabd65 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -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=29af531d33aaa87c8104864cd31ac2af541f0ec973a7252d7f7f5b15e10479db
+checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab

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

* Re: certbot: update to 2.6.0
  2023-05-20 18:59 [PR PATCH] certbot: update to 2.6.0 misuchiru03
@ 2023-05-20 19:12 ` misuchiru03
  2023-05-20 19:20 ` [PR PATCH] [Updated] " misuchiru03
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: misuchiru03 @ 2023-05-20 19:12 UTC (permalink / raw)
  To: ml

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

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/43970#issuecomment-1555974756

Comment:
Built fine for me locally with tests for x86_64, x86_64-musl, and i686. Looking into it now.

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

* Re: [PR PATCH] [Updated] certbot: update to 2.6.0
  2023-05-20 18:59 [PR PATCH] certbot: update to 2.6.0 misuchiru03
  2023-05-20 19:12 ` misuchiru03
@ 2023-05-20 19:20 ` misuchiru03
  2023-05-20 19:28 ` misuchiru03
  2023-05-22 11:37 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: misuchiru03 @ 2023-05-20 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_certbot_2.6.0
https://github.com/void-linux/void-packages/pull/43970

certbot: update to 2.6.0
#### 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/43970.patch is attached

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

From 30a804f815f19d8ef5d688a2d91a1e8053c4858a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sat, 20 May 2023 13:52:52 -0500
Subject: [PATCH 1/2] certbot: update to 2.6.0

---
 srcpkgs/certbot-apache/template | 6 +++---
 srcpkgs/certbot-nginx/template  | 6 +++---
 srcpkgs/certbot/template        | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template
index 41ac54c08898..acbba39b4d77 100644
--- a/srcpkgs/certbot-apache/template
+++ b/srcpkgs/certbot-apache/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot-apache'
 pkgname=certbot-apache
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="certbot python3-acme python3-augeas python3-zope.interface"
@@ -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=b4736a29233068022b217034acdbf53198a43d19a8ca00a0928771f2b107276b
+checksum=9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c
diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template
index f3d3942242cf..3eee8f97ba1c 100644
--- a/srcpkgs/certbot-nginx/template
+++ b/srcpkgs/certbot-nginx/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot-nginx'
 pkgname=certbot-nginx
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="certbot python3-acme python3-parsing python3-zope.interface"
@@ -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=8f109c5e14061bcffba8c4c6c7341c8bc814756c00461e32136e556abe638510
+checksum=426038336f0eb305579aa1bd71d021cfbbfa0925d165198054763b7225d64a05
diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 405246e0898d..9a55decabd65 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -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=29af531d33aaa87c8104864cd31ac2af541f0ec973a7252d7f7f5b15e10479db
+checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab

From 03c1f7f06c2d1e91aebeb1be039b54c59bec1dee Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sat, 20 May 2023 14:19:10 -0500
Subject: [PATCH 2/2] python3-acme: update to 2.6.0

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 71967aac46c7..890df70ce6cc 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-cryptography python3-openssl python3-pyrfc3339
@@ -13,4 +13,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=f5e13262fa1101c38dd865378ac8b4639f819120eb66c5538fc6c09b7576fc53
+checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c

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

* Re: [PR PATCH] [Updated] certbot: update to 2.6.0
  2023-05-20 18:59 [PR PATCH] certbot: update to 2.6.0 misuchiru03
  2023-05-20 19:12 ` misuchiru03
  2023-05-20 19:20 ` [PR PATCH] [Updated] " misuchiru03
@ 2023-05-20 19:28 ` misuchiru03
  2023-05-22 11:37 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: misuchiru03 @ 2023-05-20 19:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_certbot_2.6.0
https://github.com/void-linux/void-packages/pull/43970

certbot: update to 2.6.0
#### 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/43970.patch is attached

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

From 4f65944028d5057f8cb0dbc4da3d578b793c8908 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sat, 20 May 2023 14:26:49 -0500
Subject: [PATCH 1/4] certbot-apache: update to 2.6.0

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

diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template
index 41ac54c08898..acbba39b4d77 100644
--- a/srcpkgs/certbot-apache/template
+++ b/srcpkgs/certbot-apache/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot-apache'
 pkgname=certbot-apache
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="certbot python3-acme python3-augeas python3-zope.interface"
@@ -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=b4736a29233068022b217034acdbf53198a43d19a8ca00a0928771f2b107276b
+checksum=9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c

From 869ff45dde0bdee64cb61431a8d6b305a4ef2c6f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sat, 20 May 2023 14:26:59 -0500
Subject: [PATCH 2/4] certbot-nginx: update to 2.6.0

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

diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template
index f3d3942242cf..3eee8f97ba1c 100644
--- a/srcpkgs/certbot-nginx/template
+++ b/srcpkgs/certbot-nginx/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot-nginx'
 pkgname=certbot-nginx
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="certbot python3-acme python3-parsing python3-zope.interface"
@@ -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=8f109c5e14061bcffba8c4c6c7341c8bc814756c00461e32136e556abe638510
+checksum=426038336f0eb305579aa1bd71d021cfbbfa0925d165198054763b7225d64a05

From fd58356309df8f1c7a83c62e79e0b67c53be081f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sat, 20 May 2023 14:19:10 -0500
Subject: [PATCH 3/4] python3-acme: update to 2.6.0

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

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 71967aac46c7..890df70ce6cc 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-cryptography python3-openssl python3-pyrfc3339
@@ -13,4 +13,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=f5e13262fa1101c38dd865378ac8b4639f819120eb66c5538fc6c09b7576fc53
+checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c

From 252c32456803550d3f22fa1d933abfca368eba33 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Sat, 20 May 2023 14:27:08 -0500
Subject: [PATCH 4/4] certbot: update to 2.6.0

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 405246e0898d..9a55decabd65 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.31.0
-revision=2
+version=2.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj
@@ -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=29af531d33aaa87c8104864cd31ac2af541f0ec973a7252d7f7f5b15e10479db
+checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab

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

* Re: [PR PATCH] [Merged]: certbot: update to 2.6.0
  2023-05-20 18:59 [PR PATCH] certbot: update to 2.6.0 misuchiru03
                   ` (2 preceding siblings ...)
  2023-05-20 19:28 ` misuchiru03
@ 2023-05-22 11:37 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-05-22 11:37 UTC (permalink / raw)
  To: ml

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

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

certbot: update to 2.6.0
https://github.com/void-linux/void-packages/pull/43970

Description:
#### 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] 5+ messages in thread

end of thread, other threads:[~2023-05-22 11:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-20 18:59 [PR PATCH] certbot: update to 2.6.0 misuchiru03
2023-05-20 19:12 ` misuchiru03
2023-05-20 19:20 ` [PR PATCH] [Updated] " misuchiru03
2023-05-20 19:28 ` misuchiru03
2023-05-22 11:37 ` [PR PATCH] [Merged]: " abenson

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