diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-17 19:20:11 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-17 21:20:29 -0400 |
commit | b193fb2851eaa64e20cc4c01f7298c0a8a076a8c (patch) | |
tree | 391e790d4323539445c2480853171c9bb01d2ba6 /gnu/local.mk | |
parent | 6aa095f10c53588e3ac67a25539e53655256bbc0 (diff) | |
download | guix-b193fb2851eaa64e20cc4c01f7298c0a8a076a8c.tar guix-b193fb2851eaa64e20cc4c01f7298c0a8a076a8c.tar.gz |
gnu: shadow: Update to 4.5.
This fixes a regression introduced by the fix for CVE-2017-2616.
See <https://github.com/shadow-maint/shadow/pull/72> for more information.
* gnu/packages/admin.scm (shadow): Update to 4.5.
[source]: Remove patches.
* gnu/packages/patches/shadow-4.4-su-snprintf-fix.patch,
gnu/packages/patches/shadow-CVE-2017-2616.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1be412db3a..7dd45c892e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -967,8 +967,6 @@ dist_patch_DATA = \ %D%/packages/patches/screen-fix-info-syntax-error.patch \ %D%/packages/patches/sdl-libx11-1.6.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ - %D%/packages/patches/shadow-4.4-su-snprintf-fix.patch \ - %D%/packages/patches/shadow-CVE-2017-2616.patch \ %D%/packages/patches/slim-session.patch \ %D%/packages/patches/slim-config.patch \ %D%/packages/patches/slim-sigusr1.patch \ |