* The default work and log directories have been changed back
to /var/lib/letsencrypt and /var/log/letsencrypt respectively.
* Noninteractive renewals with `certbot renew` (those not started
from a terminal) now randomly sleep 1-480 seconds before beginning
work in order to spread out load spikes on the server side.
* Added External Account Binding support in cli and acme library.
Command line arguments --eab-kid and --eab-hmac-key added.
* Private key permissioning changes: Renewal preserves existing group mode
& gid of previous private key material. Private keys for new
lineages (i.e. new certs, not renewed) default to 0o600.
* Update code and dependencies to clean up Resource and Deprecation Warnings.
* Only depend on imgconverter extension for Sphinx >= 1.6
- update URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=16
57 lines
2.4 KiB
Plaintext
57 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Dec 15 06:34:38 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- update to 0.29.1:
|
|
* The default work and log directories have been changed back
|
|
to /var/lib/letsencrypt and /var/log/letsencrypt respectively.
|
|
* Noninteractive renewals with `certbot renew` (those not started
|
|
from a terminal) now randomly sleep 1-480 seconds before beginning
|
|
work in order to spread out load spikes on the server side.
|
|
* Added External Account Binding support in cli and acme library.
|
|
Command line arguments --eab-kid and --eab-hmac-key added.
|
|
* Private key permissioning changes: Renewal preserves existing group mode
|
|
& gid of previous private key material. Private keys for new
|
|
lineages (i.e. new certs, not renewed) default to 0o600.
|
|
* Update code and dependencies to clean up Resource and Deprecation Warnings.
|
|
* Only depend on imgconverter extension for Sphinx >= 1.6
|
|
- update URL
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 30 17:51:34 UTC 2018 - Jason Craig <os-dev@jacraig.com>
|
|
|
|
- Add Requires: python-mock, it won't run without it
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 16 17:14:44 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to version 0.28.0
|
|
* revoke accepts --cert-name, and doesn't accept both --cert-name
|
|
and --cert-path
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 9 12:21:52 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Do not conflict with Certbot as now we provide/obsolete it
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 3 10:02:34 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Provide and obsolete certbot main package too to ensure we can
|
|
migrate to the new split setup directly
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 18 09:25:54 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Conflict with certbot package to allow easy migration
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 14 07:19:01 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to version 0.27.1
|
|
* the documentation can be built using Sphinx 1.6+
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 28 11:32:26 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Initial package, split from certbot blob
|