mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: procmail: Fix CVE-2017-16844.
* gnu/packages/patches/procmail-CVE-2017-16844.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (procmail)[source]: Use it.
This commit is contained in:
parent
3ebbf6d218
commit
c297e965d5
3 changed files with 28 additions and 1 deletions
|
@ -1611,7 +1611,8 @@ deliver it in various ways.")
|
|||
;; getline() in formail.c. The patch is provided by Debian as
|
||||
;; patch 24.
|
||||
(patches (search-patches "procmail-ambiguous-getline-debian.patch"
|
||||
"procmail-CVE-2014-3618.patch"))))
|
||||
"procmail-CVE-2014-3618.patch"
|
||||
"procmail-CVE-2017-16844.patch"))))
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue