Re: [PATCH] gnu: Add xinetd.

2017-02-01 Thread Ludovic Courtès
Hi! Thomas Danckaert skribis: > This patch provides the xinetd executables, I'll try my hand at > writing a xinetd service next... Unless there is already an > alternative to xinetd on GuixSD? There no such thing, but GNU Inetutils includes ‘inetd’ and it would be

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-31 Thread Thomas Danckaert
From: Leo Famulari <l...@famulari.name> Subject: Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd. Date: Tue, 31 Jan 2017 15:10:22 -0500 > I pushed with the following changes. > > I added more comments to the patch files. I think that patches should > include a li

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-31 Thread Leo Famulari
0:00:00 2001 > From: Thomas Danckaert <thomas.dancka...@gmail.com> > Date: Thu, 26 Jan 2017 11:35:50 +0100 > Subject: [PATCH] gnu: Add xinetd. > > * gnu/packages/web.scm (xinetd): New variable. > * gnu/packages/patches/xinetd-CVE-2013-4342.patch: New file. > * gnu/packages/patche

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-30 Thread Thomas Danckaert
From: Leo Famulari <l...@famulari.name> Subject: Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd. Date: Mon, 30 Jan 2017 17:38:21 -0500 Overall LGTM, but we should include at least the patch for the CVE-2013-4342, introduced here: https://github.com/xinetd-org/xinetd/pull/10

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-30 Thread Leo Famulari
hu, 26 Jan 2017 11:35:50 +0100 > Subject: [PATCH] gnu: Add xinetd. > > * gnu/packages/web.scm (xinetd): New variable. Overall LGTM, but we should include at least the patch for the CVE-2013-4342, introduced here: https://github.com/xinetd-org/xinetd/pull/10 And applied as 09-TCPMUX

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-26 Thread Thomas Danckaert
My apologies, I forgot to attach the improved patch... Thomas >From ae03afa6753e286c2bb4a58762e5419273f7002d Mon Sep 17 00:00:00 2001 From: Thomas Danckaert <thomas.dancka...@gmail.com> Date: Thu, 26 Jan 2017 11:35:50 +0100 Subject: [PATCH] gnu: Add xinetd. * gnu/packages/web.scm (xin

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-26 Thread Thomas Danckaert
From: Tobias Geerinckx-Rice <m...@tobias.gr> Subject: Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd. Date: Thu, 26 Jan 2017 14:58:53 +0100 [...] + (file-name (string-append name "-" version)) file-name is used mainly to avoid polluting the store with meaning

Re: [PATCH] gnu: Add xinetd.

2017-01-26 Thread Tobias Geerinckx-Rice
Thomas, On 26/01/17 11:43, Thomas Danckaert wrote: > This patch provides the xinetd executables[.] Thanks! > + (origin > + (method url-fetch) > + (uri "https://github.com/xinetd-org/xinetd/archive/\ > \xinetd-2-3-15.tar.gz") > + (file-name (string-append name "-" version))

[PATCH] gnu: Add xinetd.

2017-01-26 Thread Thomas Danckaert
to xinetd on GuixSD? cheers, Thomas >From e9709558ee99be799edb187bdb9857fdfc7f97c3 Mon Sep 17 00:00:00 2001 From: Thomas Danckaert <thomas.dancka...@gmail.com> Date: Thu, 26 Jan 2017 11:35:50 +0100 Subject: [PATCH] gnu: Add xinetd. * gnu/packages/web.scm (xinetd): New variable. --- gnu