summaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-05-09 10:41:02 -0400
committerLeo Famulari <leo@famulari.name>2021-05-09 10:42:18 -0400
commit0f2b5f7f733dbc4c66c1e9f8dbb5189ba6f56a80 (patch)
tree3e90b35b11ec33442add58f7128c420bd84a6168 /gnu/packages/photo.scm
parentf661e6883ec345258634940ce5d52957e1bb90c3 (diff)
downloadguix-patches-0f2b5f7f733dbc4c66c1e9f8dbb5189ba6f56a80.tar
guix-patches-0f2b5f7f733dbc4c66c1e9f8dbb5189ba6f56a80.tar.gz
gnu: ExifTool: Fix CVE-2021-22204
* gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/photo.scm (perl-image-exiftool)[source]: Use it.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r--gnu/packages/photo.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 6a6601113c..943e8caa90 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -328,6 +328,7 @@ MTP, and much more.")
;; New releases may take a while to hit CPAN.
(string-append "https://www.sno.phy.queensu.ca/~phil/exiftool/"
"Image-ExifTool-" version ".tar.gz")))
+ (patches (search-patches "perl-image-exiftool-CVE-2021-22204.patch"))
(sha256
(base32
"0skm22b3gg1bfk0amklrprpva41m6mkrhqp0gi7z1nmcf9ypjh61"))))