17
0
Commit Graph

59 Commits

Author SHA256 Message Date
cc8d63972a - update to version 4.1.1
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=105
2025-06-13 14:46:02 +00:00
6d81a1c6ad - Update to 4.0.0:
* Added
    + The --preferred-profile and --required-profile flags allow requesting
      a profile.
  * Changed
    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
      left, if the lifetime is shorter than 10 days).
    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
    + removed acme.crypto_util._pyopenssl_cert_or_req_san
    + removed acme.crypto_util.dump_pyopenssl_chain
    + removed acme.crypto_util.gen_ss_cert
    + removed certbot.crypto_util.dump_pyopenssl_chain
    + removed certbot.crypto_util.pyopenssl_load_certificate
  * Fixed
    + Moved RewriteEngine on directive added during apache http01
      authentication to the end of the virtual host, so that it overwrites
      any RewriteEngine off directives that already exist and allows
      redirection to the challenge URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=103
2025-04-22 03:46:12 +00:00
e7e0b033e2 - update to version 3.3.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=101
2025-03-21 12:29:21 +00:00
9a11a25d82 - update to version 3.1.0
* sync with the main certbot package
- convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=98
2025-01-27 14:35:58 +00:00
be16d5275c - update to version 3.0.1
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=96
2024-12-03 14:56:35 +00:00
5a43d0b054 - update to version 2.11.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=93
2024-06-25 12:22:07 +00:00
218a22110c - update to 2.9.0:
* Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.
  * Disable old SSL versions and ciphersuites and remove SSLCompression off
  * Stop disabling TLS session tickets in Apache as it caused TLS
  * The error message when Certbot's Apache plugin is unable to
  * Tests execution for certbot, certbot-apache and certbot-nginx
  * Apache plugin now attempts to configure all VirtualHosts matching
    requested domain name instead of only a single one when answering
  * The grammar used by Augeas parser in Apache plugin was updated

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=91
2024-02-09 13:34:23 +00:00
c5fc2a3a37 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=90
2024-02-07 12:40:42 +00:00
246ac975b3 - update to version 2.8.0
* Added support for Alpine Linux distribution when is used the apache plugin

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=88
2023-12-07 10:48:14 +00:00
b53486bce5 - update to version 2.7.4
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=87
2023-11-16 13:00:03 +00:00
0a25ef431d - update to version 2.7.3
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=86
2023-10-31 08:12:33 +00:00
43d6b84d7e Accepting request 1091297 from home:mcalabkova:branches:devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1091297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=84
2023-06-07 17:04:34 +00:00
f310727064 - update to version 1.31.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=82
2022-10-27 08:20:45 +00:00
32aa59b36c - update to version 1.30.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=80
2022-09-21 17:56:01 +00:00
e7aa6c3762 - update to 1.29.0:
* --allow-subset-of-names will now additionally retry in cases where domains
    are rejected while creating or finalizing orders. This requires subproblem
    support from the ACME server
  * The show_account subcommand now uses the "newAccount" ACME endpoint to
    fetch the account data, so it doesn't rely on the locally stored account URL.
    This fixes situations where Certbot
    would use old ACMEv1 registration info with non-functional account URLs.
  * The generated Certificate Signing Requests are now generated as version 1
    instead of version 3. This resolves situations in where strict enforcement
    of PKCS#10 meant that CSRs that were generated as version 3 were rejected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=78
2022-07-11 13:24:06 +00:00
6d5293aa58 - update to 1.28.0:
* Updated Apache/NGINX TLS configs to document contents are based on ssl-config.mozilla.org
  * A change to order finalization has been made to the `acme` module and Certbot:
    - An order's `certificate` field will only be processed if the order's `status` is `valid`.
    - An order's `error` field will only be processed if the order's `status` is `invalid`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=76
2022-06-24 19:32:23 +00:00
ef7865f27d - update to version 1.27.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=74
2022-05-30 09:19:28 +00:00
7eb01cc61b - Update to version 1.26.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=72
2022-04-08 06:31:50 +00:00
Danilo Spinella
f399ff7016 Accepting request 941919 from home:dspinella:branches:devel:languages:python:certbot
- Update to version 1.22.0
  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/request/show/941919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=71
2021-12-21 19:05:09 +00:00
Danilo Spinella
8ccad1dad8 Accepting request 940329 from home:susnux:branches:devel:languages:python:certbot
Update to version 1.20.0, requires: SR#940327

