diff options
author | Leo Famulari <leo@famulari.name> | 2021-05-09 10:41:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-05-09 10:42:18 -0400 |
commit | 0f2b5f7f733dbc4c66c1e9f8dbb5189ba6f56a80 (patch) | |
tree | 3e90b35b11ec33442add58f7128c420bd84a6168 /gnu/local.mk | |
parent | f661e6883ec345258634940ce5d52957e1bb90c3 (diff) |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 37166bb2fc..c4bd88714c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1525,6 +1525,7 @@ dist_patch_DATA = \ %D%/packages/patches/perl-cross.patch \ %D%/packages/patches/perl-deterministic-ordering.patch \ %D%/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch \ + %D%/packages/patches/perl-image-exiftool-CVE-2021-22204.patch \ %D%/packages/patches/perl-io-socket-ssl-openssl-1.0.2f-fix.patch \ %D%/packages/patches/perl-net-amazon-s3-moose-warning.patch \ %D%/packages/patches/perl-net-dns-resolver-programmable-fix.patch \ |