Re: [PATCH] gnu: Add python2-jsonrpclib

2016-06-09 Thread Ben Woodcroft
On 10/06/16 10:14, Daniel Pimentel wrote: Hi guix, Add python2-jsonrpclib package for Guix in attach. Thanks, Thank you. I had a brief look over it. Can you add a comment as to why the tests were not run please? I also note that this is a python2 library according to the package name,

[PATCH] gnu: Add python2-jsonrpclib

2016-06-09 Thread Daniel Pimentel
Hi guix, Add python2-jsonrpclib package for Guix in attach. Thanks, -- Daniel Pimentel (aka d4n1)From 5e96d11f9569c111a9c07fa82432d5899a2e7bdc Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Thu, 9 Jun 2016 21:08:23 -0300 Subject: [PATCH] gnu: Add python-jsonrpclib --- gnu/packages/pyth

Re: [PATCH 0/3] Expat and libxslt changes for core-updates

2016-06-09 Thread Leo Famulari
On Thu, Jun 09, 2016 at 12:43:17PM -0400, Leo Famulari wrote: > On Wed, Jun 08, 2016 at 01:10:16PM +0300, Efraim Flashner wrote: > > FWIW debian's expat-2.1.1(-3) still has the cve-2015-1283 applied. > > I looked at the expat Git repo and the original fix for CVE-2015-1283 > was part of 2.1.1. The

Re: [PATCH] Add googletest

2016-06-09 Thread Lukas Gradl
Efraim Flashner writes: > On Sun, Jun 05, 2016 at 04:09:28PM -0500, Lukas Gradl wrote: >> Efraim Flashner writes: >> >> > On Thu, Jun 02, 2016 at 10:44:58AM -0500, Lukas Gradl wrote: >> >> >> >> Hi Leo, >> >> >> > ... >> >> >> >> The tool "pump.py" is distributed with the Googletest source.

[Patch] Tmux Themepack

2016-06-09 Thread Matthew Jordan
Good Day, This patch to add the tmux themepack. >From 9d400b025a3d60bc29b58ba0bf1301a418ba7aa2 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Wed, 18 May 2016 18:20:30 -0400 Subject: [PATCH] gnu: Add Tmux themepack * gnu/packages/tmux.scm: (tmux-themepack): New variable. --- gnu/packages/

Re: [PATCH] gnu: Add higan.

2016-06-09 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> In what sense is it unsuitable? It’s OK to have a couple of patches, >>> but it’s not quite OK to host a fork of the upstream pack

Re: [Patch] go@1.4 Updated patch

2016-06-09 Thread Matthew Jordan
Good Day, I have updated the package in accordance with the suggestions made. >From 16ff70593c243290d0fe6288e75caeb2897d292c Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 26 May 2016 08:57:16 -0400 Subject: [PATCH] gnu: Add go@1.4 * gnu/local.mk: Modified file. * gnu/packages/golang.

Re: [PATCH] gnu: Add guile-gnome

