1
0

126 Commits

Author SHA256 Message Date
534ebed7c5 Accepting request 839981 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/839981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=30
2020-10-07 12:18:47 +00:00
53fce760c6 - Update to version 1.9.0
* certbot-auto was deprecated on all systems except for those based on Debian or RHEL.
  * Update the packaging instructions to promote usage of python -m pytest to test Certbot
    instead of the deprecated python setup.py test setuptools approach.
  * Reduced CLI logging when handling some kinds of errors.
  * The minimum version of the acme library required by Certbot was corrected.
    In the previous release, Certbot said it required acme>=1.6.0 when it
    actually required acme>=1.8.0 to properly support removing contact
    information from an ACME account.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=73
2020-10-07 08:29:09 +00:00
866d5d5e39 Accepting request 838326 from home:frispete:python
- Update to version 1.8.0
  + Added
    * Added the ability to remove email and phone contact
      information from an account
    * using update_account --register-unsafely-without-email
  + Changed
    * Support for Python 3.5 has been removed.
  + Fixed
    * The problem causing the Apache plugin in the Certbot snap on
      ARM systems to
    * fail to load the Augeas library it depends on has been fixed.
    * The acme library can now tell the ACME server to clear
      contact information by passing an empty
    * tuple to the contact field of a Registration message.
    * Fixed the *** stack smashing detected *** error in the
      Certbot snap on some systems.
    * More details about these changes can be found on our GitHub
      repo.
- Add certbot keyring and hash file

OBS-URL: https://build.opensuse.org/request/show/838326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=72
2020-10-07 07:58:09 +00:00
3ca9a7143b Accepting request 828417 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/828417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=29
2020-08-21 17:12:16 +00:00
3d44578bd1 - Update to version 1.7.0
* Third-party plugins can be used without prefix (plugin_name instead of dist_name:plugin_name):
    this concerns the plugin name, CLI flags, and keys in credential files.
    The prefixed form is still supported but is deprecated, and will be removed in a future release.
  * We deprecated support for Python 3.5 in Certbot and its ACME library.
    Support for Python 3.5 will be removed in the next major release of Certbot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=70
2020-08-21 08:40:27 +00:00
c3dc74caf1 Accepting request 820647 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/820647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=28
2020-07-15 13:01:29 +00:00
536015dc11 - update to version 1.6.0
* Support for alternative certificate chains in the acme module.
  * Added --preferred-chain <issuer CN>. If a CA offers multiple 
    certificate chains, it may be used to indicate to Certbot which 
    chain should be preferred.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=68
2020-07-13 08:37:39 +00:00
c09d86cadf Accepting request 813507 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/813507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=27
2020-06-11 13:15:30 +00:00
95de223977 - Update to version 1.5.0
* Require explicit confirmation of snap plugin permissions before connecting.
  * Add support for OCSP responses which use a public key hash ResponderID, 
    fixing interoperability with Sectigo CAs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=66
2020-06-11 12:11:19 +00:00
601ceb0544 Accepting request 805532 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/805532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=26
2020-05-14 21:26:37 +00:00
f8591c7785 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=64 2020-05-14 09:04:25 +00:00
a392894df6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=63 2020-05-14 08:47:16 +00:00
faa63edcb1 - Update to version 1.4.0
* Added serial number of certificate to the output of certbot certificates
  * Expose two new environment variables in the authenticator and cleanup scripts used by
    the manual plugin: CERTBOT_REMAINING_CHALLENGES is equal to the number of challenges
    remaining after the current challenge, CERTBOT_ALL_DOMAINS is a comma-separated list
    of all domains challenged for the current certificate.
  * Added minimal proxy support for OCSP verification.
  * mock dependency is now conditional on Python 2 in all of our packages.
  * Fix hanging OCSP queries during revocation checking - added a 10 second timeout.
  * Standalone servers now have a default socket timeout of 30 seconds, fixing
    cases where an idle connection can cause the standalone plugin to hang.
  * Parsing of the RFC 8555 application/pem-certificate-chain now tolerates CRLF line
    endings. This should fix interoperability with Buypass' services.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=62
2020-05-14 08:37:58 +00:00
ba485f7726 Accepting request 795991 from devel:languages:python:certbot
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/795991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=25
2020-04-21 11:13:44 +00:00
Tomáš Chvátal
349e55ad14 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=60
2020-04-21 08:14:05 +00:00
893bf5dfec Accepting request 783845 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/783845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=24
2020-03-11 17:54:55 +00:00
f0d5b8a9fe Accepting request 783239 from home:stroeder:branches:devel:languages:python:certbot
update to version 1.3.0

OBS-URL: https://build.opensuse.org/request/show/783239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=58
2020-03-11 13:46:19 +00:00
8a0538894d Accepting request 778031 from devel:languages:python:certbot
- update to version 1.2.0
  * Add directory field to error message when field is missing.
  * If MD5 hasher is not available, try it in non-security mode (fix for FIPS systems)
  * Support for Python 3.4 has been removed.
  * Fix collections.abc imports for Python 3.9.

OBS-URL: https://build.opensuse.org/request/show/778031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=23
2020-02-26 14:02:29 +00:00
59da1d1a22 - update to version 1.2.0
* Add directory field to error message when field is missing.
  * If MD5 hasher is not available, try it in non-security mode (fix for FIPS systems)
  * Support for Python 3.4 has been removed.
  * Fix collections.abc imports for Python 3.9.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=56
2020-02-21 15:40:54 +00:00
efb222412f Accepting request 766006 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/766006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=22
2020-01-21 20:01:51 +00:00
cdc834ca93 - update to version 1.1.0
* Support for Python 3.4 in Certbot and its ACME library is deprecated and will be
    removed in the next release of Certbot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=54
