Github messages for voidlinux
 help / color / mirror / Atom feed
From: misuchiru03 <misuchiru03@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] certbot: update to 2.6.0
Date: Sat, 20 May 2023 20:59:41 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43970@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-05-20 18:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-20 18:59 misuchiru03 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43970@inbox.vuxu.org \
    --to=misuchiru03@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).