From b9ea4f4c4b59bf07b4f87496a74f6eaa3f22f6fc91753c8d02ea6db820fc8616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 21 Mar 2025 12:24:37 +0000 Subject: [PATCH] - Update to 3.3.0 * The --register-unsafely-without-email flag is no longer needed in non-interactive mode. * In interactive mode, pressing Enter at the email prompt will register without an email. * deprecated certbot.crypto_util.dump_pyopenssl_chain * deprecated certbot.crypto_util.pyopenssl_load_certificate * Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment variables needed in our snap configuration were persisted in calls to external programs like nginx which could cause them to fail to load OpenSSL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=128 --- certbot-3.2.0.tar.gz | 3 --- certbot-3.3.0.tar.gz | 3 +++ python-certbot.changes | 15 +++++++++++++++ python-certbot.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 certbot-3.2.0.tar.gz create mode 100644 certbot-3.3.0.tar.gz diff --git a/certbot-3.2.0.tar.gz b/certbot-3.2.0.tar.gz deleted file mode 100644 index 637caa0..0000000 --- a/certbot-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2939a248def1a8bce661f8d92f9add975108741d7d96fcbfff2936031e72930c -size 439207 diff --git a/certbot-3.3.0.tar.gz b/certbot-3.3.0.tar.gz new file mode 100644 index 0000000..dba1b4c --- /dev/null +++ b/certbot-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40482fde0dd36b08e811d847df40ed04b6a3da52979c55456384a96807801d07 +size 438767 diff --git a/python-certbot.changes b/python-certbot.changes index 80a7d37..3730ace 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 21 12:21:54 UTC 2025 - Markéta Machová + +- Update to 3.3.0 + * The --register-unsafely-without-email flag is no longer needed + in non-interactive mode. + * In interactive mode, pressing Enter at the email prompt will + register without an email. + * deprecated certbot.crypto_util.dump_pyopenssl_chain + * deprecated certbot.crypto_util.pyopenssl_load_certificate + * Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment + variables needed in our snap configuration were persisted in calls + to external programs like nginx which could cause them to fail to + load OpenSSL. + ------------------------------------------------------------------- Thu Feb 13 11:23:18 UTC 2025 - Dirk Müller diff --git a/python-certbot.spec b/python-certbot.spec index b2b0557..9abd149 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-certbot -Version: 3.2.0 +Version: 3.3.0 Release: 0 Summary: ACME client License: Apache-2.0