Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Up certbot 1.31.0
@ 2022-10-06  0:13 misuchiru03
  2022-10-06  9:18 ` certbot: update to 1.31.0 paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: misuchiru03 @ 2022-10-06  0:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 739 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.31.0
https://github.com/void-linux/void-packages/pull/39751

Up certbot 1.31.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From f1f353512ee63b7ddb36a6e567a8ec39a6af162f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Wed, 5 Oct 2022 18:56:02 -0500
Subject: [PATCH 1/2] python3-acme: update to 1.31.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 ab158b8dccc8..8427f106d3fa 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.26.0
+version=1.31.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=7269209192189c5b0bd5bc69388229737e23e52e8422315e2fcd3aff4c8e13c8
+checksum=f5e13262fa1101c38dd865378ac8b4639f819120eb66c5538fc6c09b7576fc53

From 148b7e6a860f45f0d7ac61fb14c3c2a207162137 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Wed, 5 Oct 2022 18:51:32 -0500
Subject: [PATCH 2/2] certbot: update to 1.31.0

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index a6eea0f1837f..aeb769eeb943 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,6 +1,6 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.26.0
+version=1.31.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=9d136fab6968829db9774a264a96a7923a5482d0c90894b009253f374d480693
+checksum=29af531d33aaa87c8104864cd31ac2af541f0ec973a7252d7f7f5b15e10479db

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

* Re: certbot: update to 1.31.0
  2022-10-06  0:13 [PR PATCH] Up certbot 1.31.0 misuchiru03
@ 2022-10-06  9:18 ` paper42
  2022-10-06 11:53 ` [PR PATCH] [Updated] " misuchiru03
  2022-10-06 17:25 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-10-06  9:18 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39751#issuecomment-1269656796

Comment:
certbot-apache and certbot-nginx shouldbe updated at the same time

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

* Re: [PR PATCH] [Updated] certbot: update to 1.31.0
  2022-10-06  0:13 [PR PATCH] Up certbot 1.31.0 misuchiru03
  2022-10-06  9:18 ` certbot: update to 1.31.0 paper42
@ 2022-10-06 11:53 ` misuchiru03
  2022-10-06 17:25 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: misuchiru03 @ 2022-10-06 11:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 739 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.31.0
https://github.com/void-linux/void-packages/pull/39751

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

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


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

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

From f1f353512ee63b7ddb36a6e567a8ec39a6af162f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Wed, 5 Oct 2022 18:56:02 -0500
Subject: [PATCH 1/4] python3-acme: update to 1.31.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 ab158b8dccc8..8427f106d3fa 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.26.0
+version=1.31.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=7269209192189c5b0bd5bc69388229737e23e52e8422315e2fcd3aff4c8e13c8
+checksum=f5e13262fa1101c38dd865378ac8b4639f819120eb66c5538fc6c09b7576fc53

From f21e12accffbf70246102187c7e70135d2a299d2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Thu, 6 Oct 2022 06:52:49 -0500
Subject: [PATCH 2/4] certbot-apache: update to 1.31.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 50396f46779e..0300fbdb7dba 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.26.0
+version=1.31.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=efb573a1fd926ecf74618286d21ac3f7539b2be426face7f1364dcca8b0e316e
+checksum=b4736a29233068022b217034acdbf53198a43d19a8ca00a0928771f2b107276b

From d2af26c83c1826d185a0091246848008d7b10903 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Thu, 6 Oct 2022 06:53:02 -0500
Subject: [PATCH 3/4] certbot-nginx: update to 1.31.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 b9df8e8b1c90..afea1c5a1a43 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.26.0
+version=1.31.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=c9f2ee27dfb98525e507f516f8c1cd37a5b61f3090bcf64284fee95cfcf6ab10
+checksum=8f109c5e14061bcffba8c4c6c7341c8bc814756c00461e32136e556abe638510

From 77e299c3c2f7f577c4f7f604a3670654c307a496 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Wed, 5 Oct 2022 18:51:32 -0500
Subject: [PATCH 4/4] certbot: update to 1.31.0

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

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index a6eea0f1837f..aeb769eeb943 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,6 +1,6 @@
 # Template file for 'certbot'
 pkgname=certbot
-version=1.26.0
+version=1.31.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=9d136fab6968829db9774a264a96a7923a5482d0c90894b009253f374d480693
+checksum=29af531d33aaa87c8104864cd31ac2af541f0ec973a7252d7f7f5b15e10479db

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

* Re: [PR PATCH] [Merged]: certbot: update to 1.31.0
  2022-10-06  0:13 [PR PATCH] Up certbot 1.31.0 misuchiru03
  2022-10-06  9:18 ` certbot: update to 1.31.0 paper42
  2022-10-06 11:53 ` [PR PATCH] [Updated] " misuchiru03
@ 2022-10-06 17:25 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-10-06 17:25 UTC (permalink / raw)
  To: ml

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

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

certbot: update to 1.31.0
https://github.com/void-linux/void-packages/pull/39751

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

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


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

end of thread, other threads:[~2022-10-06 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06  0:13 [PR PATCH] Up certbot 1.31.0 misuchiru03
2022-10-06  9:18 ` certbot: update to 1.31.0 paper42
2022-10-06 11:53 ` [PR PATCH] [Updated] " misuchiru03
2022-10-06 17:25 ` [PR PATCH] [Merged]: " Duncaen

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