diff options
Diffstat (limited to 'security/py-certbot-dns-cloudflare')
-rw-r--r-- | security/py-certbot-dns-cloudflare/distinfo | 6 | ||||
-rw-r--r-- | security/py-certbot-dns-cloudflare/files/patch-cloudflare | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-certbot-dns-cloudflare/distinfo b/security/py-certbot-dns-cloudflare/distinfo index 59543aa2a2d4..a836a8eae2c1 100644 --- a/security/py-certbot-dns-cloudflare/distinfo +++ b/security/py-certbot-dns-cloudflare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167597 -SHA256 (certbot_dns_cloudflare-4.0.0.tar.gz) = 3cc9752b1fbca8e16de8ccd23675d345505a529737855398db655b3413e711f8 -SIZE (certbot_dns_cloudflare-4.0.0.tar.gz) = 16391 +TIMESTAMP = 1751947306 +SHA256 (certbot_dns_cloudflare-4.1.1.tar.gz) = ab42e92ebac8909b40341d8fb0795bf4c938f71d1443bcda120c6ca8894d002a +SIZE (certbot_dns_cloudflare-4.1.1.tar.gz) = 16190 diff --git a/security/py-certbot-dns-cloudflare/files/patch-cloudflare b/security/py-certbot-dns-cloudflare/files/patch-cloudflare index a4acaa5b416a..a7cac35737b0 100644 --- a/security/py-certbot-dns-cloudflare/files/patch-cloudflare +++ b/security/py-certbot-dns-cloudflare/files/patch-cloudflare @@ -1,5 +1,5 @@ ---- certbot_dns_cloudflare/_internal/dns_cloudflare.py.orig 2025-02-11 19:57:38 UTC -+++ certbot_dns_cloudflare/_internal/dns_cloudflare.py +--- src/certbot_dns_cloudflare/_internal/dns_cloudflare.py.orig 2025-02-11 19:57:38 UTC ++++ src/certbot_dns_cloudflare/_internal/dns_cloudflare.py @@ -100,12 +100,12 @@ class _CloudflareClient: # We can't use named arguments in this case, as it would break compatibility with # the Cloudflare library since version 2.10.1, as the `token` argument was used for |