OBS-URL: https://build.opensuse.org/request/show/940329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=70
2021-12-21 15:34:56 +00:00
ec3e7c02ca Accepting request 911273 from home:dspinella:branches:devel:languages:python:certbot
- update to version 1.18.0
  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/request/show/911273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=69
2021-08-11 06:04:15 +00:00
ac2882ced4 - update to version 1.17.0
* Add Void Linux overrides for certbot-apache.
  * 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=68
2021-07-30 08:48:27 +00:00
a3946bbc8e - update to version 1.16.0
* Require the latest certbot and acme plugins for simplicity

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=66
2021-06-24 09:26:40 +00:00
8b0d7821ac - update to version 1.15.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=64
2021-05-12 12:06:30 +00:00
6a5ff9ed7a - update to version 1.14.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=62
2021-04-14 15:16:18 +00:00
cd74d8905a * Drop merged patch 0001-Change-the-SUSE-override-to-use-apachectl.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=59
2021-03-08 08:53:51 +00:00
6d8761ed0f - update to version 1.13.0
* Support for Python 2 has been removed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=58
2021-03-08 08:43:31 +00:00
01f1e381e5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=56 2021-01-08 12:12:08 +00:00
6f501fa33d note some changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=54
2020-10-07 08:50:16 +00:00
a4f0bc0f6b - update to version 1.9.0
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=53
2020-10-07 08:43:32 +00:00
91787f2c99 - update to version 1.7.0
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=51
2020-08-21 08:41:40 +00:00
8a767a1cdc - update to version 1.6.0
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=49
2020-07-13 08:38:42 +00:00
b33e0c8205 - update to version 1.5.0
* Improved error message in apache installer when mod_ssl is not available.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=47
2020-06-11 12:19:05 +00:00
89ed0eaba5 - update to version 1.4.0
* Turn off session tickets for apache plugin by default when appropriate.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=45
2020-05-14 08:57:10 +00:00
3d2020875f - update to version 1.3.0
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=43
2020-03-11 13:44:03 +00:00
ce22914065 * Disable old SSL versions and ciphersuites and remove SSLCompression off
setting to follow Mozilla recommendations in Apache.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=41
2020-02-21 15:58:25 +00:00
ba79320960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=40 2020-02-21 15:32:41 +00:00
25af1ba0b1 - update to version 1.1.0
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=38
2020-01-21 09:41:34 +00:00
537717fbb9 - update to version 1.0.0 (boo#1160066)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=36
2020-01-03 13:55:45 +00:00
a82f0f268f - update to version 1.0.0
* The docs extras for the certbot-apache and certbot-nginx packages
    have been removed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=34
2020-01-03 11:31:17 +00:00
628b9a858f - update to version 0.40.1
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=32
2019-11-14 11:54:37 +00:00
2f8a06aa9d Accepting request 739137 from home:RBrownSUSE:branches:devel:languages:python:certbot
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=30
2019-10-17 11:25:43 +00:00
af71c0c4fa - update to version 0.38.0
* Fixed OS detection in the Apache plugin on Scientific Linux.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=28
2019-10-02 11:52:32 +00:00
3b8e410fdf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=27 2019-10-02 11:20:07 +00:00
506a099e36 - update to version 0.38.0
* Fixed OS detection in the Apache plugin on Scientific Linux.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=23
2019-09-11 12:38:09 +00:00
45643c2ad2 - update to version 0.37.2
* Turn off session tickets for apache plugin by default
  * Stop disabling TLS session tickets in Apache as it caused TLS 
    failures on some systems.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=21
2019-08-26 10:55:09 +00:00
OBS User buildservice-autocommit
e0753db224 Accepting request 716057 from devel:languages:python:certbot
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/716057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=19
2019-07-18 13:21:36 +00:00
OBS User buildservice-autocommit
c08e678a6a Updating link to change in openSUSE:Factory/python-certbot-apache revision 8.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=281f6a09706509bab663c07e15a7b818
2019-07-18 13:21:36 +00:00
8d96f9373a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=18 2019-07-18 08:26:25 +00:00
0ae604f1bf - update to version 0.36.0
* The error message when Certbot's Apache plugin is unable to 
    modify your Apache configuration has been improved.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=17
2019-07-17 13:46:59 +00:00