From 7c8733c2587053ae7931561c19b7dd1e1802434331df1580f9bbc38a7117b07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 26 Aug 2019 10:58:03 +0000 Subject: [PATCH] - update to version 0.37.2 * Follow updated Mozilla recommendations for Nginx ssl_protocols, ssl_ciphers, and ssl_prefer_server_ciphers * Stop disabling TLS session tickets in Nginx as it caused TLS failures on some systems. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=21 --- certbot-nginx-0.36.0.tar.gz | 3 --- certbot-nginx-0.37.2.tar.gz | 3 +++ python-certbot-nginx.changes | 9 +++++++++ python-certbot-nginx.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 certbot-nginx-0.36.0.tar.gz create mode 100644 certbot-nginx-0.37.2.tar.gz diff --git a/certbot-nginx-0.36.0.tar.gz b/certbot-nginx-0.36.0.tar.gz deleted file mode 100644 index e328a7d..0000000 --- a/certbot-nginx-0.36.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c34e6114dd8204b6667f101579dd9ab2b38fef0dd5a15702585edcb2aefb322 -size 76634 diff --git a/certbot-nginx-0.37.2.tar.gz b/certbot-nginx-0.37.2.tar.gz new file mode 100644 index 0000000..09a7e03 --- /dev/null +++ b/certbot-nginx-0.37.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404f7b5b7611f0dce8773739170f306e94a59b69528cb74337e7f354936ac061 +size 76895 diff --git a/python-certbot-nginx.changes b/python-certbot-nginx.changes index 8a7409b..939315b 100644 --- a/python-certbot-nginx.changes +++ b/python-certbot-nginx.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 26 10:43:03 UTC 2019 - Marketa Calabkova + +- update to version 0.37.2 + * Follow updated Mozilla recommendations for Nginx ssl_protocols, + ssl_ciphers, and ssl_prefer_server_ciphers + * Stop disabling TLS session tickets in Nginx as it caused TLS + failures on some systems. + ------------------------------------------------------------------- Wed Jul 17 13:38:07 UTC 2019 - Marketa Calabkova diff --git a/python-certbot-nginx.spec b/python-certbot-nginx.spec index 799d0e4..a211f2b 100644 --- a/python-certbot-nginx.spec +++ b/python-certbot-nginx.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot-nginx -Version: 0.36.0 +Version: 0.37.2 Release: 0 Summary: Nginx plugin for Certbot License: Apache-2.0