17
0

111 Commits

Author SHA256 Message Date
64e5a394f6 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
3e589c1baa - 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
24d007db20 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
d36338f8bb - 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
2adfce7664 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
41f876cab9 - 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
adda0c736e 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
de0d7211c6 - 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
cefdfa1be9 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
d0665daec0 - 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
d63e268385 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
6268fd7438 - 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
d60426d341 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
97288be00b 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
ce03e10a75 - 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
905eb681ba 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
9c1ce367a8 - 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
a029e8a868 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
5f550adf27 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
a00d91f270 - 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
0d844b094f 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
087099aa1a - 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
d51506dae2 - 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
a0af021db6 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
b9164824dd - 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
338076de61 - 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
905c41185b - 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
1e2d048180 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
73b7706d75 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
c7c5d80a5a 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
b823fac398 - 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
ec7639f997 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
4efd9e6c33 - 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
047e93456a 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
ca12e39ae4 - 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
b2c5a5ae77 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
aa7c9767fe - 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
2d63878570 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
fb982d6409 - 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
e06cb08da6 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
af17c85d3d - 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
413e3f5cd2 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
3d9fb29869 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
0fdc07f409 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
Danilo Spinella
05e9fcd8df Accepting request 940330 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/940330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=63
2021-12-21 15:34:44 +00:00
Richard Brown
e536befce4 Accepting request 911371 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/911371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=30
2021-08-11 09:47:40 +00:00
464a9570ad Accepting request 911291 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/911291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=62
2021-08-11 06:19:11 +00:00
1046dd98d7 Accepting request 909362 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/909362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=29
2021-07-30 21:22:16 +00:00
a516c68bf8 - update to version 1.17.0
* 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=61
2021-07-30 08:53:28 +00:00
e91c8c9bac Accepting request 901692 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/901692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=28
2021-06-24 16:22:52 +00:00