diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-29 06:04:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-29 06:08:18 +0100 |
commit | e00d5b6bbf38a9d95164c07b82f615d439f2bd6a (patch) | |
tree | c48bb19b0f43733a303d8a54bc4dd97ef52587f9 /gnu/local.mk | |
parent | 73dd06546a80d3465d3afe8f6b256d6e8d681cfa (diff) | |
download | patches-e00d5b6bbf38a9d95164c07b82f615d439f2bd6a.tar patches-e00d5b6bbf38a9d95164c07b82f615d439f2bd6a.tar.gz |
gnu: xinetd: Update to 2.3.15.4 [fix build].
* gnu/packages/web.scm (xinetd): Update to 2.3.15.4.
[source]: Switch to openSUSE (and Debian) maintenance fork.
Remove obsolete patches.
[native-inputs]: Add automake, autoconf, libtool, and pkg-config.
[home-page]: Update.
* gnu/packages/patches/xinetd-CVE-2013-4342.patch,
gnu/packages/patches/xinetd-fix-fd-leak.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 a49c9109ab..88b0f98aa0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1466,8 +1466,6 @@ dist_patch_DATA = \ %D%/packages/patches/xf86-video-voodoo-pcitag.patch \ %D%/packages/patches/xfce4-panel-plugins.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/xsane-fix-memory-leak.patch \ %D%/packages/patches/xsane-fix-pdf-floats.patch \ %D%/packages/patches/xsane-fix-snprintf-buffer-length.patch \ |