File certbot.changes of Package certbot

-------------------------------------------------------------------
Fri Jun 10 11:56:49 UTC 2022 - chris@computersalat.de

- 1.23.0 - 2022-02-08
  * Added
    - Added show_account subcommand, which will fetch the account information
      from the ACME server and show the account details (account URL and, if
      applicable, email address or addresses)
    - We deprecated support for Python 3.6 in Certbot and its ACME library.
      Support for Python 3.6 will be removed in the next major release of Certbot.
  * Fixed
    - GCP Permission list for certbot-dns-google in plugin documentation
    - dns-digitalocean used the SOA TTL for newly created records, rather than 30 seconds.
    - Revoking a certificate based on an ECDSA key can now be done with --key-path.
      See GH #8569.

-------------------------------------------------------------------
Tue Jul  6 21:13:33 UTC 2021 - chris@computersalat.de

- Update to 1.17.0
  * Added
    - Add Void Linux overrides for certbot-apache.
  * Changed
    - We changed how dependencies are specified between Certbot packages. For this
      and future releases, higher level Certbot components will require that lower
      level components are the same version or newer. More specifically, version X
      of the Certbot package will now always require acme>=X and version Y of a
      plugin package will always require acme>=Y and certbot=>Y. Specifying
      dependencies in this way simplifies testing and development.
    - The Apache authenticator now always configures virtual hosts which do not have
      an explicit ServerName. This should make it work more reliably with the
      default Apache configuration in Debian-based environments.
  * Fixed
    - When we increased the logging level on our nginx "Could not parse file" message,
      it caused a previously-existing inability to parse empty files to become more
      visible. We have now added the ability to correctly parse empty files, so that
      message should only show for more significant errors.
- Add certbot-repoze.sphinx.autointerface.patch to fix docs and man build error for certbot itself.
  Think there is an error with python-repoze.sphinx.autointerface package.

-------------------------------------------------------------------
Sun Jul 26 19:42:40 UTC 2020 - chris@computersalat.de

- 1.6.0 - 2020-07-07
  * Added
    - Certbot snaps are now available for the arm64 and armhf
      architectures.
    - Add minimal code to run Nginx plugin on NetBSD.
    - Make Certbot snap find externally snapped plugins
    - Function certbot.compat.filesystem.umask is a drop-in
      replacement for os.umask implementing umask for both UNIX and
      Windows systems.
    - 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.
        e.g. --preferred-chain "DST Root CA X3"
  * Changed
    - Allow session tickets to be disabled in Apache when mod_ssl is
      statically linked.
    - Generalize UI warning message on renewal rate limits
    - Certbot behaves similarly on Windows to on UNIX systems
      regarding umask, and the umask 022 is applied by default: all
      files/directories are not writable by anyone other than the user
      running Certbot and the system/admin users.
    - Read acmev1 Let's Encrypt server URL from renewal config as
      acmev2 URL to prepare for impending acmev1 deprecation.
  * Fixed
    - Cloudflare API Tokens may now be restricted to individual zones.
    - Don't use StrictVersion, but LooseVersion to check version
      requirements with setuptools, to fix some packaging issues with
      libraries respecting PEP404 for version string, with doesn't
      match StrictVersion requirements.
    - Certbot output doesn't refer to SSL Labs due to confusing scoring
      behavior.
    - Fix paths when calling to programs outside of the Certbot Snap,
      fixing the apache and nginx plugins on, e.g., CentOS 7.
- 1.5.0 - 2020-06-02
  * Added
    - Require explicit confirmation of snap plugin permissions before
      connecting.
  * Changed
    - Improved error message in apache installer when mod_ssl is not
      available.
  * Fixed
    - Add support for OCSP responses which use a public key hash
      ResponderID, fixing interoperability with Sectigo CAs.
    - Fix TLS-ALPN test that fails when run with newer versions of
      OpenSSL.

-------------------------------------------------------------------
Sun May 17 21:05:40 UTC 2020 - chris@computersalat.de