2020-01-21 09:48:27 +00:00
d1f54fbddb Accepting request 760673 from devel:languages:python:certbot
- update to version 1.0.0 (boo#1160066)
  * certbot-auto has deprecated support for systems using OpenSSL 1.0.1 
    that are not running on x86-64.
  * Certbot's config_changes subcommand has been removed
  * certbot.plugins.common.TLSSNI01 has 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.

OBS-URL: https://build.opensuse.org/request/show/760673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=21
2020-01-03 16:39:34 +00:00
2d5aaa97f7 - update to version 1.0.0 (boo#1160066)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=52
2020-01-03 13:53:48 +00:00
dfdb86e497 - update to version 1.0.0
* certbot-auto has deprecated support for systems using OpenSSL 1.0.1 
    that are not running on x86-64.
  * Certbot's config_changes subcommand has been removed
  * certbot.plugins.common.TLSSNI01 has 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=51
2020-01-03 11:22:21 +00:00
2cbd6e4e4b Accepting request 748664 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/748664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=20
2019-11-14 23:20:59 +00:00
50791d4be6 - update to version 0.40.1
* --server may now be combined with --dry-run.
  * --dry-run now requests fresh authorizations every time, fixing 
    the issue where it was prone to falsely reporting success.
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=49
2019-11-14 12:22:07 +00:00
f27e0cdfcc Accepting request 739155 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/739155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=19
2019-10-31 17:13:58 +00:00
a884cf944a Accepting request 739136 from home:RBrownSUSE:branches:devel:languages:python:certbot
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=47
2019-10-17 11:25:24 +00:00
2385b06152 Accepting request 734565 from devel:languages:python:certbot
- update to version 0.39.0
  * Support for Python 3.8 was added to Certbot and all of its components.
  * Don't send OCSP requests for expired certificates

OBS-URL: https://build.opensuse.org/request/show/734565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=18
2019-10-02 12:56:05 +00:00
cee2ff1c6b * Don't send OCSP requests for expired certificates
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=45
2019-10-02 10:18:07 +00:00
3b6dcfa605 - update to version 0.39.0
* Support for Python 3.8 was added to Certbot and all of its components.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=44
2019-10-02 10:03:02 +00:00
Ludwig Nussel
7a463bfcb1 Accepting request 730161 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/730161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=17
2019-09-13 12:59:01 +00:00
d6a4123c9d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=42 2019-09-11 13:17:43 +00:00
3ca69fc709 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=41 2019-09-11 12:44:07 +00:00
410d6a5f1f - update to version 0.38.0
* If Certbot fails to rollback your server configuration, the 
    error message links to the Let's Encrypt forum.
  * Replace platform.linux_distribution with distro.linux_distribution 
    as a step towards Python 3.8 support in Certbot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=40
2019-09-11 12:36:34 +00:00
ebc6ce17f9 Accepting request 726140 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/726140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=16
2019-08-28 14:03:48 +00:00
bd60f2c2ea - update to version 0.37.2
* nginx and apache fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=38
2019-08-26 10:52:13 +00:00
dc2921925e Accepting request 718247 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/718247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=15
2019-07-24 18:37:34 +00:00
Tomáš Chvátal
b056947f5d Accepting request 718240 from home:rfrohl:branches:devel:languages:python:certbot
fixed install checker error: python2-certbot would conflict with the old certbot package(for /usr/bin/certbot). Found with Leap 15

OBS-URL: https://build.opensuse.org/request/show/718240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=36
2019-07-24 13:11:14 +00:00
6056ffb4cc Accepting request 716056 from devel:languages:python:certbot
version bump

OBS-URL: https://build.opensuse.org/request/show/716056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=14
2019-07-18 13:21:33 +00:00
OBS User buildservice-autocommit
aac9942121 Accepting request 716056 from devel:languages:python:certbot
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/716056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=35
2019-07-18 13:21:33 +00:00
OBS User buildservice-autocommit
886ffeff4d Updating link to change in openSUSE:Factory/python-certbot revision 14.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=4fb386627c8185146e7ab6987ef6d4f8
2019-07-18 13:21:33 +00:00
ff2a60474b - update to version 0.36.0 (bsc#1141928)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=34
2019-07-18 08:14:50 +00:00
852b4898f9 - update to version 0.36.0
* Update the 'manage your account' help to be more generic.
  * 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=33
2019-07-17 13:45:34 +00:00
022cf5e472 Accepting request 710516 from devel:languages:python:certbot
- update to 0.35.1
  * Renewal parameter webroot_path is always saved.
  * Scripts in Certbot hook directories are no longer executed when 
    their filenames end in a tilde.

OBS-URL: https://build.opensuse.org/request/show/710516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=13
2019-06-18 12:59:27 +00:00
ab0d2c8ff8 - update to 0.35.1
* Renewal parameter webroot_path is always saved.
  * Scripts in Certbot hook directories are no longer executed when 
    their filenames end in a tilde.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=31
2019-06-18 09:44:00 +00:00
e390c0e8b1 Accepting request 705622 from devel:languages:python:certbot
up

OBS-URL: https://build.opensuse.org/request/show/705622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=12
2019-06-03 16:49:59 +00:00
66e78fa2ef OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=29 2019-05-18 23:41:52 +00:00
e270f53a96 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=28
2019-05-18 23:25:01 +00:00
fa7b084a1a Accepting request 702684 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/702684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=11
2019-05-14 11:43:41 +00:00