From 35e1a285af8abda164bf63d9c907418b8af4e85271c6ec24153c43ac5cada468 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Jul 2022 13:24:06 +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-apache?expand=0&rev=78 --- certbot-apache-1.28.0.tar.gz | 3 --- certbot-apache-1.29.0.tar.gz | 3 +++ python-certbot-apache.changes | 15 +++++++++++++++ python-certbot-apache.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 certbot-apache-1.28.0.tar.gz create mode 100644 certbot-apache-1.29.0.tar.gz diff --git a/certbot-apache-1.28.0.tar.gz b/certbot-apache-1.28.0.tar.gz deleted file mode 100644 index be69f44..0000000 --- a/certbot-apache-1.28.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b4ed592b91e6ad1f7927a5e73d7155313a5f5d890aae9f77e1a91e9f023d4a -size 224620 diff --git a/certbot-apache-1.29.0.tar.gz b/certbot-apache-1.29.0.tar.gz new file mode 100644 index 0000000..47e1470 --- /dev/null +++ b/certbot-apache-1.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbcb74464aa091a0af58f9d76257974ff9647a20fa57fe2f91e1bc5866277c5 +size 224607 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 54258e9..ce18284 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.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:24:23 UTC 2022 - Dirk Müller diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 7e58e50..f992a30 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-apache -Version: 1.28.0 +Version: 1.29.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0