Hello community, here is the log from the commit of package python-certbot for openSUSE:Factory checked in at 2019-06-03 18:49:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certbot (Old) and /work/SRC/openSUSE:Factory/.python-certbot.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certbot" Mon Jun 3 18:49:59 2019 rev:12 rq:705622 version:0.34.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes 2019-05-14 13:43:42.716683779 +0200 +++ /work/SRC/openSUSE:Factory/.python-certbot.new.5148/python-certbot.changes 2019-06-03 18:50:02.928543800 +0200 @@ -1,0 +2,31 @@ +Sat May 18 23:21:26 UTC 2019 - Dirk Mueller <[email protected]> + +- update to 0.34.2: + * Apache plugin now tries to restart httpd on Fedora using systemctl if a + configuration test error is detected. This has to be done due to the way + Fedora now generates the self signed certificate files upon first + restart. + * Updated Certbot and its plugins to improve the handling of file system permissions + on Windows as a step towards adding proper Windows support to Certbot. + * Updated urllib3 to 1.24.2 in certbot-auto. + * Removed the fallback introduced with 0.32.0 in `acme` to retry a challenge response + with a `keyAuthorization` if sending the response without this field caused a + `malformed` error to be received from the ACME server. + * Linode DNS plugin now supports api keys created from their new panel + at [cloud.linode.com](https://cloud.linode.com) + * Adding a warning noting that future versions of Certbot will automatically configure the + webserver so that all requests redirect to secure HTTPS access. You can control this + behavior and disable this warning with the --redirect and --no-redirect flags. + * certbot-auto now prints warnings when run as root with insecure file system + permissions. If you see these messages, you should fix the problem by + following the instructions at + https://community.letsencrypt.org/t/certbot-auto-deployment-best-practices/91979/, + however, these warnings can be disabled as necessary with the flag + --no-permissions-check. + * `acme` module uses now a POST-as-GET request to retrieve the registration + from an ACME v2 server + * Convert the tsig algorithm specified in the certbot_dns_rfc2136 configuration file to + all uppercase letters before validating. This makes the value in the config case + insensitive. + +------------------------------------------------------------------- Old: ---- certbot-0.32.0.tar.gz New: ---- certbot-0.34.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certbot.spec ++++++ --- /var/tmp/diff_new_pack.gB3Maw/_old 2019-06-03 18:50:03.568543580 +0200 +++ /var/tmp/diff_new_pack.gB3Maw/_new 2019-06-03 18:50:03.568543580 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot -Version: 0.32.0 +Version: 0.34.2 Release: 0 Summary: ACME client License: Apache-2.0 @@ -57,11 +57,12 @@ Requires: python-zope.interface Requires(post): update-alternatives Requires(postun): update-alternatives -Provides: certbot = %{version} -Obsoletes: certbot < %{version} BuildArch: noarch %ifpython2 Requires: python-typing +%else +Provides: certbot = %{version} +Obsoletes: certbot < %{version} %endif %python_subpackages ++++++ certbot-0.32.0.tar.gz -> certbot-0.34.2.tar.gz ++++++ ++++ 5536 lines of diff (skipped)
