Re: 03/04: gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}.

2016-12-10 Thread Efraim Flashner
On Sun, Dec 11, 2016 at 01:02:14AM -0500, Leo Famulari wrote: > On Sat, Dec 10, 2016 at 08:03:24PM +, Efraim Flashner wrote: > > efraim pushed a commit to branch master > > in repository guix. > > > > commit a304b6c362dcfadfaa2cfe2a67f5e948f247fd51 > > Author: Efraim Flashner

Re: 03/04: gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}.

2016-12-10 Thread Leo Famulari
On Sun, Dec 11, 2016 at 01:02:14AM -0500, Leo Famulari wrote: > While poking around, I noticed there is a newer OpenJPEG release > (2.1.2), and a bunch of recent bugs: > > https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=openjpeg > > Especial CVE-2016-8332: > >

Re: 03/04: gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}.

2016-12-10 Thread Leo Famulari
On Sat, Dec 10, 2016 at 08:03:24PM +, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit a304b6c362dcfadfaa2cfe2a67f5e948f247fd51 > Author: Efraim Flashner > Date: Sat Dec 10 21:45:29 2016 +0200 > > gnu: openjpeg:

gnu: Add syncthing.

2016-12-10 Thread Petter
Hi, Syncthing is the first project to use the recently added Go build system. It's in a minimal state to aid in developing the build system and because it's a considerable job to add descriptions, synopsises and homepages to all these packages (55). Licenses are probably incorrect, unless

gnu: Add Go build system.

2016-12-10 Thread Petter
Hi, I've made an attempt at making a build system for Go. It seems to work, but it's not pretty. My Guix/Guile skills are bad, so keep your expectations to a minimum. Consider it something where there was nothing. I started with a copy of the GNU build system, removed code I felt wasn't

Re: [PATCH] gnu: Add denemo.

2016-12-10 Thread Ludovic Courtès
Kei Kebreau skribis: > From 656a59ee358362a9c3ec9b98f8e1a8cd1dc28b7f Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Fri, 9 Dec 2016 21:58:08 -0500 > Subject: [PATCH] gnu: Add denemo. > > * gnu/packages/music.scm (denemo): New variable. Perfect,

[PATCH 2/2] gnu: python-html5lib: Add dependency on python-webencodings.

2016-12-10 Thread Marius Bakke
* gnu/packages/python.scm (python-html5lib, python2-html5lib)[propagated-inputs]: Add python-webencodings. --- gnu/packages/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 690e0ae37..101d8bc25 100644 ---

[PATCH 0/2] Fix python-html5lib import.

2016-12-10 Thread Marius Bakke
I'm not sure if this is a recent dependency, but without this patch "import html5lib" complains about not finding webencodings module. Marius Bakke (2): gnu: Add python-webencodings. gnu: python-html5lib: Add dependency on python-webencodings. gnu/packages/python.scm | 43

[PATCH 1/2] gnu: Add python-webencodings.

2016-12-10 Thread Marius Bakke
* gnu/packages/python.scm (python-webencodings, python2-webencodings): New variables. --- gnu/packages/python.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b0e23b5c1..690e0ae37 100644 ---

Re: [PATCH 2/2] gnu: password-store: Don't run tests in parallel

2016-12-10 Thread Marius Bakke
Christopher Baines writes: > * gnu/packages/password-utils.scm (password-store): Don't run tests in > parallel, as it causes them to hang and the build to timeout. > --- > gnu/packages/password-utils.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git

Re: Guix gathering in Berlin, Dec. 12th

2016-12-10 Thread ng0
ng0 writes: > Ludovic Courtès writes: > >> Hello Guix! >> >> Ricardo Wurmus skribis: >> >>> Ludovic Courtès writes: >>> Hi! Ricardo Wurmus skribis: > @Ludo: at what time would you

[PATCH] gnu: services: Activate system prior to services

2016-12-10 Thread Christopher Baines
This patch fixes some issues I've had with the postgresql service and database locales. If system activation takes place before service activation, the locales are present and PostgreSQL can use them, but otherwise the PostgreSQL service is limited in the locales that can be used.

[PATCH] gnu: services: Activate system prior to services

2016-12-10 Thread Christopher Baines
* gnu/services.scm: Activate the current system prior to the services, as this allows the services to use the files from the system, for example locales, in the service activation process. --- gnu/services.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH 4/9] gnu: Add ghc-ieee754.

2016-12-10 Thread David Craven
Hi Leo! > Same issue about the GitHub page appearing out of date, since it doesn't > seem to have a 0.7.8 release tag. So I checked the github pages and the version string was updated, so the url's are still up to date. I opened an issue regarding release tagging

[PATCH 2/2] gnu: password-store: Don't run tests in parallel

2016-12-10 Thread Christopher Baines
* gnu/packages/password-utils.scm (password-store): Don't run tests in parallel, as it causes them to hang and the build to timeout. --- gnu/packages/password-utils.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index

[PATCH 1/2] gnu: password-store: Delete build phase

2016-12-10 Thread Christopher Baines
* gnu/packages/password-utils.scm (password-store): Remove the build phase, as it is unused. --- gnu/packages/password-utils.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index cf030ec..bdb3acf 100644 ---