Revisions of certbot

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 118)
- update to 0.25.1
  * Fixed
    - TLS-ALPN-01 support has been removed from our acme library. 
      Using our current dependencies, we are unable to provide 
      a correct implementation of this challenge so we decided 
      to remove it from the library until we can provide proper 
      support.
    - Issues causing test failures when running the tests in the 
      acme package with pytest<3.0 has been resolved.
    - certbot-nginx now correctly depends on acme>=0.25.0.
  
  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:
    - acme
    - certbot-nginx
  More details about these changes can be found on our GitHub repo: 
  https://github.com/certbot/certbot/milestone/56?closed=1
- update to 0.25.0
  * Added
    - Support for the ready status type was added to acme. Without 
      this change, Certbot and acme users will begin encountering 
      errors when using Let's Encrypt's ACMEv2 API starting on 
      June 19th for the staging environment and July 5th for 
      production. 
      See https://community.letsencrypt.org/t/acmev2-order-ready-status/62866 
      for more information.
    - Certbot now accepts the flag --reuse-key which will cause the 
      same key to be used in the certificate when the lineage is
buildservice-autocommit accepted request 603723 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 117)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 116)
- update to 0.24.0
  * Added
    - certbot now has an enhance subcommand which allows you to 
      configure security enhancements like HTTP to HTTPS redirects,
      OCSP stapling, and HSTS - without reinstalling a certificate.
    - certbot-dns-rfc2136 now allows the user to specify the port
      to use to reach the DNS server in its credentials file.
    - acme now parses the wildcard field included in authorizations
      so it can be used by users of the library.
  * Changed
    - certbot-dns-route53 used to wait for each DNS update to
      propagate before sending the next one, but now it sends all 
      updates before waiting which speeds up issuance for multiple 
      domains dramatically.
    - Certbot's official Docker images are now based on Alpine 
      Linux 3.7 rather than 3.4 because 3.4 has reached its
      end-of-life.
    - We've doubled the time Certbot will spend polling 
      authorizations before timing out.
    - The level of the message logged when Certbot is being used 
      with non-standard paths warning that crontabs for renewal 
      included in Certbot packages from OS package managers may not
      work has been reduced. This stops the message from being 
      written to stderr every time certbot renew runs.
  * Fixed
    - certbot-auto now works with Python 3.6.
  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:
buildservice-autocommit accepted request 596522 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 115)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 114)
- 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
buildservice-autocommit accepted request 590446 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 113)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 112)
- 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
buildservice-autocommit accepted request 587417 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 111)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 110)
- update to 0.22.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
buildservice-autocommit accepted request 570568 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 109)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 108)
- update to 0.21.1
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
buildservice-autocommit accepted request 556573 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 107)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 106)
- update to 0.20.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
buildservice-autocommit accepted request 532440 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 105)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 104)
- update to 0.19.0
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
buildservice-autocommit accepted request 530236 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 103)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 102)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 101)
- update to 0.18.2
  See https://github.com/certbot/certbot/blob/master/CHANGELOG.md
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 100)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 99)
Displaying revisions 121 - 140 of 238
openSUSE Build Service is sponsored by