diff options
author | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-01-26 11:35:50 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-31 15:06:19 -0500 |
commit | 59ae241f7189252c72394fae2e2b85ca61b72755 (patch) | |
tree | a2eb3448c63639998c6fd9c8e6bd7b93bc7b7b6e /gnu/local.mk | |
parent | 9b11eee955fe788af45c376fb595c259fc4f9c52 (diff) | |
download | guix-59ae241f7189252c72394fae2e2b85ca61b72755.tar.gz guix-59ae241f7189252c72394fae2e2b85ca61b72755.zip |
gnu: Add xinetd.
* gnu/packages/web.scm (xinetd): New variable.
* gnu/packages/patches/xinetd-CVE-2013-4342.patch,
gnu/packages/patches/xinetd-fix-fd-leak.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add patches.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 269af5fe12..ead1f2f93f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -956,6 +956,8 @@ dist_patch_DATA = \ %D%/packages/patches/xfce4-panel-plugins.patch \ %D%/packages/patches/xfce4-session-fix-xflock4.patch \ %D%/packages/patches/xfce4-settings-defaults.patch \ + %D%/packages/patches/xinetd-fix-fd-leak.patch \ + %D%/packages/patches/xinetd-CVE-2013-4342.patch \ %D%/packages/patches/xmodmap-asprintf.patch \ %D%/packages/patches/libyaml-CVE-2014-9130.patch \ %D%/packages/patches/zathura-plugindir-environment-variable.patch |