summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2025-01-14 16:44:29 +0100
committerGitHub <noreply@github.com>2025-01-14 16:44:29 +0100
commit5b0d1704962b4634380c20f8ab5d23f80cbc5f52 (patch)
treeb11d9e81535931f61fac8d2944d7d0e6c895e878 /changelogs
parentAllows iptables chain creation with wait parameter (#84491) (diff)
downloadansible-5b0d1704962b4634380c20f8ab5d23f80cbc5f52.tar.xz
ansible-5b0d1704962b4634380c20f8ab5d23f80cbc5f52.zip
get_url: add support for BSD-style digest (#84485)
* Added support for BSD-style digest file to test checksum of downloaded file. Fixes: #84476 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/get_url_bsd_style_digest.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/get_url_bsd_style_digest.yml b/changelogs/fragments/get_url_bsd_style_digest.yml
new file mode 100644
index 0000000000..fe4a6f288c
--- /dev/null
+++ b/changelogs/fragments/get_url_bsd_style_digest.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - get_url - add support for BSD-style checksum digest file (https://github.com/ansible/ansible/issues/84476).