Package: python-certbot / 2.1.0-4

Metadata

Package Version Patches format
python-certbot 2.1.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 remove external images.patch | (download)

README.rst | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

  remove external image links in documentation
0002 preserve renewal keytype.patch | (download)

certbot/_internal/renewal.py | 8 8 + 0 - 0 !
tests/main_test.py | 4 2 + 2 - 0 !
tests/renewal_test.py | 243 144 + 99 - 0 !
3 files changed, 154 insertions(+), 101 deletions(-)

 renewal: fix key_type not being preserved on <v1.25.0 renewal configs
 Failure to take this patch would mean that people running certbot on bookworm
 would be involuntarily updated to use ECDSA keys, regardless of whether they
 were previously using RSA keys or not. This is clearly undesirable.