- Update to 1.4.0
  * Added
    - Turn off session tickets for apache plugin by default when appropriate.
    - 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 TLS-ALPN-01 challenge support in the acme library. Support of this
      challenge in the Certbot client is planned to be added in a future release.
    - Added minimal proxy support for OCSP verification.
    - On Windows, hooks are now executed in a Powershell shell instead of a CMD shell,
      allowing both *.ps1 and *.bat as valid scripts for Certbot.
  * Changed
    - Reorganized error message when a user entered an invalid email address.
    - Stop asking interactively if the user would like to add a redirect.
    - mock dependency is now conditional on Python 2 in all of our packages.
    - Deprecate certbot-auto on Gentoo, macOS, and FreeBSD.
  * Fixed
    - When using an RFC 8555 compliant endpoint, the acme library no longer sends the
      resource field in any requests or the type field when responding to challenges.
    - Fix nginx plugin crash when non-ASCII configuration file is being read (instead,
      the user will be warned that UTF-8 must be used).
    - 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.
      More details about these changes can be found on our GitHub repo.
- change symlink to certbot -> letsencrypt
- remove certbot-fix_constants.patch

-------------------------------------------------------------------
Sun Apr 19 17:51:32 UTC 2020 - chris@computersalat.de

- fix deps
  * requires python-future

-------------------------------------------------------------------
Mon Apr 13 18:26:50 UTC 2020 - chris@computersalat.de

- Update to 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).
  * Fixed
    - More details about these changes can be found on our GitHub
      repo.
- disable certbot-fix_constants.patch
  * create symlink letsencrypt -> certbot in /etc
- add certbot-renew_before_expiry.patch
  * now defaults to 5 days, cron is running every 4 days

-------------------------------------------------------------------
Sun Nov  3 12:14:17 UTC 2019 - chris@computersalat.de

- update to 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.
- remove obsolete
  * certbot-postfix
- fix deps, add missing
  * python-distro >= 1.0.1
  * python-future
  * python-typing

-------------------------------------------------------------------
Mon May 13 07:55:39 UTC 2019 - chris@computersalat.de

- update to 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.

  More details about these changes can be found on our GitHub repo.
  https://github.com/certbot/certbot/blob/master/CHANGELOG.md
- rework/rebase patches
  * certbot-cli.ini.patch
  * certbot-fix_constants.patch

-------------------------------------------------------------------
Fri Jan 25 22:11:41 UTC 2019 - chris@computersalat.de

- update to 0.30.1
  * Fixed
    - Always download the pinned version of pip in pipstrap to
      address breakages
    - Rename old,default.conf to old-and-default.conf to address
      commas in filenames breaking recent versions of pip.
    - Add VIRTUALENV_NO_DOWNLOAD=1 to all calls to virtualenv to
      address breakages from venv downloading the latest pip

  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-apache

  More details about these changes can be found on our GitHub repo.
  https://github.com/certbot/certbot/blob/master/CHANGELOG.md
- rework patches
  * certbot-cli.ini.patch
  * certbot-fix_constants.patch

-------------------------------------------------------------------
Thu Nov  1 14:46:27 UTC 2018 - chris@computersalat.de

- update to 0.27.1
  * Fixed
    * Fixed parameter name in OpenSUSE overrides for default
      parameters in the Apache plugin.
      Certbot on OpenSUSE works again.

  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-apache

  More details about these changes can be found on our GitHub
  repo: https://github.com/certbot/certbot/milestone/60?closed=1
- rebase patches
  * certbot-cli.ini.patch
  * certbot-fix_constants.patch
- fix deps
  * python-acme == %{version}
  * python(2)-requests-toolbelt >= 0.8.0
  * python-attrs
- add dns plugin subpackages
  * gehirn, linode, ovh, sakuracloud

-------------------------------------------------------------------
Sat Apr 14 14:27:18 UTC 2018 - ecsos@opensuse.org

