2019-12-15 10:48:39 by Adam Ciarcinski | Files touched by this commit (33) | |
Log message: py-acme/py-cerbot-*: updated to 1.0.0 Certbot 1.0.0 Removed: * The docs extras for the certbot-apache and certbot-nginx packages have been removed. Changed: * certbot-auto has deprecated support for systems using OpenSSL 1.0.1 that are not running on x86-64. This primarily affects RHEL 6 based systems. * Certbot's config_changes subcommand has been removed * certbot.plugins.common.TLSSNI01 has been removed. * Deprecated attributes related to the TLS-SNI-01 challenge in acme.challenges and acme.standalone have been removed. * The functions certbot.client.view_config_changes, certbot.main.config_changes, certbot.plugins.common.Installer.view_config_changes, certbot.reverter.Reverter.view_config_changes, and certbot.util.get_systemd_os_info have been removed * Certbot's register --update-registration subcommand has been removed * When possible, default to automatically configuring the webserver so all requests redirect to secure HTTPS access. This is mostly relevant when running Certbot in non-interactive mode. Previously, the default was to not redirect all requests. |
2019-11-14 19:28:19 by Adam Ciarcinski | Files touched by this commit (17) | |
Log message: py-certbot: updated to 0.40.1 0.40.1: Changed Added back support for Python 3.4 to Certbot components and certbot-auto due to \ a bug when requiring Python 2.7 or 3.5+ on RHEL 6 based systems. More details about these changes can be found on our GitHub repo. 0.40.0: Changed We deprecated support for Python 3.4 in Certbot and its ACME library. Support \ for Python 3.4 will be removed in the next major release of Certbot. \ certbot-auto users on RHEL 6 based systems will be asked to enable Software \ Collections (SCL) repository so Python 3.6 can be installed. certbot-auto can \ enable the SCL repo for you on CentOS 6 while users on other RHEL 6 based \ systems will be asked to do this manually. --server may now be combined with --dry-run. Certbot will, as before, use the \ staging server instead of the live server when --dry-run is used. --dry-run now requests fresh authorizations every time, fixing the issue where \ it was prone to falsely reporting success. Updated certbot-dns-google to depend on newer versions of \ google-api-python-client and oauth2client. The OS detection logic again uses distro library for Linux OSes certbot.plugins.common.TLSSNI01 has been deprecated and will be removed in a \ future release. CLI flags --tls-sni-01-port and --tls-sni-01-address have been removed. The values tls-sni and tls-sni-01 for the --preferred-challenges flag are no \ longer accepted. Removed the flags: --agree-dev-preview, --dialog, and --apache-init-script acme.standalone.BaseRequestHandlerWithLogging and \ acme.standalone.simple_tls_sni_01_server have been deprecated and will be \ removed in a future release of the library. certbot-dns-rfc2136 now use TCP to query SOA records. Fixed More details about these changes can be found on our GitHub repo. |
2019-10-02 19:36:44 by Adam Ciarcinski | Files touched by this commit (43) | |
Log message: py-acme/py-certbot: updated to 0.39.0 0.39.0: Added Support for Python 3.8 was added to Certbot and all of its components. Support for CentOS 8 was added to certbot-auto. Changed Don't send OCSP requests for expired certificates Return to using platform.linux_distribution instead of distro.linux_distribution \ in OS fingerprinting for Python < 3.8 Updated the Nginx plugin's TLS configuration to keep support for some versions \ of IE11. Fixed Fixed OS detection in the Apache plugin on RHEL 6. |
2019-09-12 17:08:55 by Adam Ciarcinski | Files touched by this commit (16) | |
Log message: py-acme py-certbot*: updated to 0.38.0 0.38.0: Added Disable session tickets for Nginx users when appropriate. Changed If Certbot fails to rollback your server configuration, the error message links \ to the Let's Encrypt forum. Change the link to the Help category now that the \ Server category has been closed. Replace platform.linux_distribution with distro.linux_distribution as a step \ towards Python 3.8 support in Certbot. Fixed Fixed OS detection in the Apache plugin on Scientific Linux. |
2019-08-23 11:57:50 by Adam Ciarcinski | Files touched by this commit (22) | |
Log message: py-certbot: updated to 0.37.2 0.37.2: Stop disabling TLS session tickets in Nginx as it caused TLS failures on some \ systems. 0.37.1: Fixed Stop disabling TLS session tickets in Apache as it caused TLS failures on some \ systems. 0.37.0: Added Turn off session tickets for apache plugin by default acme: Authz deactivation added to acme module. Changed Follow updated Mozilla recommendations for Nginx ssl_protocols, ssl_ciphers, and \ ssl_prefer_server_ciphers Fixed Fix certbot-auto failures on RHEL 8. |
2019-07-15 14:52:56 by Adam Ciarcinski | Files touched by this commit (20) | |
Log message: py-certbot: updated to 0.36.0 0.36.0: Added ----- Turn off session tickets for nginx plugin by default Added missing error types from RFC8555 to acme Changed ------- Support for Ubuntu 14.04 Trusty has been removed. Update the 'manage your account' help to be more generic. The error message when Certbot's Apache plugin is unable to modify your Apache \ configuration has been improved. Certbot's config_changes subcommand has been deprecated and will be removed in a \ future release. certbot config_changes no longer accepts a --num parameter. The functions certbot.plugins.common.Installer.view_config_changes and \ certbot.reverter.Reverter.view_config_changes have been deprecated and will be \ removed in a future release. Fixed ----- Replace some unnecessary platform-specific line separation. |
2019-06-12 12:27:38 by Adam Ciarcinski | Files touched by this commit (12) | |
Log message: py-acme,py-certbot*: updated to 0.35.1 0.35.1: Fixed Support for specifying an authoritative base domain in our dns-rfc2136 plugin \ has been removed. This feature was added in our last release but had a bug which \ caused the plugin to fail so the feature has been removed until it can be added \ properly. Despite us having broken lockstep, we are continuing to release new versions of \ all Certbot components during releases for the time being, however, the only \ package with changes other than its version number was: certbot-dns-rfc2136 |
2019-06-11 16:22:03 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (22) | |
Log message: py-acme: update to 0.35.0 py-certbot: update to 0.35.0 py-certbot-apache: update to 0.35.0 py-certbot-dns-luadns: update to 0.35.0 py-certbot-dns-nsone: update to 0.35.0 py-certbot-dns-ovh: update to 0.35.0 py-certbot-dns-rfc2136: update to 0.35.0 py-certbot-dns-route53: update to 0.35.0 py-certbot-dns-sakuracloud: update to 0.35.0 py-certbot-nginx: update to 0.35.0 pkgsrc changes: --------------- * Add py-certbot/Makefile.common to make version number coherent upstream changes: ----------------- - Added o dns_rfc2136 plugin now supports explicitly specifing an authorative base \ domain for cases when the automatic method does not work (e.g. Split horizon \ DNS) - Fixed o Renewal parameter webroot_path is always saved, avoiding some regressions \ when webroot authenticator plugin is invoked with no challenge to perform. o Certbot now accepts OCSP responses when an explicit authorized responder, \ different from the issuer, is used to sign OCSP responses. o Scripts in Certbot hook directories are no longer executed when their \ filenames end in a tilde. - Despite us having broken lockstep, we are continuing to release new versions \ of all Certbot components during releases for the time being, however, the only \ package with changes other than its version number was: o certbot o certbot-dns-rfc2136 |
2019-05-17 08:46:31 by Adam Ciarcinski | Files touched by this commit (20) | |
Log message: py-acme py-certbot*: updated to 0.34.2 0.34.2: Fixed certbot-auto no longer writes a check_permissions.py script at the root of the \ filesystem. Despite us having broken lockstep, we are continuing to release new versions of \ all Certbot components during releases for the time being, however, the only \ changes in this release were to certbot-auto. |
2019-05-07 10:50:37 by Adam Ciarcinski | Files touched by this commit (22) | |
Log message: py-acme,py-cerbot*: updated to 0.34.1 0.34.1: Fixed certbot-auto no longer prints a blank line when there are no permissions problems. Despite us having broken lockstep, we are continuing to release new versions of \ all Certbot components during releases for the time being, however, the only \ changes in this release were to certbot-auto. More details about these changes can be found on our GitHub repo. 0.34.0: Changed 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 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. |