Package: certbot Version: 2.11.0-1 Tags: patch Hello,
since python3-cryptography 43.0.0-1 arrived in testing, certbot gives out warnings, which are particularly annoying when invoked from /etc/cron.d/certbot # certbot -q renew /usr/lib/python3/dist-packages/certbot/ocsp.py:238: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to this_update_utc. if not response_ocsp.this_update: /usr/lib/python3/dist-packages/certbot/ocsp.py:240: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to this_update_utc. if response_ocsp.this_update > now + timedelta(minutes=5): /usr/lib/python3/dist-packages/certbot/ocsp.py:242: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to next_update_utc. if response_ocsp.next_update and response_ocsp.next_update < now - timedelta(minutes=5): A patch is available at https://github.com/certbot/certbot/pull/9968/files Since upstream seems to be reluctant to tackle this issue, it would be great to fix it for debian unstable and testing. Please consider applying. Bye, Joerg
signature.asc
Description: PGP signature