17
0

117 Commits

Author SHA256 Message Date
ad73a84c7e Accepting request 1334788 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1334788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=53
2026-02-24 17:31:27 +00:00
f5e2cfc230 - update to version 5.3.1
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=110
2026-02-24 15:07:01 +00:00
c7db644bf0 Accepting request 1332036 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1332036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=52
2026-02-09 18:29:34 +00:00
7483f12b3c - update to version 5.3.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=108
2026-02-09 12:59:49 +00:00
6de8a838e8 Accepting request 1327606 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1327606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=51
2026-01-17 13:54:33 +00:00
6dd3e467a4 - update to version 5.2.2
* Support for Python 3.14 was added.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=106
2026-01-15 14:00:29 +00:00
a9020d6b25 Accepting request 1311329 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1311329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=50
2025-10-14 16:10:52 +00:00
7dcf5d9949 - update to version 5.1.0
* certbot-nginx no longer creates and uses self-signed certificates as an
    intermediate step when installing certificates.
  * Fixed a bug in certbot-nginx that'd leave nginx configured with self-signed
    certificates if a user ran certbot enhance and they didn't have matching SSL
    server blocks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=104
2025-10-14 08:11:30 +00:00
970bc48650 Accepting request 1302594 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1302594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=49
2025-09-03 19:08:45 +00:00
33471463bd - update to version 5.0.0
* Python 3.9 support was removed
  * Migrated most functionality from setup.py to pyproject.toml
  * certbot-nginx no longer uses socket.gethostname when generating self-signed
    certificates for use as a temporary step of installing certificates as it
    would sometimes result in strings that are too long to be used in the common
    name of a certificate. The static domain "temp-certbot-nginx.invalid" is now
    used instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=102
2025-09-03 12:30:46 +00:00
7b9718ff04 Accepting request 1299131 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1299131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=48
2025-08-13 14:30:46 +00:00
12d6191fd9 - update to version 4.2.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=100
2025-08-12 16:04:49 +00:00
c77f3eebbe Accepting request 1286018 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1286018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=47
2025-06-16 10:26:32 +00:00
d70b88712b - update to version 4.1.1
* Switched to src-layout from flat-layout to accommodate PEP 517 pip
    editable installs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=98
2025-06-13 14:52:44 +00:00
892166f9db Accepting request 1271252 from devel:languages:python:certbot
- 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/request/show/1271252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=46
2025-04-22 15:29:15 +00:00
fda6c6111d - 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-nginx?expand=0&rev=96
2025-04-22 03:48:11 +00:00
1faace325c Accepting request 1254999 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1254999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=45
2025-03-21 19:23:33 +00:00
4c51d80526 - update to version 3.3.0
* certbot-nginx now requires pyOpenSSL>=25.0.0.
  * certbot-nginx now requires pyparsing>=2.4.7.
  * Allow nginx plugin to parse non-breaking spaces in nginx 
    configuration files.
  * When adding ssl listen directives in nginx server blocks, 
    IP addresses are now preserved.
  * Nginx configurations can now have the http block in files other
    than the root (nginx.conf)
  * Nginx server_name directives with internal comments now ignore
    commented names

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=94
2025-03-21 12:39:23 +00:00
8a68e4429c Accepting request 1240567 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1240567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=44
2025-01-27 19:57:25 +00:00
f9afebc354 expand glob in files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=92
2025-01-27 14:48:57 +00:00
83053940cc - 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-nginx?expand=0&rev=91
2025-01-27 14:40:39 +00:00
f501b740f1 Accepting request 1228077 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1228077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=43
2024-12-03 19:48:20 +00:00
fc8717ccc4 - 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-nginx?expand=0&rev=89
2024-12-03 14:58:04 +00:00
bc5bfb9584 Accepting request 1183179 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=42
2024-06-25 21:09:12 +00:00
69c35638dd sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=87
2024-06-25 12:53:48 +00:00
16398ae3c8 - 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-nginx?expand=0&rev=86
2024-06-25 12:23:49 +00:00
6c58d49c45 Accepting request 1157920 from devel:languages:python:certbot
- update to 2.9.0:
  * sync with the main certbot package

