diff options
| author | Leo Famulari | 2018-03-15 11:31:31 -0400 |
|---|---|---|
| committer | Leo Famulari | 2018-03-15 13:13:35 -0400 |
| commit | 20ecede9690cb7f75bc8fee60619a4adf82ba4d5 (patch) | |
| tree | 344df9989950e570466235c1f73ee8bc098570a3 /gnu/local.mk | |
| parent | 71f9ca53e58de6ecd4d1dcbc7647990ac4685665 (diff) | |
gnu: shadow: Fix CVE-2018-7169.
* gnu/packages/patches/shadow-CVE-2018-7169.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shadow)[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 165b83067..69e4d2b7b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1082,6 +1082,7 @@ dist_patch_DATA = \ %D%/packages/patches/scotch-test-threading.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ + %D%/packages/patches/shadow-CVE-2018-7169.patch \ %D%/packages/patches/shepherd-close-fds.patch \ %D%/packages/patches/shepherd-herd-status-sorted.patch \ %D%/packages/patches/shishi-fix-libgcrypt-detection.patch \ |