[PATCH] gnu: mysql: Update to 5.7.17.

2017-01-01 Thread Alex Vong
Hello, This upgrades mysql to 5.7.17. From d1e28eabd4c225c89dea6fecfca5a08e6b89594a Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Sun, 1 Jan 2017 16:15:51 +0800 Subject: [PATCH] gnu: mysql: Update to 5.7.17. * gnu/packages/databases.scm (mysql): Update to 5.7.17. --- gnu/packages/databases.sc

Re: Remove duplicates in AUTHORS file before the release

2017-01-01 Thread Alex Kost
Alex Kost (2016-12-20 16:57 +0300) wrote: > Hello, if it's not too late for the release, I think it would be good to > adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if > it's too late, it would be good anyway). > > As you can check with "git --no-pager shortlog -nse", there

[PATCH] gnu: diffoscope: Embed tool references.

2017-01-01 Thread Ricardo Wurmus
Fixes . * gnu/packages/package-management.scm (diffoscope)[inputs]: Add colordiff and vim. [arguments]: Add "embed-tool-references" build phase to embed references to "colordiff", "xxd", and "readelf". --- gnu/packages/package-management.scm | 23 +--

[PATCH] gnu: mariadb: Update to 10.1.20.

2017-01-01 Thread Alex Vong
Hello, This patch upgrades mariadb to 10.1.20. From 93fb3a2485589b9c7582e9df20d3e96d289b0a30 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Sun, 1 Jan 2017 18:45:40 +0800 Subject: [PATCH] gnu: mariadb: Update to 10.1.20. * gnu/packages/databases.scm (mariadb): Update to 10.1.20. --- gnu/packag

Re: [PATCH 01/10] gnu: Add dummy linker for propeller-elf.

2017-01-01 Thread Ricardo Wurmus
Kei Kebreau writes: > Also, openspin does not build reproducibly. Thanks for letting me know. I’ve identified the cause (embedded __DATE__) and fixed it. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC http://elephly.net

Re: [PATCH 02/12] build-system: Add cargo build system.

2017-01-01 Thread David Craven
Yes this is a bug. Before modifying Cargo.toml we should chmod +w. Thank you for reporting it. The home-page issue in the importer also needs fixing. I expressed being against deduplicating the inputs because I think that that is subject to change in the future.

Fix bug #25304 (restore libtool ltmain.sh shebang)

2017-01-01 Thread ng0
The file which ends up in the store now has /bin/sh as shebang and the bug should be fixed in theory.

[PATCH] gnu: libtool: Restore ltmain.sh shebang.

2017-01-01 Thread ng0
This fixes * gnu/packages/autotools.scm (libtool): Restore ltmain.sh shebang. [arguments]: Use 'modify-phases' syntax. Add new phase 'restory-ltmain-shebang'. --- gnu/packages/autotools.scm | 37 +++-- 1 file changed, 23 insertions(+),

Re: [PATCH] gnu: libtool: Restore ltmain.sh shebang.

2017-01-01 Thread Ricardo Wurmus
ng0 writes: > This fixes > > * gnu/packages/autotools.scm (libtool): Restore ltmain.sh shebang. > [arguments]: Use 'modify-phases' syntax. Add new phase > 'restory-ltmain-shebang'. Please separate these two changes. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150

[PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-01 Thread ng0
* gnu/packages/autotools.scm (libtool): Use 'modify-phases'. [arguments]: Use 'modify-phases'. --- gnu/packages/autotools.scm | 32 ++-- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 72492e7

[PATCH 2/2] gnu: libtool: Restore ltmain.sh shebang.

2017-01-01 Thread ng0
This fixes * gnu/packages/autotools.scm (libtool): Restore ltmain.sh shebang. [arguments]: Add new phase 'restory-ltmain-shebang'. --- gnu/packages/autotools.scm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/autotools.scm b/gn

Add neo-layout to kbd

2017-01-01 Thread ng0
We talked about this in september, this adds the neo layout to kbd. The problem I have can be reproduced by trying to build kbd after adding both patches.

[PATCH 1/2] gnu: Add kbd-neo.

2017-01-01 Thread ng0
* gnu/packages/linux.scm (kbd-neo): New variable. --- gnu/packages/linux.scm | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f0d01ece2..196ae8c49 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/l

[PATCH 2/2] gnu: kbd: Add neo layout.

2017-01-01 Thread ng0
* gnu/packages/linux.scm (kbd): Add neo layout. [arguments]: Add new 'install-neo-layout' phase. --- gnu/packages/linux.scm | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 196ae8c49..231ba5765 100644 --- a/gnu/pa

Re: Add neo-layout to kbd

2017-01-01 Thread ng0
ng0 writes: > We talked about this in september, this adds the neo layout to kbd. > The problem I have can be reproduced by trying to build kbd after adding both > patches. > > > Looking at nixpkgs, I wonder if my svn-fetch is overkill. Is the url format unique to Nix, or is this something svnw

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

2017-01-01 Thread Theodoros Foradis
Ludovic Courtès writes: > Kei Kebreau skribis: > >> Theodoros Foradis writes: >> >>> * gnu/packages/graphviz.scm (xdot): New variable. > > [...] > >> Other than the comment above, LGTM. Is there someone more experienced >> with Python packages who can double check this? > > If it builds and pas

Re: [PATCH] gnu: tar: Fix CVE-2016-6321.

2017-01-01 Thread Kei Kebreau
Alex Vong writes: > This is an updated version of the patch. There is only a minor stylish > change, spaces in local.mk are changed to tabs. > > From 0cf96ac1167906565c560a12ab730d2192779315 Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Sat, 31 Dec 2016 00:05:49 +0800 > Subject: [PATCH] gnu

Re: [PATCH 2/2] gnu: kbd: Add neo layout.

2017-01-01 Thread Hartmut Goebel
Am 01.01.2017 um 18:22 schrieb ng0: > + (add-after 'build 'install-neo-layout I suggest adding after (or before) install. > + ("kbd-neo" ,kbd-neo) Since you are installing (copying) the file, this could be a native-input, I think. -- Regards Hartmut Goebel | Hartmut Goebe

Re: [PATCH 1/2] gnu: Add kbd-neo.

2017-01-01 Thread Hartmut Goebel
Am 01.01.2017 um 18:22 schrieb ng0: > +(url "https://svn.neo-layout.org/linux/console";) What do you thing about removing the included bin directory? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compil

Re: Add neo-layout to kbd

2017-01-01 Thread Hartmut Goebel
Am 01.01.2017 um 18:25 schrieb ng0: > url = "https://svn.neo-layout.org/linux/console/neo.map?r=${version}";; I did not succeed downloading to checking out this url, but I could download this one: http://wiki.neo-layout.org/export/2476/linux/console/neo.map -- Regards Hartmut Goebel | H

Re: [PATCH] gnu: mysql: Update to 5.7.17.

2017-01-01 Thread Leo Famulari
On Sun, Jan 01, 2017 at 04:48:33PM +0800, Alex Vong wrote: > Hello, > > This upgrades mysql to 5.7.17. > > From d1e28eabd4c225c89dea6fecfca5a08e6b89594a Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Sun, 1 Jan 2017 16:15:51 +0800 > Subject: [PATCH] gnu: mysql: Update to 5.7.17. > > * gnu/

Re: [PATCH] gnu: mariadb: Update to 10.1.20.

2017-01-01 Thread Leo Famulari
On Sun, Jan 01, 2017 at 07:12:37PM +0800, Alex Vong wrote: > Hello, > > This patch upgrades mariadb to 10.1.20. > > From 93fb3a2485589b9c7582e9df20d3e96d289b0a30 Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Sun, 1 Jan 2017 18:45:40 +0800 > Subject: [PATCH] gnu: mariadb: Update to 10.1.20.

Re: [PATCH] gnu: diffoscope: Embed tool references.

2017-01-01 Thread Leo Famulari
On Sun, Jan 01, 2017 at 10:45:55AM +0100, Ricardo Wurmus wrote: > Fixes . > > * gnu/packages/package-management.scm (diffoscope)[inputs]: Add > colordiff and vim. > [arguments]: Add "embed-tool-references" build phase to embed references > to "colordiff", "xxd", and "rea

[PATCH 1/1] gnu: unrtf: Fix CVE-2016-10091.

2017-01-01 Thread Leo Famulari
* gnu/packages/patches/unrtf-CVE-2016-10091.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/unrtf.scm (unrtf)[source]: Use it. --- gnu/local.mk| 1 + gnu/packages/patches/unrtf-CVE-2016-10091.patch | 224 gnu/

Re: [PATCH] gnu: diffoscope: Embed tool references.

2017-01-01 Thread Ricardo Wurmus
Leo Famulari writes: > On Sun, Jan 01, 2017 at 10:45:55AM +0100, Ricardo Wurmus wrote: >> Fixes . >> >> * gnu/packages/package-management.scm (diffoscope)[inputs]: Add >> colordiff and vim. >> [arguments]: Add "embed-tool-references" build phase to embed references >>

Re: [PATCH 1/4] gnu: Add python-pyte.

2017-01-01 Thread Leo Famulari
On Sat, Dec 31, 2016 at 03:01:59PM +0100, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-pyte, python2-pyte): New variables. > +(description "@code{pyte} is an in memory VTxxx-compatible terminal > +emulator. @code{xxx} stands for a series of video terminals, developed by > DEC >

Re: [PATCH 2/4] gnu: Add python-blessings.

2017-01-01 Thread Leo Famulari
On Sat, Dec 31, 2016 at 03:02:00PM +0100, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-blessings, python2-blessings): New > variables. > +(description "Blessings is a pythonic API to manipulate terminal. It > +provides similar features to curses but beating some of their limita

Re: [PATCH 4/4] gnu: Add python-bpython.

2017-01-01 Thread Leo Famulari
On Sat, Dec 31, 2016 at 03:02:02PM +0100, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-bpython, python2-bpython): New > variables. > +(synopsis "Fancy interface to the Python interpreter") > +(description "bpython's main features are > +@enumerate > +@item in-line syntax hig

Re: [PATCH 3/4] gnu: Add python-curtsies.

2017-01-01 Thread Leo Famulari
On Sat, Dec 31, 2016 at 03:02:01PM +0100, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-curtsies, python2-curtsies, > python-curtsies-0.1, python2-curtsies-0.1): New variables. LGTM!

[PATCH] gnu: Enable polkit for connman

2017-01-01 Thread Mathieu OTHACEHE
Connman was compiled without polkit support due to this error message during configure phase : pkg-config cannot find polkit.pc It is a meaningless error produced by the following lines in connman/configure.ac : POLKIT_DATADIR="`$PKG_CONFIG --variable=actiondir polkit`" POLKIT_DA

[PATCH] gnu: Add cmst.

2017-01-01 Thread Mathieu OTHACEHE
* gnu/packages/connman.scm (cmst): New variable. --- gnu/packages/connman.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm index ff6e71571..d76f75421 100644 --- a/gnu/packages/connman.scm +++ b/gn

Re: Chicken security bugs [was Re: [pe...@more-magic.net: Irregex packages should be updated to 0.9.6]]

2017-01-01 Thread Leo Famulari
On Sat, Dec 24, 2016 at 08:59:59PM -0500, Kei Kebreau wrote: > Leo Famulari writes: > > > On Sat, Dec 24, 2016 at 02:23:43PM -0500, Kei Kebreau wrote: > >> Leo Famulari writes: > >> > On Thu, Dec 22, 2016 at 02:20:37PM -0500, Kei Kebreau wrote: > >> >> Subject: [PATCH] gnu: chicken: Fix CVE-2016

Re: [PATCH 1/4] gnu: Add python-pyte.

2017-01-01 Thread Tobias Geerinckx-Rice
Hartmut, Leo, Just a few remarks about the description: On 01/01/17 22:08, Leo Famulari wrote: > On Sat, Dec 31, 2016 at 03:01:59PM +0100, Hartmut Goebel wrote: >> * gnu/packages/python.scm (python-pyte, python2-pyte): New variables. > >> +(description "@code{pyte} is an in memory VTxxx-comp

Re: [PATCH 2/4] gnu: Add python-blessings.

2017-01-01 Thread Tobias Geerinckx-Rice
Hartmut, What Leo said + On 31/12/16 15:02, Hartmut Goebel wrote: > +(description "Blessings is a pythonic API to manipulate terminal. It ...the terminal? Terminal colours? It looks like something got lost. > +does not require clearing the whole screen for little changes, scrollback ‘prov

Re: [PATCH 3/4] gnu: Add python-curtsies.

2017-01-01 Thread Tobias Geerinckx-Rice
Hartmut, LGTM, apart from the On 31/12/16 15:02, Hartmut Goebel wrote: > +fullscreen terminal rendering, and keyboard input event reporting. ") trailing space. Kind regards, T G-R signature.asc Description: OpenPGP digital signature

Re: Rust packages I am working on - read or reply to prevent duplicate work

2017-01-01 Thread ng0
ng0 writes: > Hi, here is a one level list of (almost) all packages I am > working on in the next few weeks. If you see a package you want > to work on or already work on, plan to work on, or whatever "what > if" case, please respond or post to the list. I'm more than happy > for any work and fin

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

2017-01-01 Thread Leo Famulari
On Sun, Jan 01, 2017 at 08:44:16PM +0200, Theodoros Foradis wrote: > > Ludovic Courtès writes: > > > Kei Kebreau skribis: > > > >> Theodoros Foradis writes: > >> > >>> * gnu/packages/graphviz.scm (xdot): New variable. > > > > [...] > > > >> Other than the comment above, LGTM. Is there someone m

Re: [PATCH] gnu: tar: Fix CVE-2016-6321.

2017-01-01 Thread Leo Famulari
On Sat, Dec 31, 2016 at 10:57:50PM +0800, Alex Vong wrote: > This is an updated version of the patch. There is only a minor stylish > change, spaces in local.mk are changed to tabs. > > From 0cf96ac1167906565c560a12ab730d2192779315 Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Sat, 31 Dec 2

Guix build side - including modules (guix hash), (guix gcrypt): How to provide shared library?

2017-01-01 Thread Danny Milosavljevic
Hi, how can I use (guix hash) on the build side? It requires the libgcrypt shared library and that's not available on the build side...

[PATCH 1/1] gnu: Add sonic.

2017-01-01 Thread Leo Famulari
* gnu/packages/speech.scm (sonic): New variable. --- gnu/packages/speech.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm index 39a940dfd..0849fe3f6 100644 --- a/gnu/packages/speech.scm +++ b/gnu/packages

Re: Chicken security bugs [was Re: [pe...@more-magic.net: Irregex packages should be updated to 0.9.6]]

2017-01-01 Thread Kei Kebreau
Leo Famulari writes: > On Sat, Dec 24, 2016 at 08:59:59PM -0500, Kei Kebreau wrote: >> Leo Famulari writes: >> >> > On Sat, Dec 24, 2016 at 02:23:43PM -0500, Kei Kebreau wrote: >> >> Leo Famulari writes: >> >> > On Thu, Dec 22, 2016 at 02:20:37PM -0500, Kei Kebreau wrote: >> >> >> Subject: [PA

Re: Chicken security bugs [was Re: [pe...@more-magic.net: Irregex packages should be updated to 0.9.6]]

2017-01-01 Thread Kei Kebreau
Leo Famulari writes: Also, chicken's compiler doesn't work because it can't find gcc. Just a heads up. signature.asc Description: PGP signature

Misguided translations in Guix

2017-01-01 Thread John Darrington
Looking at po/guix/*.po I can see a number of instances where the copyright notice appears to have translated the word "Copyright" to the target language. This should not be done. The English word "Copyright" has legal meaning, which is not always the case for the word in other languages. Files

[PATCH] Add PDF support to Gimp

2017-01-01 Thread Maxim Cournoyer
Hi Guix! I had to edit a PDF with Gimp recently, and was surprised that Gimp wouldn't me to open it. The reason was that our build of Gimp was not using poppler as an input. Please review the (trivial) patch below: From c8a16befd95a3072a77c8dda3472e0eed95c6925 Mon Sep 17 00:00:00 2001 From: Maxi

[PATCH] Add PDF support to Gimp

2017-01-01 Thread Maxim Cournoyer
Hi Guix! This is to add poppler as an input to our Gimp package, which allows Gimp to open PDF files for edition. From c8a16befd95a3072a77c8dda3472e0eed95c6925 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 Jan 2017 21:33:05 -0800 Subject: [PATCH] gnu: gimp: Enable PDF support * gn