- Add %{?sle15_python_module_pythons}

  * The nginx authenticator now configures all matching HTTP and HTTPS vhosts for the HTTP-01
  * The docs extras for the certbot-apache and certbot-nginx
  * Follow updated Mozilla recommendations for Nginx ssl_protocols,
  * Stop disabling TLS session tickets in Nginx as it caused TLS
  * Match Nginx parser update in allowing variable names to start
  * Fix ranking of vhosts in Nginx so that all port-matching
- Split the module from the main certboot package

OBS-URL: https://build.opensuse.org/request/show/1157920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=41
2024-03-14 16:45:31 +00:00
77f112dfde - update to 2.9.0:
* sync with the main certbot package
  * The nginx authenticator now configures all matching HTTP and HTTPS vhosts for the HTTP-01
  * The docs extras for the certbot-apache and certbot-nginx
  * Follow updated Mozilla recommendations for Nginx ssl_protocols,
  * Stop disabling TLS session tickets in Nginx as it caused TLS
  * Match Nginx parser update in allowing variable names to start
  * Fix ranking of vhosts in Nginx so that all port-matching
- Split the module from the main certboot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=84
2024-03-14 09:57:35 +00:00
a65ead63f7 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=83
2024-02-07 12:43:10 +00:00
8cb809d46c Accepting request 1133012 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=40
2023-12-14 21:03:05 +00:00
0dd0884664 - update to version 2.8.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=81
2023-12-07 10:47:21 +00:00
7882e04dad - 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-nginx?expand=0&rev=80
2023-11-16 13:02:01 +00:00
443a483e75 - 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-nginx?expand=0&rev=79
2023-10-31 08:14:35 +00:00
d983e9dc10 Accepting request 1091314 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=39
2023-06-07 21:08:11 +00:00
3ab7c94481 Accepting request 1091308 from home:mcalabkova:branches:devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1091308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=77
2023-06-07 17:00:56 +00:00
76b5b7e094 Accepting request 1031494 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=38
2022-10-27 11:54:50 +00:00
aa365406a5 - 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-nginx?expand=0&rev=75
2022-10-27 08:22:47 +00:00
452ff9be7b Accepting request 1005276 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1005276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=37
2022-09-22 12:50:10 +00:00
6a695f2b5b - 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-nginx?expand=0&rev=73
2022-09-21 17:57:53 +00:00
47ea6a9d87 Accepting request 988445 from devel:languages:python:certbot
- 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/request/show/988445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=36
2022-07-11 17:10:31 +00:00
d17a882916 - 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-nginx?expand=0&rev=71
2022-07-11 13:25:46 +00:00
c846961a0a Accepting request 984966 from devel:languages:python:certbot
update to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/984966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=35
2022-06-25 08:24:52 +00:00
38a5e90b2e - 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-nginx?expand=0&rev=69
2022-06-24 19:31:47 +00:00
5947804638 Accepting request 979825 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/979825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=34
2022-05-30 10:44:42 +00:00
58c9dd1aa6 - 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-nginx?expand=0&rev=67
2022-05-30 09:22:58 +00:00
95165a7d0f Accepting request 967773 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/967773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=33
2022-04-08 20:46:09 +00:00
230fdf32af - update to version 1.26.0
* certbot-nginx now requires pyparsing>=2.2.1.
  * Nginx plugin now checks included files for the singleton server_names_hash_bucket_size directive.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=65
2022-04-08 11:18:08 +00:00
e01f9e2ece Accepting request 941957 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/941957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=32
2021-12-21 19:42:25 +00:00
Danilo Spinella
9070c9f4ac Accepting request 941956 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/941956
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=64
2021-12-21 19:27:03 +00:00
92c8981ddf Accepting request 941884 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/941884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=31
2021-12-21 17:40:56 +00:00