From fdfb20ed3578c00ec788caad1afc7039e178e79ba1086bf07be987d3656eb6a1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Jul 2022 13:27:50 +0000 Subject: [PATCH] - update to 1.29.0: * --allow-subset-of-names will now additionally retry in cases where domains are rejected while creating or finalizing orders. This requires subproblem support from the ACME server * The show_account subcommand now uses the "newAccount" ACME endpoint to fetch the account data, so it doesn't rely on the locally stored account URL. This fixes situations where Certbot would use old ACMEv1 registration info with non-functional account URLs. * The generated Certificate Signing Requests are now generated as version 1 instead of version 3. This resolves situations in where strict enforcement of PKCS#10 meant that CSRs that were generated as version 3 were rejected OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-digitalocean?expand=0&rev=77 --- certbot-dns-digitalocean-1.28.0.tar.gz | 3 --- certbot-dns-digitalocean-1.29.0.tar.gz | 3 +++ python-certbot-dns-digitalocean.changes | 15 +++++++++++++++ python-certbot-dns-digitalocean.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 certbot-dns-digitalocean-1.28.0.tar.gz create mode 100644 certbot-dns-digitalocean-1.29.0.tar.gz diff --git a/certbot-dns-digitalocean-1.28.0.tar.gz b/certbot-dns-digitalocean-1.28.0.tar.gz deleted file mode 100644 index ca58d59..0000000 --- a/certbot-dns-digitalocean-1.28.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8320cf790c3a3aa902c3e544bb1393c8a37ee22df15877f495d62e1bf2769717 -size 14153 diff --git a/certbot-dns-digitalocean-1.29.0.tar.gz b/certbot-dns-digitalocean-1.29.0.tar.gz new file mode 100644 index 0000000..7e717a2 --- /dev/null +++ b/certbot-dns-digitalocean-1.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c24db12904b2e4261177e1c512124646d62104cb34e115cebe6cf34b7c60438 +size 14146 diff --git a/python-certbot-dns-digitalocean.changes b/python-certbot-dns-digitalocean.changes index ddb980f..cdb5d94 100644 --- a/python-certbot-dns-digitalocean.changes +++ b/python-certbot-dns-digitalocean.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 11 13:07:42 UTC 2022 - Dirk Müller + +- update to 1.29.0: + * --allow-subset-of-names will now additionally retry in cases where domains + are rejected while creating or finalizing orders. This requires subproblem + support from the ACME server + * The show_account subcommand now uses the "newAccount" ACME endpoint to + fetch the account data, so it doesn't rely on the locally stored account URL. + This fixes situations where Certbot + would use old ACMEv1 registration info with non-functional account URLs. + * The generated Certificate Signing Requests are now generated as version 1 + instead of version 3. This resolves situations in where strict enforcement + of PKCS#10 meant that CSRs that were generated as version 3 were rejected + ------------------------------------------------------------------- Fri Jun 24 19:32:10 UTC 2022 - Dirk Müller diff --git a/python-certbot-dns-digitalocean.spec b/python-certbot-dns-digitalocean.spec index 82a8158..aca9c63 100644 --- a/python-certbot-dns-digitalocean.spec +++ b/python-certbot-dns-digitalocean.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-dns-digitalocean -Version: 1.28.0 +Version: 1.29.0 Release: 0 Summary: DigitalOcean Authenticator plugin for Certbot License: Apache-2.0