Re: [PATCH 2/2] services: Add tlsdate-service.

2016-12-06 Thread Chris Marusich
Hi ng0! Neat, I never knew about tlsdate until now! ng0 writes: > * gnu/services/networking.scm (): New record type. > (%tlsdate-accounts): New variables. > (tlsdate-shepherd-service): New procedure. > (tlsdate-service-type): New variable. > * doc/guix.texi (Networking

[PATCH 1/1] gnu: tcsh: Fix out of bounds read.

2016-12-06 Thread Leo Famulari
* gnu/packages/patches/tcsh-fix-out-of-bounds-read.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/shells.scm (tcsh)[source]: Use it. --- gnu/local.mk | 1 + .../patches/tcsh-fix-out-of-bounds-read.patch | 31

Re: [PATCH] gnu: python-flask: Make python-click a propagated-input.

2016-12-06 Thread Chris Marusich
Marius Bakke writes: > Danny Milosavljevic writes: > >> * gnu/packages/python.scm (python-click)[native-inputs]: Move to ... >> [propagated-inputs]: ... here. >> --- >> gnu/packages/python.scm | 5 ++--- >> 1 file changed, 2 insertions(+), 3

Re: [PATCH 1/3] gnu: Add sshuttle.

2016-12-06 Thread Tobias Geerinckx-Rice
On 07/12/16 04:19, Tobias Geerinckx-Rice wrote: > +(native-inputs > + `(("python-pytest-runner" ,python-pytest-runner) > + [...] > + ;; For tests only. > + [...] Sic, by the way. Even ‘#:tests? #f’ builds fail without pytest-runner. Kind regards, T G-R signature.asc

[PATCH 3/3] gnu: Add sshoot.

2016-12-06 Thread Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (sshoot): New variable. --- gnu/packages/vpn.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index a856d69..b73f66d 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -235,3

[PATCH 2/3] gnu: Add python-argcomplete.

2016-12-06 Thread Tobias Geerinckx-Rice
* gnu/packages/python.scm (argcomplete): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d624229..fdf6289 100644 --- a/gnu/packages/python.scm +++

[PATCH 1/3] gnu: Add sshuttle.

2016-12-06 Thread Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (sshuttle): New variable. --- gnu/packages/vpn.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 6d50304..a856d69 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -4,6

[PATCH] gnu: Add python-sadisplay.

2016-12-06 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sadisplay): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d62422964..68c66b4ea 100644 --- a/gnu/packages/python.scm +++

Re: [PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-06 Thread ng0
Alex Kost writes: > ng0 (2016-12-06 20:04 +) wrote: > >> * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Create symlink to >> libreoffice in new phase. >> --- >> gnu/packages/libreoffice.scm | 11 ++- >> 1 file changed, 10 insertions(+), 1 deletion(-) >>

Re: [PATCH v3] daemon: Set ownership of kept build directories to the calling user.

2016-12-06 Thread Danny Milosavljevic
Hi Hartmut, > +#if defined(SO_PEERCRED) ... > +#else > +/* Setting these to -1 means: do not change */ > +settings.clientUid = -1; > +settings.clientGid = -1; > +#endif I think you also have to cast them there, so settings.clientUid

Re: [PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-06 Thread Alex Kost
ng0 (2016-12-06 20:04 +) wrote: > * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Create symlink to > libreoffice in new phase. > --- > gnu/packages/libreoffice.scm | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/libreoffice.scm

[PATCH] libreoffice symlink, v3

2016-12-06 Thread ng0
v3: uses with-directory-excursion

[PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-06 Thread ng0
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Create symlink to libreoffice in new phase. --- gnu/packages/libreoffice.scm | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index

Re: [PATCH] gnu: Add openfwwf-firmware.

2016-12-06 Thread Danny Milosavljevic
On Wed, 16 Nov 2016 21:29:18 -0600 Eric Bavier wrote: > + "This is firmware from Open FirmWare for WiFi networks (OpenFWWF) for > the > +Broadcom/AirForce chipset BCM43xx with Wirelss-Core Revision 5. It is used > by

[PATCH] libreoffice symlink, v2

2016-12-06 Thread ng0
Maybe the threaded patch can be shorter when with-directory-excursion is used?

[PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-06 Thread ng0
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Create symlink to libreoffice in new phase. --- gnu/packages/libreoffice.scm | 9 + 1 file changed, 9 insertions(+) diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index e02e4f4cd..8e08450a1 100644 ---

[PATCH] v3 .. Add epic5 irc client

2016-12-06 Thread ng0
Changes since the last patch (https://lists.gnu.org/archive/html/guix-devel/2016-10/msg00549.html): * removed gdbm * changed openssl to libressl (inline commented why) * explicitly pointed the config to the tls implementation * checked multiple networks for functionality, all work but... ... tls

[PATCH] gnu: Add epic5.

2016-12-06 Thread ng0
From: ng0 * gnu/packages/irc.scm (epic5): New variable. --- gnu/packages/irc.scm | 91 +++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index

Re: [PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-06 Thread Alex Kost
Hartmut Goebel (2016-12-06 11:42 +0100) wrote: > Am 05.12.2016 um 15:16 schrieb ng0: >> Okay, I have no preference for the symlink type or how it's >> done. >> Feel free to co-author your bits, there's no way I'm building >> libreoffice for the 8th time in 3 days for this minor change. > > Fair

Re: [PATCH 1/1] gnu: httpd: Fix CVE-2016-8740.

2016-12-06 Thread Leo Famulari
On Tue, Dec 06, 2016 at 10:24:58AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/patches/httpd-cve-2016-8740.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/web.scm (httpd)[source]: Use it. > > [...] > > > ---

Re: [PATCH v3] daemon: Set ownership of kept build directories to the calling user.

2016-12-06 Thread Ludovic Courtès
Hartmut Goebel skribis: > Fixes . > > * nix/libstore/globals.hh (Settings) Add clientUid and clientGid. > * nix/nix-daemon/nix-daemon.cc (daemonLoop] Store UID and GID of the > caller in settings. > * nix/libstore/build.cc (_chown): New

Re: [PATCH] gnu: Add vis

2016-12-06 Thread Marius Bakke
José Miguel Sánchez García writes: > Add vis (I hope it's finally correct!). Remember to add it after adding > libtermkey and lua-lpeg. Thanks! I only have very minor comments on this one ;-) > -- > José Miguel Sánchez García > From

Re: [PATCH] gnu: Add lua-lpeg

2016-12-06 Thread Marius Bakke
José Miguel Sánchez García writes: > Add lua-lpeg (I hope it's finally correct!) Cool! Nice to see some Lua love :) > -- > José Miguel Sánchez García > From 4ebd6648b2dcf1e02d39532173781b91850e4f41 Mon Sep 17 00:00:00 2001 > From:

Re: [PATCH] gnu: Add libtermkey

2016-12-06 Thread Marius Bakke
José Miguel Sánchez García writes: > Add libtermkey (I hope it's finally correct!) Hi José, Thanks for your contribution! The patch looks mostly good, see comments inline. > > -- > José Miguel Sánchez García > From 8ad5713a25aeb40b9021b30beba7b11d3cf432df Mon Sep 17

Re: Pytest update to 2.9.2

2016-12-06 Thread Hartmut Goebel
Am 05.12.2016 um 22:33 schrieb Leo Famulari: > + (substitute* "testing/test_argcomplete.py" > + (("def test_remove_dir_prefix" line) > +(string-append "@pytest.mark.skip" > + "(reason=\"Assumes that /usr exists.\")\n" > +

Re: [PATCH] gnu: libreoffice: Add 'libreoffice' symlink.

2016-12-06 Thread Hartmut Goebel
Am 05.12.2016 um 15:16 schrieb ng0: > Okay, I have no preference for the symlink type or how it's > done. > Feel free to co-author your bits, there's no way I'm building > libreoffice for the 8th time in 3 days for this minor change. Fair point :-) If I'm the only one asking for relative

Re: [PATCH 3/3] gnu: python2-notebook: Fix build.

2016-12-06 Thread Hartmut Goebel
Am 05.12.2016 um 22:44 schrieb Leo Famulari: > Otherwise LGTM, thanks! Push all three with you comments resolved. Thanks for reviewing. > I was just noticing this issue :) :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | |

Re: recent master hardware problems

2016-12-06 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> Chris Marusich writes: >> >>> ng0 writes: >>> I'm not sure how to describe this bug. I've just build and reconfigured a system update. All went well, but then I

Re: Add a pastebin client to the next guixsd image release

2016-12-06 Thread ng0
Ludovic Courtès writes: > Alex Kost skribis: > >> ng0 (2016-12-04 18:16 +) wrote: >> >>> I think the next release image for GuixSD should include >>> wgetpaste as a tool. This would make it possible for people who >>> are stuck in the image and who are doing

Re: Offloading to use Guile-SSH instead of lsh

2016-12-06 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > The ‘wip-guile-ssh’ branch is finally getting into shape. As soon as > a new Guile-SSH release is out, I’ll merge it on master. [...] > Before we put it in production on hydra.gnu.org :-) It’s now used on hydra.gnu.org and seems to work well, though

Re: [PATCH] doc: Correct example for 'wpa-supplicant-service-type'

2016-12-06 Thread Ludovic Courtès
alex.ter.we...@gmail.com skribis: > From 6356c26a14fe1f487eb7f185570420489a7f8d34 Mon Sep 17 00:00:00 2001 > From: Alex ter Weele > Date: Sun, 4 Dec 2016 20:46:14 -0500 > Subject: [PATCH] doc: Correct example for 'wpa-supplicant-service-type' > Applied with a

Re: [PATCH 1/1] gnu: httpd: Fix CVE-2016-8740.

2016-12-06 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/patches/httpd-cve-2016-8740.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/web.scm (httpd)[source]: Use it. [...] > --- /dev/null > +++ b/gnu/packages/patches/httpd-cve-2016-8740.patch Please make it a

Re: New python build system merged

2016-12-06 Thread Ludovic Courtès
Hi! Leo Famulari skribis: > On Tue, Nov 29, 2016 at 07:09:27PM +0100, Hartmut Goebel wrote: >> Am 29.11.2016 um 15:27 schrieb Ludovic Courtès: >> > Good. When you fix it (and other failures, if any), we can start a new >> > evaluation or merge directly in master (the sooner

Re: [PATCH] gnu: Add seq24.

2016-12-06 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, Dec 05, 2016 at 11:02:28AM +0100, Ricardo Wurmus wrote: >> * gnu/packages/music.scm (seq24): New variable. >> * gnu/packages/patches/seq24-rename-mutex.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Register patch. > >> diff --git