diff --git a/certbot-1.2.0.tar.gz b/certbot-1.2.0.tar.gz deleted file mode 100644 index 8300d5d..0000000 --- a/certbot-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95dcbae085f8e4eb18442fe7b12994b08964a9a6e8e352e556cdb4a8a625373c -size 359006 diff --git a/certbot-1.3.0.tar.gz b/certbot-1.3.0.tar.gz new file mode 100644 index 0000000..f4c38b7 --- /dev/null +++ b/certbot-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2091cbbc2f432872ed69309046e79771d9c81cd441bde3e6a6553ecd04b1d8 +size 362957 diff --git a/python-certbot.changes b/python-certbot.changes index 16c07ac..7353ea9 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Mar 10 09:23:44 UTC 2020 - Michael Ströder + +- update to version 1.3.0 + * Added + - Added certbot.ocsp Certbot's API. The certbot.ocsp module can be used to + - determine the OCSP status of certificates. + - Don't verify the existing certificate in HTTP01Response.simple_verify, for + - compatibility with the real-world ACME challenge checks. + + * Changed + - Certbot will now renew certificates early if they have been revoked according + - to OCSP. + - Fix acme module warnings when response Content-Type includes params (e.g. charset). + - Fixed issue where webroot plugin would incorrectly raise Read-only file system + - error when creating challenge directories (issue #7165). + ------------------------------------------------------------------- Fri Feb 21 15:31:05 UTC 2020 - Marketa Calabkova diff --git a/python-certbot.spec b/python-certbot.spec index a2c6e75..cffb1b0 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: ACME client License: Apache-2.0