- update to 0.23.0
  * Added
    - Support for OpenResty was added to the Nginx plugin.
  * Changed
    - The timestamps in Certbot's logfiles now use the system's 
      local time zone rather than UTC.
    - Certbot's DNS plugins that use Lexicon now rely on 
      Lexicon>=2.2.1 to be able to create and delete multiple 
      TXT records on a single domain.
    - certbot-dns-google's test suite now works without an internet
      connection.
  * Fixed
    - Removed a small window that if during which an error 
      occurred, Certbot wouldn't clean up performed challenges.
    - The parameters default and ipv6only are now removed from 
      listen directives when creating a new server block in the 
      Nginx plugin.
    - server_name directives enclosed in quotation marks in Nginx 
      are now properly supported.
    - Resolved an issue preventing the Apache plugin from starting 
      Apache when it's not currently running on RHEL and Gentoo 
      based systems.

  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 packages with changes other than 
  their version number were:

    certbot
    certbot-apache
    certbot-dns-cloudxns
    certbot-dns-dnsimple
    certbot-dns-dnsmadeeasy
    certbot-dns-google
    certbot-dns-luadns
    certbot-dns-nsone
    certbot-dns-rfc2136
    certbot-nginx

  More details about these changes can be found on our GitHub repo: 
  https://github.com/certbot/certbot/milestone/50?closed=1

-------------------------------------------------------------------
Thu Mar 22 23:14:55 UTC 2018 - ecsos@opensuse.org

- update to 0.22.2
  * Fixed
    - A type error introduced in 0.22.1 that would occur during 
      challenge cleanup when a Certbot plugin raises an exception 
      while trying to complete the challenge was fixed.
  
  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 packages with changes other than 
  their version number were:

    certbot

  More details about these changes can be found on our GitHub 
  repo: https://github.com/certbot/certbot/milestone/53?closed=1

- changes from 0.22.1
  * Changed
    - The ACME server used with Certbot's --dry-run and --staging 
      flags is now Let's Encrypt's ACMEv2 staging server which
      allows people to also test ACMEv2 features with these flags.
  * Fixed
    - The HTTP Content-Type header is now set to the correct value 
      during certificate revocation with new versions of the ACME
      protocol.
    - When using Certbot with Let's Encrypt's ACMEv2 server, 
      it would add a blank line to the top of chain.pem and between 
      the certificates in fullchain.pem for each lineage. 
      These blank lines have been removed.
    - Resolved a bug that caused Certbot's --allow-subset-of-names 
      flag not to work.
    - Fixed a regression in acme.client.Client that caused the 
      class to not work when it was initialized without 
      a ClientNetwork which is done by some of the other projects 
      using our ACME library.

  Despite us having broken lockstep, we are continuing to release 
  new versions of all Certbot components during releases for the t
  ime being, however, the only packages with changes other than
  their version number were:

    acme
    certbot

  More details about these changes can be found on our GitHub 
  repo: https://github.com/certbot/certbot/milestone/51?closed=1

-------------------------------------------------------------------
Wed Mar 14 11:24:47 UTC 2018 - ecsos@opensuse.org

- update to 0.22.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md

-------------------------------------------------------------------
Sat Jan 27 09:54:29 UTC 2018 - ecsos@opensuse.org

- update to 0.21.1
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md

-------------------------------------------------------------------
Mon Dec 11 18:18:50 UTC 2017 - ecsos@opensuse.org

- update to 0.20.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md

-------------------------------------------------------------------
Sat Oct  7 10:09:28 UTC 2017 - ecsos@opensuse.org

- update to 0.19.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md

-------------------------------------------------------------------
Mon Oct  2 11:34:36 UTC 2017 - jengelh@inai.de

- Trim filler wording from description. Replace U+2019 (quote) by
  apostrophe. Wrap long lines.
  Replace old RPM macros and commands.

-------------------------------------------------------------------
Sat Sep 23 08:35:27 UTC 2017 - ecsos@opensuse.org

- update to 0.18.2
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md

-------------------------------------------------------------------
Wed Sep 20 11:43:14 UTC 2017 - ecsos@opensuse.org

- BuildRequires for python-pyOpenSSL set to 17.0 because of
  convert python-acme into singlespec

-------------------------------------------------------------------
Mon Sep 11 21:19:17 UTC 2017 - ecsos@opensuse.org

- update to 0.18.1
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md

-------------------------------------------------------------------
Fri Aug 25 06:07:01 UTC 2017 - ecsos@opensuse.org

- On request from upstream switch server parameter in cli.ini from
  staging to production server.
- Change description in README.SUSE.

-------------------------------------------------------------------
Fri Aug 11 15:49:53 UTC 2017 - ecsos@opensuse.org

