From dcbd7187d481faca5754d2b1566f63df4206ca8eb39cb5c35a651f203c2a0541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 25 Jun 2024 12:16:36 +0000 Subject: [PATCH] - update to 2.11.0 * Fixed a bug in Certbot where a CSR's SANs did not always follow the order of the domain names that the user requested interactively. In some cases, the resulting cert's common name might seem picked up randomly from the SANs when it should be the first item the user had in mind. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=119 --- certbot-2.10.0.tar.gz | 3 --- certbot-2.11.0.tar.gz | 3 +++ python-certbot.changes | 10 ++++++++++ python-certbot.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 certbot-2.10.0.tar.gz create mode 100644 certbot-2.11.0.tar.gz diff --git a/certbot-2.10.0.tar.gz b/certbot-2.10.0.tar.gz deleted file mode 100644 index 22c1488..0000000 --- a/certbot-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:892aa57d4db74af174aec5e4bb7f7537b200de2545a066c049d03a53215f0e4e -size 437757 diff --git a/certbot-2.11.0.tar.gz b/certbot-2.11.0.tar.gz new file mode 100644 index 0000000..3d995de --- /dev/null +++ b/certbot-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257ae1cb0a534373ca50dd807c9ae96f27660e41379c45afb9b50cab0e6a7a97 +size 438415 diff --git a/python-certbot.changes b/python-certbot.changes index 14cfd17..30b98e3 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 25 12:15:06 UTC 2024 - Markéta Machová + +- update to 2.11.0 + * Fixed a bug in Certbot where a CSR's SANs did not always follow + the order of the domain names that the user requested interactively. + In some cases, the resulting cert's common name might seem picked + up randomly from the SANs when it should be the first item the user + had in mind. + ------------------------------------------------------------------- Thu May 9 13:49:35 UTC 2024 - Dirk Müller diff --git a/python-certbot.spec b/python-certbot.spec index f92a7a3..0e534cb 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-certbot -Version: 2.10.0 +Version: 2.11.0 Release: 0 Summary: ACME client License: Apache-2.0