diff -Nru python-certbot-nginx-1.25.0/certbot_nginx/_internal/constants.py python-certbot-nginx-1.29.0/certbot_nginx/_internal/constants.py --- python-certbot-nginx-1.25.0/certbot_nginx/_internal/constants.py 2022-03-16 18:16:28.000000000 +0000 +++ python-certbot-nginx-1.29.0/certbot_nginx/_internal/constants.py 2022-07-05 18:15:47.000000000 +0000 @@ -49,6 +49,10 @@ 'af85f6193808a44789a1d293e6cffa249cad9a21135940800958b8e3c72dbc69', 'a2a612fd21b02abaa32d9d11ac63d987d6e3054dbfa356de5800eea0d7ce17f3', '2d9648302e3588a172c318e46bff88ade46fc7a16d6afc85322776a04800d473', + '5e21cc66989f26ec46116d979421e538131cf8ab33ffff3f682fbfe491b0ace8', + 'f5615544105c4eee44f02a604e3e9ae55b3d5bad247160bb18731a0ac531af02', + '05a799c4db12f8e15e68219c98056824cbd5ae7b05863225318ae112f343880b', + 'dc81acfd9670f137d5abbccfe3438d9306d4b6a906439b0fbf6a6756272e7cc7', ] """SHA256 hashes of the contents of all versions of MOD_SSL_CONF_SRC""" diff -Nru python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf --- python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf 2022-03-16 18:16:28.000000000 +0000 +++ python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf 2022-07-05 18:15:47.000000000 +0000 @@ -2,7 +2,7 @@ # manually, Certbot will be unable to automatically provide future security # updates. Instead, Certbot will print and log an error message with a path to # the up-to-date file that you will need to refer to when manually updating -# this file. +# this file. Contents are based on https://ssl-config.mozilla.org ssl_session_cache shared:le_nginx_SSL:10m; ssl_session_timeout 1440m; diff -Nru python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf --- python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf 2022-03-16 18:16:28.000000000 +0000 +++ python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-old.conf 2022-07-05 18:15:47.000000000 +0000 @@ -2,7 +2,7 @@ # manually, Certbot will be unable to automatically provide future security # updates. Instead, Certbot will print and log an error message with a path to # the up-to-date file that you will need to refer to when manually updating -# this file. +# this file. Contents are based on https://ssl-config.mozilla.org ssl_session_cache shared:le_nginx_SSL:10m; ssl_session_timeout 1440m; diff -Nru python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf --- python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf 2022-03-16 18:16:28.000000000 +0000 +++ python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls12-only.conf 2022-07-05 18:15:47.000000000 +0000 @@ -2,7 +2,7 @@ # manually, Certbot will be unable to automatically provide future security # updates. Instead, Certbot will print and log an error message with a path to # the up-to-date file that you will need to refer to when manually updating -# this file. +# this file. Contents are based on https://ssl-config.mozilla.org ssl_session_cache shared:le_nginx_SSL:10m; ssl_session_timeout 1440m; diff -Nru python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf --- python-certbot-nginx-1.25.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf 2022-03-16 18:16:28.000000000 +0000 +++ python-certbot-nginx-1.29.0/certbot_nginx/_internal/tls_configs/options-ssl-nginx-tls13-session-tix-on.conf 2022-07-05 18:15:47.000000000 +0000 @@ -2,7 +2,7 @@ # manually, Certbot will be unable to automatically provide future security # updates. Instead, Certbot will print and log an error message with a path to # the up-to-date file that you will need to refer to when manually updating -# this file. +# this file. Contents are based on https://ssl-config.mozilla.org ssl_session_cache shared:le_nginx_SSL:10m; ssl_session_timeout 1440m; diff -Nru python-certbot-nginx-1.25.0/certbot_nginx.egg-info/PKG-INFO python-certbot-nginx-1.29.0/certbot_nginx.egg-info/PKG-INFO --- python-certbot-nginx-1.25.0/certbot_nginx.egg-info/PKG-INFO 2022-03-16 18:16:40.000000000 +0000 +++ python-certbot-nginx-1.29.0/certbot_nginx.egg-info/PKG-INFO 2022-07-05 18:15:55.000000000 +0000 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: certbot-nginx -Version: 1.25.0 +Version: 1.29.0 Summary: Nginx plugin for Certbot Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project Author-email: certbot-dev@eff.org License: Apache License 2.0 -Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins Classifier: Intended Audience :: System Administrators @@ -26,6 +25,3 @@ Classifier: Topic :: Utilities Requires-Python: >=3.7 License-File: LICENSE.txt - -UNKNOWN - diff -Nru python-certbot-nginx-1.25.0/certbot_nginx.egg-info/requires.txt python-certbot-nginx-1.29.0/certbot_nginx.egg-info/requires.txt --- python-certbot-nginx-1.25.0/certbot_nginx.egg-info/requires.txt 2022-03-16 18:16:40.000000000 +0000 +++ python-certbot-nginx-1.29.0/certbot_nginx.egg-info/requires.txt 2022-07-05 18:15:55.000000000 +0000 @@ -1,5 +1,5 @@ -acme>=1.25.0 -certbot>=1.25.0 -PyOpenSSL>=17.3.0 +acme>=1.29.0 +certbot>=1.29.0 +PyOpenSSL>=17.5.0 pyparsing>=2.2.1 setuptools>=41.6.0 diff -Nru python-certbot-nginx-1.25.0/debian/changelog python-certbot-nginx-1.29.0/debian/changelog --- python-certbot-nginx-1.25.0/debian/changelog 2022-03-20 22:40:57.000000000 +0000 +++ python-certbot-nginx-1.29.0/debian/changelog 2022-08-20 19:26:14.000000000 +0000 @@ -1,3 +1,11 @@ +python-certbot-nginx (1.29.0-1) unstable; urgency=medium + + * Add new upstream signing key. + * New upstream version 1.29.0 + * Bump S-V; no changes needed. + + -- Harlan Lieberman-Berg Sat, 20 Aug 2022 15:26:14 -0400 + python-certbot-nginx (1.25.0-1) unstable; urgency=medium * New upstream version 1.25.0 diff -Nru python-certbot-nginx-1.25.0/debian/control python-certbot-nginx-1.29.0/debian/control --- python-certbot-nginx-1.25.0/debian/control 2022-03-20 22:40:23.000000000 +0000 +++ python-certbot-nginx-1.29.0/debian/control 2022-08-20 19:23:18.000000000 +0000 @@ -6,8 +6,8 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3, - python3-acme-abi-1 (>= 1.25~), - python3-certbot-abi-1 (>= 1.25~), + python3-acme-abi-1 (>= 1.29~), + python3-certbot-abi-1 (>= 1.29~), python3-configargparse, python3-mock, python3-openssl, @@ -20,7 +20,7 @@ python3-six, python3-tz, python3-zope.interface -Standards-Version: 4.6.0.1 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/letsencrypt-team/certbot/certbot-nginx Vcs-Git: https://salsa.debian.org/letsencrypt-team/certbot/certbot-nginx.git Homepage: https://letsencrypt.org/ @@ -30,8 +30,8 @@ Architecture: all Depends: certbot, nginx, - python3-acme-abi-1 (>= 1.25~), - python3-certbot-abi-1 (>= 1.25~), + python3-acme-abi-1 (>= 1.29~), + python3-certbot-abi-1 (>= 1.29~), ${misc:Depends}, ${python3:Depends} Suggests: python-certbot-nginx-doc diff -Nru python-certbot-nginx-1.25.0/debian/upstream/signing-key.asc python-certbot-nginx-1.29.0/debian/upstream/signing-key.asc --- python-certbot-nginx-1.25.0/debian/upstream/signing-key.asc 2021-11-21 19:05:20.000000000 +0000 +++ python-certbot-nginx-1.29.0/debian/upstream/signing-key.asc 2022-04-26 02:27:45.000000000 +0000 @@ -162,6 +162,61 @@ cxjwbAMsnvPTfIO+e9VO+9xtffFpMEr8fzktY5juuL57ozVHSsojg8i438JcBlkN uGxO+9iNQjG0jyVwbsNzDA+Gc86mYOUiFuuontWXyRiEYiOljgVeNWWvuH1qRjc+ 0W/S3u3D1Xk0PaICbUpCOWeP9QisO+nXdO+JZtYo4NnMeFFZ2OrZH8fklj4vvsqt -3eue0KgZXhaoKFNU7H1FvOtLAvqmM7U4qKq4IlFN+hSa8DmfsfHcmVKa -=eWX8 +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 +VNe5EehiScY= +=jFkc -----END PGP PUBLIC KEY BLOCK----- diff -Nru python-certbot-nginx-1.25.0/PKG-INFO python-certbot-nginx-1.29.0/PKG-INFO --- python-certbot-nginx-1.25.0/PKG-INFO 2022-03-16 18:16:40.974364000 +0000 +++ python-certbot-nginx-1.29.0/PKG-INFO 2022-07-05 18:15:55.615947000 +0000 @@ -1,12 +1,11 @@ Metadata-Version: 2.1 Name: certbot-nginx -Version: 1.25.0 +Version: 1.29.0 Summary: Nginx plugin for Certbot Home-page: https://github.com/letsencrypt/letsencrypt Author: Certbot Project Author-email: certbot-dev@eff.org License: Apache License 2.0 -Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins Classifier: Intended Audience :: System Administrators @@ -26,6 +25,3 @@ Classifier: Topic :: Utilities Requires-Python: >=3.7 License-File: LICENSE.txt - -UNKNOWN - diff -Nru python-certbot-nginx-1.25.0/setup.py python-certbot-nginx-1.29.0/setup.py --- python-certbot-nginx-1.25.0/setup.py 2022-03-16 18:16:29.000000000 +0000 +++ python-certbot-nginx-1.29.0/setup.py 2022-07-05 18:15:48.000000000 +0000 @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -version = '1.25.0' +version = '1.29.0' install_requires = [ # We specify the minimum acme and certbot version as the current plugin @@ -9,7 +9,7 @@ # https://github.com/certbot/certbot/issues/8761 for more info. f'acme>={version}', f'certbot>={version}', - 'PyOpenSSL>=17.3.0', + 'PyOpenSSL>=17.5.0', 'pyparsing>=2.2.1', 'setuptools>=41.6.0', ]