- update to 0.17.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
- update patch certbot-cli.ini.patch
  - remove deprecated parameter --standalone-supported-challenges
  - change preferred-challenges = tls-sni-01 to 
    preferred-challenges = tls-sni as in documentation

-------------------------------------------------------------------
Fri Jul  7 08:26:14 UTC 2017 - ecsos@opensuse.org

- update to 0.16.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md

-------------------------------------------------------------------
Sun Jun 11 08:50:48 UTC 2017 - ecsos@opensuse.org

- update to 0.15.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
  and https://github.com/certbot/certbot/milestone/37?closed=1

-------------------------------------------------------------------
Wed Jun  7 21:05:04 UTC 2017 - ecsos@opensuse.org

- add missing domain parameter in cli.ini

-------------------------------------------------------------------
Wed Jun  7 10:43:48 UTC 2017 - ecsos@opensuse.org

- add missing dependency to python-future
- rework README.SUSE and certbot.cron

-------------------------------------------------------------------
Thu Jun  1 17:02:12 UTC 2017 - ecsos@opensuse.org

- update to 0.14.2
  See https://github.com/certbot/certbot/milestone/40?closed=1

-------------------------------------------------------------------
Wed May 17 16:19:32 UTC 2017 - ecsos@opensuse.org

- update to 0.14.1
  See https://github.com/certbot/certbot/milestone/39?closed=1

-------------------------------------------------------------------
Tue May 16 11:59:56 UTC 2017 - ecsos@opensuse.org

- fix build error in Tumbleweed

-------------------------------------------------------------------
Mon May 15 18:14:55 UTC 2017 - ecsos@opensuse.org

- update t 0.14.0
  See https://github.com/certbot/certbot/milestone/35?closed=1

-------------------------------------------------------------------
Tue Apr 25 22:15:35 UTC 2017 - ecsos@opensuse.org

- update to 0.13.0
  See https://github.com/certbot/certbot/milestone/34?closed=1
  
-------------------------------------------------------------------
Mon Mar 27 07:06:35 UTC 2017 - ecsos@opensuse.org

- insert BuildRequires: python-packaging to prevent build errors
  for Leap 42.1

-------------------------------------------------------------------
Mon Mar  6 12:34:31 UTC 2017 - ecsos@opensuse.org

- change require version to python-requests >= 2.10

-------------------------------------------------------------------
Fri Mar  3 19:50:36 UTC 2017 - ecsos@opensuse.org

- update to 0.12.0
  See https://github.com/certbot/certbot/milestone/31?closed=1

-------------------------------------------------------------------
Wed Feb  8 23:18:58 UTC 2017 - ecsos@opensuse.org

- update to 0.11.1
  See https://github.com/certbot/certbot/milestone/33?closed=1
- update to 0.11.0
  See https://github.com/certbot/certbot/milestone/28?closed=1
  
-------------------------------------------------------------------
Sat Jan 28 12:52:25 UTC 2017 - ecsos@opensuse.org

- update to 0.10.2
  See https://github.com/certbot/certbot/milestone/32?closed=1

-------------------------------------------------------------------
Tue Jan 17 16:12:05 UTC 2017 - ecsos@opensuse.org

- update to 0.10.1
  See https://github.com/certbot/certbot/milestone/29?closed=1

-------------------------------------------------------------------
Wed Jan 11 22:18:41 UTC 2017 - ecsos@opensuse.org

- update to 0.10.0
  See https://github.com/certbot/certbot/milestone/24?closed=1

-------------------------------------------------------------------
Fri Jan  6 13:52:43 UTC 2017 - ecsos@opensuse.org

- rework README.SUSE
- fix sporadic build errors in doc section

-------------------------------------------------------------------
Tue Nov  1 08:54:17 UTC 2016 - ecsos@opensuse.org

- change certbot-cli.ini.patch
  The flag standalone-supported-challenges is deprecated. 
  It is now preferred-challenges instead.

-------------------------------------------------------------------
Thu Oct 20 16:34:26 UTC 2016 - ecsos@opensuse.org

- update to 0.9.3
  See https://github.com/certbot/certbot/milestone/27?closed=1
  
- update to 0.9.2
  See https://github.com/certbot/certbot/milestone/26?closed=1

- update to 0.9.1
  See https://github.com/certbot/certbot/milestone/25?closed=1