2016-06-09 Thread David Pirotte
> > > ... > > > +(modify-phases %standard-phases > > > + (add-before 'configure 'pre-configure > > > + (lambda* (#:key outputs #:allow-other-keys) > > > + (let ((out (assoc-ref outputs "out"))) > > > + (substitute* (find-files "." "^

Re: [PATCH] Add googletest

2016-06-09 Thread Efraim Flashner
On Sun, Jun 05, 2016 at 04:09:28PM -0500, Lukas Gradl wrote: > Efraim Flashner writes: > > > On Thu, Jun 02, 2016 at 10:44:58AM -0500, Lukas Gradl wrote: > >> > >> Hi Leo, > >> > > ... > >> > >> The tool "pump.py" is distributed with the Googletest source. It > >> appears to be a part of the s

Re: PATCH: version bump st to 0.6

2016-06-09 Thread Efraim Flashner
On Thu, Jun 09, 2016 at 04:45:12PM +, ng0 wrote: > From version 0.5 to version 0.6 > > Works - written in st as terminal. > > From 1969258591596412321d5ffac6f15b4d863ed451 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 9 Jun 2016 16:40:34 + > Subject: [PATCH] gnu: st: Update to 0.6 >

Re: [PATCH] version bump weechat 1.4 -> 1.5

2016-06-09 Thread Efraim Flashner
On Thu, Jun 09, 2016 at 04:16:04PM +, ng0 wrote: > Appended is an update from weechat-1.4 to weechat-1.5, > tested, compiled, started succesfully but not connected > to a server (my locale is having problems leaking into > applications) > > From 351c120d7bb5688a81e3e796f01d452330a8c22c Mon Sep

[PATCH 0/1] Expat security update

2016-06-09 Thread Leo Famulari
We take a patch from Debian, apparently written by the Expat maintainer [0], to fix two recently disclosed bugs. Your review is requested. [0] The commit hash in the patch doesn't seem to exist anywhere on the internet besides the Debian servers. It doesn't exist in the Expat Git repo. Leo Famula

[PATCH 1/1] gnu: expat: Fix CVE-2012-6702 and CVE-2016-5300.

2016-06-09 Thread Leo Famulari
* gnu/packages/patches/expat-CVE-2012-6702-and-CVE-2016-5300.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (expat): Use it. --- gnu/local.mk | 1 + .../expat-CVE-2012-6702-and-CVE-2016-5300.patch| 142 +

PATCH: version bump st to 0.6

2016-06-09 Thread ng0
From version 0.5 to version 0.6 Works - written in st as terminal. From 1969258591596412321d5ffac6f15b4d863ed451 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 9 Jun 2016 16:40:34 + Subject: [PATCH] gnu: st: Update to 0.6 * gnu/packages/suckless.scm (st): Update to 0.6. --- gnu/packages/suc

Re: [PATCH 0/3] Expat and libxslt changes for core-updates

2016-06-09 Thread Leo Famulari
On Wed, Jun 08, 2016 at 01:10:16PM +0300, Efraim Flashner wrote: > FWIW debian's expat-2.1.1(-3) still has the cve-2015-1283 applied. I looked at the expat Git repo and the original fix for CVE-2015-1283 was part of 2.1.1. The improvement to the fix must be backported. I will take the upstream com

Re: [PATCH 0/3] Expat and libxslt changes for core-updates

2016-06-09 Thread Leo Famulari
On Wed, Jun 08, 2016 at 01:10:16PM +0300, Efraim Flashner wrote: > On Tue, Jun 07, 2016 at 08:54:05PM -0400, Leo Famulari wrote: > > gnu: expat: Fix CVE-2016-0718. > > gnu: Remove unused patch. > > gnu: libxslt: Update to 1.1.29. > > FWIW debian's expat-2.1.1(-3) still has the cve-2015-1283

Re: [PATCH 1/3] gnu: expat: Fix CVE-2016-0718.

2016-06-09 Thread Leo Famulari
On Wed, Jun 08, 2016 at 03:25:39PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > This "cherry-picks" part of 119b83989dd9edd1e8ba6cd379d159d024cbc61d > > from the master branch to core-updates. > > > > * gnu/packages/xml.scm (expat)[source]: Use patch. > > LGTM, but is expat-CVE-20

[PATCH] version bump weechat 1.4 -> 1.5

2016-06-09 Thread ng0
Appended is an update from weechat-1.4 to weechat-1.5, tested, compiled, started succesfully but not connected to a server (my locale is having problems leaking into applications) From 351c120d7bb5688a81e3e796f01d452330a8c22c Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 9 Jun 2016 16:01:54 +

Re: Everything segfaults

2016-06-09 Thread Paul van der Walt
On 2016-06-09 at 17:11, quoth Roel Janssen: > Maybe this question belongs to help-g...@gnu.org instead. Ah! I'll use that forum instead, thanks for the pointer. Sorry for the spam. p.

Re: Everything segfaults

2016-06-09 Thread Roel Janssen
Paul van der Walt writes: > Hello Guix, > > It's been a while, so i apologise for asking what are probably dumb > questions. > > Quite a while ago i ran into this issue where (it might have been after > a system upgrade including libc and such, i'm using git Guix on Arch > Linux) all binaries seg

Everything segfaults

2016-06-09 Thread Paul van der Walt
Hello Guix, It's been a while, so i apologise for asking what are probably dumb questions. Quite a while ago i ran into this issue where (it might have been after a system upgrade including libc and such, i'm using git Guix on Arch Linux) all binaries segfault. I didn't really have time to look

Re: Implementing guix system rollback / switch-generation

2016-06-09 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > The problem with system rollback, as you’ve seen, is that we lack > information about the old system, such as what its activation script is > and what its Shepherd services are. > > We could add the activation script’s file name to the ‘parameters’ file > t