pkgsrc/security/py-acme/PLIST
fhajny 74add85d4c Update security/py-{acme,certbot} to 0.21.0.
### Added

- Support for the HTTP-01 challenge type was added to our Apache and Nginx
  plugins.
- IPv6 support was added to the Nginx plugin.
- Support for automatically creating server blocks based on the default server
  block was added to the Nginx plugin.
- The flags --delete-after-revoke and --no-delete-after-revoke were added
  allowing users to control whether the revoke subcommand also deletes the
  certificates it is revoking.

### Changed

- We deprecated support for Python 2.6 and Python 3.3 in Certbot and its ACME
  library.
- We split our implementation of JOSE (Javascript Object Signing and
  Encryption) out of our ACME library and into a separate package named josepy.
- We updated the ciphersuites used in Apache to the new values recommended by
  Mozilla

### Fixed

- An issue with our Apache plugin on Gentoo due to differences in their
  apache2ctl command have been resolved.
2018-01-22 13:37:25 +00:00

86 lines
2.9 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2018/01/22 13:37:25 fhajny Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/acme/__init__.py
${PYSITELIB}/acme/__init__.pyo
${PYSITELIB}/acme/__init__.pyc
${PYSITELIB}/acme/challenges.pyo
${PYSITELIB}/acme/challenges.pyc
${PYSITELIB}/acme/challenges_test.pyo
${PYSITELIB}/acme/challenges_test.pyc
${PYSITELIB}/acme/client.pyo
${PYSITELIB}/acme/client.pyc
${PYSITELIB}/acme/client_test.pyo
${PYSITELIB}/acme/client_test.pyc
${PYSITELIB}/acme/crypto_util.pyo
${PYSITELIB}/acme/crypto_util.pyc
${PYSITELIB}/acme/crypto_util_test.pyo
${PYSITELIB}/acme/crypto_util_test.pyc
${PYSITELIB}/acme/errors.pyo
${PYSITELIB}/acme/errors.pyc
${PYSITELIB}/acme/errors_test.pyo
${PYSITELIB}/acme/errors_test.pyc
${PYSITELIB}/acme/fields.pyo
${PYSITELIB}/acme/fields.pyc
${PYSITELIB}/acme/fields_test.pyo
${PYSITELIB}/acme/fields_test.pyc
${PYSITELIB}/acme/jws.pyo
${PYSITELIB}/acme/jws.pyc
${PYSITELIB}/acme/jws_test.pyo
${PYSITELIB}/acme/jws_test.pyc
${PYSITELIB}/acme/messages.pyo
${PYSITELIB}/acme/messages.pyc
${PYSITELIB}/acme/messages_test.pyo
${PYSITELIB}/acme/messages_test.pyc
${PYSITELIB}/acme/standalone.pyo
${PYSITELIB}/acme/standalone.pyc
${PYSITELIB}/acme/standalone_test.pyo
${PYSITELIB}/acme/standalone_test.pyc
${PYSITELIB}/acme/test_util.pyo
${PYSITELIB}/acme/test_util.pyc
${PYSITELIB}/acme/util.pyo
${PYSITELIB}/acme/util.pyc
${PYSITELIB}/acme/util_test.pyo
${PYSITELIB}/acme/util_test.pyc
${PYSITELIB}/acme/challenges.py
${PYSITELIB}/acme/challenges_test.py
${PYSITELIB}/acme/client.py
${PYSITELIB}/acme/client_test.py
${PYSITELIB}/acme/crypto_util.py
${PYSITELIB}/acme/crypto_util_test.py
${PYSITELIB}/acme/errors.py
${PYSITELIB}/acme/errors_test.py
${PYSITELIB}/acme/fields.py
${PYSITELIB}/acme/fields_test.py
${PYSITELIB}/acme/jws.py
${PYSITELIB}/acme/jws_test.py
${PYSITELIB}/acme/messages.py
${PYSITELIB}/acme/messages_test.py
${PYSITELIB}/acme/standalone.py
${PYSITELIB}/acme/standalone_test.py
${PYSITELIB}/acme/test_util.py
${PYSITELIB}/acme/testdata/README
${PYSITELIB}/acme/testdata/cert-100sans.pem
${PYSITELIB}/acme/testdata/cert-idnsans.pem
${PYSITELIB}/acme/testdata/cert-san.pem
${PYSITELIB}/acme/testdata/cert.der
${PYSITELIB}/acme/testdata/cert.pem
${PYSITELIB}/acme/testdata/critical-san.pem
${PYSITELIB}/acme/testdata/csr-100sans.pem
${PYSITELIB}/acme/testdata/csr-6sans.pem
${PYSITELIB}/acme/testdata/csr-idnsans.pem
${PYSITELIB}/acme/testdata/csr-nosans.pem
${PYSITELIB}/acme/testdata/csr-san.pem
${PYSITELIB}/acme/testdata/csr.der
${PYSITELIB}/acme/testdata/csr.pem
${PYSITELIB}/acme/testdata/dsa512_key.pem
${PYSITELIB}/acme/testdata/rsa1024_key.pem
${PYSITELIB}/acme/testdata/rsa2048_cert.pem
${PYSITELIB}/acme/testdata/rsa2048_key.pem
${PYSITELIB}/acme/testdata/rsa256_key.pem
${PYSITELIB}/acme/testdata/rsa512_key.pem
${PYSITELIB}/acme/util.py
${PYSITELIB}/acme/util_test.py