-------------------------------------------------------------------
Wed Oct  5 21:27:57 UTC 2016 - ecsos@opensuse.org

- update to 0.9.0
  See https://github.com/certbot/certbot/milestone/22?closed=1

-------------------------------------------------------------------
Mon Aug  1 08:07:42 UTC 2016 - ecsos@opensuse.org

- python-requests >= 2.0 is required by certbot

-------------------------------------------------------------------
Fri Jul 15 06:58:38 UTC 2016 - matwey.kornilov@gmail.com

- psutils >= 2.2.1 is required by certbot 0.8.1:
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve
    raise DistributionNotFound(req)
  pkg_resources.DistributionNotFound: psutil>=2.2.1

-------------------------------------------------------------------
Sat Jun 18 15:05:03 UTC 2016 - ecsos@opensuse.org

- update to 0.8.1

-------------------------------------------------------------------
Sun Jun  5 17:44:23 UTC 2016 - ecsos@opensuse.org

- update to 0.8.0

-------------------------------------------------------------------
Tue May 31 22:35:46 UTC 2016 - ecsos@opensuse.org

- update to 0.7.0

-------------------------------------------------------------------
Sat May 14 16:00:16 UTC 2016 - ecsos@opensuse.org

- rename packge letsencrypt to new name certbot
- change letsencrypt to certbot in spec file
- obsolete letsencrypt in spec
- Add patch certbot-fix_constants.patch to fix path locations from 
  letsencrypt to certbot
- update to 0.6.0

-------------------------------------------------------------------
Fri Apr  8 18:10:13 UTC 2016 - ecsos@opensuse.org

- update to 0.5.0

-------------------------------------------------------------------
Wed Mar  9 14:31:26 UTC 2016 - jweberhofer@weberhofer.at

- The /etc/letsencrypt/keys directory must exclusively be readable 
  by root

-------------------------------------------------------------------
Wed Mar  9 14:15:54 UTC 2016 - jweberhofer@weberhofer.at

- Fixed version dependency to python-setuptools

-------------------------------------------------------------------
Mon Mar  7 15:41:57 UTC 2016 - ecsos@opensuse.org

- update to 0.4.2

-------------------------------------------------------------------
Tue Mar  1 15:50:45 UTC 2016 - ecsos@opensuse.org

- update to 0.4.1

-------------------------------------------------------------------
Sun Feb 14 09:53:59 UTC 2016 - ecsos@opensuse.org

- clean spec
- don't build python-acme anymore, use seperate package instead
  because of correct errors in man and to run test within package 
  building
- move cli.ini changes from spec to patch file
- insert cron file

-------------------------------------------------------------------
Thu Feb 11 17:14:45 UTC 2016 - ecsos@opensuse.org

- update to 0.4.0

-------------------------------------------------------------------
Fri Jan 29 20:21:30 UTC 2016 - ecsos@opensuse.org

- update to 0.3.0

-------------------------------------------------------------------
Tue Jan 19 16:16:55 UTC 2016 - ecsos@opensuse.org

- update to 0.2.0
- remove no more needed versionstag patch

-------------------------------------------------------------------
Fri Jan  1 14:28:50 UTC 2016 - ecsos@opensuse.org

- add patch for versionstag mismatch

-------------------------------------------------------------------
Fri Dec 18 19:57:19 UTC 2015 - ecsos@opensuse.org

- update to 0.1.1

-------------------------------------------------------------------
Sun Dec 13 22:35:24 UTC 2015 - ecsos@opensuse.org

- update cli.ini parameters

-------------------------------------------------------------------
Fri Dec  4 16:01:08 UTC 2015 - ecsos@opensuse.org

- change from nighly git version to latest beta version 0.1.0  

-------------------------------------------------------------------
Sat Sep  5 15:12:13 UTC 2015 - ecsos@opensuse.org

- add man pages
- add python-letsencrypt-apache and python-letsencrypt-nginx

-------------------------------------------------------------------
Fri Sep  4 16:03:05 UTC 2015 - ecsos@opensuse.org

- add missing requirements

-------------------------------------------------------------------
Fri Aug  7 09:32:14 UTC 2015 - ecsos@opensuse.org

- inititial version: developer preview

openSUSE Build Service is sponsored by