Re: [PATCH 07/68] gnu: bluez-qt: Update to 5.27.0.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 08:04:18PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and > fix indentation. > --- > gnu/packages/kde-frameworks.scm | 32 > 1 file changed, 16 insertions(+), 16 deletions(-) > > diff --git

Re: [PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 07:46:53PM +0100, Marius Bakke wrote: > David Craven writes: > > > * gnu/packages/flex.scm (flex-2.6.1): New variable. > > This is newer than what we currently have (2.6.0). I know it's late in > the core-updates cycle, but maybe we can squeeze in a flex upgrade? I saw t

Libtiff CVE-2016-5652

2016-10-29 Thread Leo Famulari
VE-2016-5314 [0]. [0] http://bugzilla.maptools.org/show_bug.cgi?id=2554 From 7abe86a8d93e1a1ed11f14ec7ede22ce9b020611 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 29 Oct 2016 19:23:05 -0400 Subject: [PATCH] gnu: libtiff: Fix CVE-2016-5652. * gnu/packages/patches/libtiff-CVE-2016-5652.

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-29 Thread Leo Famulari
On Tue, Oct 25, 2016 at 08:13:55PM +0300, Theodoros Foradis wrote: > Leo Famulari writes: > >> +(native-inputs > >> + `(("gtk+" ,gtk+-2) > >> + ("expat" ,expat) > >> + ("libjpeg" ,libjpeg) > >> +

Re: [PATCH v3 3/3] gnu: Add kicad.

2016-10-29 Thread Leo Famulari
On Tue, Oct 25, 2016 at 08:00:01PM +0300, Theodoros Foradis wrote: > * gnu/packages/engineering.scm (kicad): New variable. Looks pretty good to me. Below are some things I would investigate and potentially fix on my own before pushing to Savannah; no need to send a new patch. Now we are just wait

Re: [PATCH] gnu: Add qtwebkit.

2016-10-29 Thread Leo Famulari
On Fri, Oct 28, 2016 at 11:26:01AM +0200, Thomas Danckaert wrote: > Hi, > > this patch adds QtWebKit 5.7 as a separate package (hopefully this > will reduce security concerns: only packages which really need > QtWebKit will include it). > > QtWebKit is not officially supported anymore as of Qt 5.

Re: 01/01: gnu: python: Add python-pyserial.

2016-10-29 Thread Leo Famulari
On Tue, Aug 16, 2016 at 05:18:55PM +, Leo Famulari wrote: > lfam pushed a commit to branch master > in repository guix. > > commit 517a6c0c6e426b8a6e45685e8e4fab4ef2f2c2d6 > Author: Danny Milosavljevic > Date: Tue Aug 16 03:40:43 2016 +0200 > > gnu: pyt

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Leo Famulari
On Sun, Oct 30, 2016 at 10:34:54PM +0530, Arun Isaac wrote: > > > +(arguments > > + `(#:make-flags `("CC=gcc" > > + ,(string-append "PREFIX=" %output)) > > + #:phases > > + (modify-phases %standard-phases > > + (delete 'configure > > I haven't

Re: [PATCH v2] gnu: Add python-imagesize.

2016-10-30 Thread Leo Famulari
On Sun, Oct 30, 2016 at 07:18:35PM +0100, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-imagesize, python2-imagesize): New > variables. Pushed, thanks for the package! > --- > gnu/packages/python.scm | 27 +++ > 1 file changed, 27 insertions(+) > > diff

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Leo Famulari
On Sun, Oct 30, 2016 at 11:16:55PM +0530, Arun Isaac wrote: > > > We typically package what the upstream maintainers offer, and only make > > changes in order to fix bugs or to adapt the software to the functional > > packaging paradigm. In this case, I don't see a reason to change the > > directo

[PATCH 2/2] gnu: borg: Run the tests with python-pytest-2.9.2.

2016-10-30 Thread Leo Famulari
* gnu/packages/backup.scm (borg)[native-inputs]: Use python-pytest-2.9.2. --- gnu/packages/backup.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 8ec2ee4..203ff4c 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packa

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

2016-10-30 Thread Leo Famulari
* gnu/packages/python.scm (python-pytest-2.9.2): New variable. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9c7320f..ff3df3b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages

[PATCH 0/2] Add new pytest for special cases

2016-10-30 Thread Leo Famulari
updates cycle. WDYT? [0] https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst#280 Leo Famulari (2): gnu: Add python-pytest-2.9.2. gnu: borg: Run the tests with python-pytest-2.9.2. gnu/packages/backup.scm | 4 +++- gnu/packages/python.scm | 25 + 2 files cha

Re: Libtiff CVE-2016-5652

2016-10-30 Thread Leo Famulari
On Sun, Oct 30, 2016 at 10:56:41PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > From 7abe86a8d93e1a1ed11f14ec7ede22ce9b020611 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Sat, 29 Oct 2016 19:23:05 -0400 > > Subject: [PATCH] gnu: libtiff: Fix C

[PATCH 1/1] gnu: icecat: Fix build with binutils >= 2.26.

2016-10-31 Thread Leo Famulari
* gnu/packages/patches/icecat-binutils.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/gnuzilla.scm | 1 + gnu/packages/patches/icecat-binutils.pa

Re: [PATCH 0/2] Add new pytest for special cases

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:19:07AM +0100, Ricardo Wurmus wrote: > Leo Famulari writes: > > I'd really prefer to run the Borg tests, so I want to add a newer > > release of pytest and use it with Borg. > > > > I've been testing pytest upgrades locally, and ther

Re: [PATCH 2/3] licenses: Export fdl1.2+.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:49:27AM +, Marius Bakke wrote: > Follow-up to 59b2034787909cf7efa4e8d672a815b466d7d09d. "This is a follow-up to 59b2034787909cf7efa4e8d672a815b466d7d09d." Let's use complete sentences :) LGTM, thanks for fixing this!

Re: [PATCH 3/3] gnu: nmap: Update to 7.31.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 01:29:44PM +, Marius Bakke wrote: > * gnu/packages/admin.scm (nmap): Update to 7.31. > [arguments]: Add phase 'patch-Makefile' to prevent lua from being built. > --- > gnu/packages/admin.scm | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --

Re: [PATCH 2/3] gnu: wireshark: Use lua-5.2.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 01:29:43PM +, Marius Bakke wrote: > * gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to > 'lua-5.2'. Okay!

Re: [PATCH 3/3] gnu: Add speech-dispatcher.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:49:28AM +, Marius Bakke wrote: > * gnu/packages/speech.scm (speech-dispatcher): New variable. Funny, we will ship a WAV file that says "Yo!" :) http://git.freebsoft.org/?p=speechd.git;a=tree;f=src/tests;h=c271f62e94fed0d9c37a43cb31bf1793f4bc9db9;hb=HEAD Anyways, it

Re: btrfs-progs updated to 4.8.2 twice

2016-10-31 Thread Leo Famulari
On Sun, Oct 30, 2016 at 10:47:36PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > I noticed that btrfs-progs was updated to 4.8.2 on core-updates twice. > > > > Commited to core-updates: > > http://git.savannah.gnu.org/cgit/guix

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

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:49:26AM +, Marius Bakke wrote: > * gnu/packages/textutils.scm (dotconf): New variable. LGTM

Re: [PATCH 1/3] gnu: lua: Update to 5.3.3.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 01:29:42PM +, Marius Bakke wrote: > * gnu/packages/lua.scm (lua): Update to 5.3.3. > [source]: Use https URL. > [home-page]: Use https URL. > (lua-5.2): New variable. > (lua-5.1)[source]: Use https URL. > --- > gnu/packages/lua.scm | 23 ++- > 1 file

Re: [PATCH] Add php

2016-11-01 Thread Leo Famulari
On Sun, Oct 30, 2016 at 01:08:28PM +0100, Julien Lepiller wrote: > Hi, > > here is a patch to add php to guix. > From b20406a07e8d8c99a189f5295929ff76a53d47e7 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sun, 30 Oct 2016 15:05:51 +0100 > Subject: [PATCH] gnu: Add php > > * gnu/packa

Re: [PATCH] gnu: python-django: Update to 1.10.3 [fixes CVE-2016-{9013, 9014}].

2016-11-01 Thread Leo Famulari
On Tue, Nov 01, 2016 at 03:32:06PM +, Marius Bakke wrote: > * gnu/packages/django.scm (python-django): Update to 1.10.3. Please also mention the update to python2-django here. Otherwise, looks good. Please push!

Re: [PATCH] gnu: python-django: Update to 1.10.3 [fixes CVE-2016-{9013, 9014}].

2016-11-01 Thread Leo Famulari
On Tue, Nov 01, 2016 at 12:58:49PM -0400, Leo Famulari wrote: > On Tue, Nov 01, 2016 at 03:32:06PM +, Marius Bakke wrote: > > * gnu/packages/django.scm (python-django): Update to 1.10.3. > > Please also mention the update to python2-django here. Otherwise, looks > good. Ple

Re: [PATCH 01/10] * gnu/system.scm (): Add 'store-device' and 'store-fs-mount-point'.

2016-11-02 Thread Leo Famulari
On Sun, Oct 30, 2016 at 11:19:56PM +0100, Ludovic Courtès wrote: > Chris Marusich skribis: > >> If that’s fine with you, I’d like to commit this version. With that > >> done, the rest of the patch series will be rather easy. > >> > >> WDYT? > >> > > > > Sounds good to me. > > Pushed as 1ef8b72a7

Re: [PATCH] gnu: gnurl: Update to 7.51.0.

2016-11-02 Thread Leo Famulari
On Wed, Nov 02, 2016 at 08:13:46PM +, ng0 wrote: > * gnu/packages/gnunet.scm (gnurl): Update to 7.51.0. Thanks! I added the CVE IDs covered by the update and pushed.

Re: 01/01: gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}].

2016-11-02 Thread Leo Famulari
On Wed, Nov 02, 2016 at 12:02:27PM +, Marius Bakke wrote: > commit cbf5889fe542dafe71c6eedf9cc72673495fcc88 > Author: Marius Bakke > Date: Wed Nov 2 09:01:36 2016 + > > gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}]. > > * gnu/packages/curl.scm (curl)

Re: [PATCH] gnu: w3m: Switch to Debian's actively maintained fork of w3m.

2016-11-03 Thread Leo Famulari
On Thu, Nov 03, 2016 at 10:17:18PM -0500, Eric Bavier wrote: > On Thu, 03 Nov 2016 18:54:55 -0400 > Kei Kebreau wrote: > > > From b837111e3ddf406a3b9235538f63af678e3ac741 Mon Sep 17 00:00:00 2001 > > From: Kei Kebreau > > Date: Thu, 3 Nov 2016 17:58:48 -0400 > > Subject: [PATCH] gnu: w3m: Switch

Add libidn2

2016-11-04 Thread Leo Famulari
for now: https://curl.haxx.se/mail/lib-2016-11/0033.html In any case, here is a package definition for the latest libidn2 release. From 537645e615a9c3b10c7882cfba1311f1283d1d0a Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 4 Nov 2016 11:19:45 -0400 Subject: [PATCH] gnu: Add libidn2

Re: [PATCH] gnu: chromium-bsu: Update to 0.9.16.1.

2016-11-04 Thread Leo Famulari
On Fri, Nov 04, 2016 at 11:21:26AM -0400, Kei Kebreau wrote: > Upstream Chromium B.S.U. fixed some issues in the code. Our package > definition is simpler as a result. LGTM! signature.asc Description: PGP signature

Re: [PATCH] gnu: w3m: Switch to Debian's actively maintained fork of w3m.

2016-11-04 Thread Leo Famulari
On Fri, Nov 04, 2016 at 10:52:55AM -0400, Kei Kebreau wrote: > > Leo Famulari skribis: > >> I think we build from their Git repo: > >> > >> https://anonscm.debian.org/cgit/collab-maint/w3m.git > >> > >> They even offer non-Debian-ized release t

Re: [PATCH] system: Avoid using device paths in device field.

2016-11-04 Thread Leo Famulari
On Thu, Nov 03, 2016 at 06:10:28AM -0700, cmmarus...@gmail.com wrote: > From: Chris Marusich > > This fixes a regression introduced by > 1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly use a > device path in a label-based grub root search command, e.g. 'search --label > --

Re: [PATCH] gnu: w3m: Switch to Debian's actively maintained fork of w3m.

2016-11-04 Thread Leo Famulari
On Fri, Nov 04, 2016 at 01:05:02PM -0400, Kei Kebreau wrote: > From 1eede14194c83b70725b6de062b9d3e0acce6340 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Fri, 4 Nov 2016 12:43:28 -0400 > Subject: [PATCH] gnu: w3m: Switch to Debian's actively maintained fork of w3m. > > Fixes some security

Re: [PATCH] gnu: w3m: Switch to Debian's actively maintained fork of w3m.

2016-11-04 Thread Leo Famulari
On Fri, Nov 04, 2016 at 08:08:13PM -0400, Kei Kebreau wrote: > Is this good? > From 674a0f955809d40c2fe3e5092b2927c4c96e8351 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Fri, 4 Nov 2016 20:06:03 -0400 > Subject: [PATCH] gnu: w3m: Switch to Debian's actively maintained fork of w3m. > > Fi

[PATCH 1/1] gnu: weex: Fix CVE-2005-3150.

2016-11-04 Thread Leo Famulari
x-CVE-2005-3150.patch b/gnu/packages/patches/weex-CVE-2005-3150.patch new file mode 100644 index 000..246161f --- /dev/null +++ b/gnu/packages/patches/weex-CVE-2005-3150.patch @@ -0,0 +1,32 @@ +From: Leo Famulari +Date: Sat, 5 Nov 2016 01:35:50 -0400 +Subject: Fix CVE-2005-3150 (remotely exploi

Re: Add libidn2

2016-11-05 Thread Leo Famulari
On Fri, Nov 04, 2016 at 01:48:23PM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > > Libidn2 is a GNU internationalized domain name (IDN) processing library > > implementing the IDNA2008 specification (libidn implements IDNA2003). > > > > This library is oste

Re: [PATCH 1/1] gnu: weex: Fix CVE-2005-3150.

2016-11-05 Thread Leo Famulari
On Sat, Nov 05, 2016 at 10:53:57AM +, Marius Bakke wrote: > Leo Famulari writes: > > > * gnu/packages/patches/weex-CVE-2005-3150.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/ftp.scm (weex)[source]: Use it. > > Wow, an 11

Re: [PATCH v3 3/3] gnu: Add kicad.

2016-11-05 Thread Leo Famulari
On Wed, Nov 02, 2016 at 05:42:01PM +0200, Theodoros Foradis wrote: > Right. Is it normal that the url is not checked again, after having the > source in store? Yes, Guix finds the file named by the source hash in /gnu/store and so it doesn't try downloading it. You can check for this mistake with

Re: [PATCH] gnu: Add qtwebkit.

2016-11-05 Thread Leo Famulari
On Wed, Nov 02, 2016 at 02:05:09PM +0100, Thomas Danckaert wrote: > From: Leo Famulari > Subject: Re: [PATCH] gnu: Add qtwebkit. > Date: Sat, 29 Oct 2016 20:22:14 -0400 > > > Is there any official statement from Qt about these "community > > releases"? I

Re: [PATCH 1/3] gnu: lua: Update to 5.3.3.

2016-11-05 Thread Leo Famulari
On Sat, Nov 05, 2016 at 06:43:39PM +, Marius Bakke wrote: > Marius Bakke writes: > > Leo Famulari writes: > >> Does this lua52-liblua-so.patch still apply / is it still needed for Lua > >> 5.3? I remember that there were significant differences between how Lua &

Re: Patent nonsense: zstd

2016-11-05 Thread Leo Famulari
On Sat, Nov 05, 2016 at 06:13:58PM +0100, Tobias Geerinckx-Rice wrote: > I've had a package for the ‘zstd’ compressor lying about for quite some > time — since before its weird appropriation by Facebook Inc. as a PR > tool. Apart from that, it's nice. It's fast. Why not upstream it. > > While upda

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-11-05 Thread Leo Famulari
On Sat, Nov 05, 2016 at 12:55:11PM +, Marius Bakke wrote: > * gnu/packages/grub.scm (grub-efi): New variable. > --- > gnu/packages/grub.scm | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm > index ffce1bf..e06216f 10

Re: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils.

2016-11-05 Thread Leo Famulari
On Sat, Nov 05, 2016 at 03:58:16PM +, Marius Bakke wrote: > Danny Milosavljevic writes: > > > * gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Add pytest. > > This is not [arguments], but [native-inputs]. That applies to the > previous patch as well! > > > --- > > gnu/packag

Re: New Brazilian Portuguese PO file for 'guix' (version 0.11.0)

2016-11-05 Thread Leo Famulari
On Wed, Nov 02, 2016 at 08:52:03AM +0100, Translation Project Robot wrote: > Hello, gentle maintainer. > > This is a message from the Translation Project robot. > > A revised PO file for textual domain 'guix' has been submitted > by the Brazilian Portuguese team of translators. The file is avail

Re: [PATCH 1/2] gnu: Add python-axolotl-curve25519.

2016-11-05 Thread Leo Famulari
On Thu, Oct 20, 2016 at 04:41:00PM +0530, Arun Isaac wrote: > > > +(license (list license:gpl3; Most files > > + license:isc ; curve/curve25519-donna.c > > Do double check whether the license of curve/curve25519-donna.c is the > ISC license. I am not awfully sure. I

Re: [PATCH] gnu: w3m: Fix the commit string.

2016-11-05 Thread Leo Famulari
On Sat, Nov 05, 2016 at 09:07:48PM +, ng0 wrote: > * gnu/packages/w3m.scm (w3m)[source]: Fix the commit string. Thanks, pushed!

Re: New French PO file for 'guix' (version 0.11.0)

2016-11-06 Thread Leo Famulari
On Sun, Nov 06, 2016 at 10:37:04AM +0100, Translation Project Robot wrote: > Hello, gentle maintainer. > > This is a message from the Translation Project robot. > > A revised PO file for textual domain 'guix' has been submitted > by the French team of translators. The file is available at: > >

Re: [PATCH v2] gnu: sqlalchemy-utils: Update description to include optional dependencies.

2016-11-07 Thread Leo Famulari
On Sun, Nov 06, 2016 at 10:12:53PM +0100, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-sqlalchemy-utils)[description]: Include > optional dependencies. I changed the commit message to include the name of the changed packages and pushed. Thanks! In the commit title, I used the

Re: [PATCH] gnu: Replace python-pep8 by python-pycodestyle.

2016-11-07 Thread Leo Famulari
On Mon, Nov 07, 2016 at 10:39:50PM +0100, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-pep8, python2-pep8): > Add replacement. > --- > gnu/packages/python.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 5b5

Re: [PATCH 1/2] gnu: Add LLVM variant with RTTI support.

2016-11-07 Thread Leo Famulari
On Sun, Nov 06, 2016 at 08:34:23PM +0100, Ricardo Wurmus wrote: > * gnu/packages/llvm.scm (llvm-with-rtti): New variable. Seems okay, although would it make sense to enable this in the main LLVM package?

Re: [PATCH 2/2] gnu: Add faust-2.

2016-11-07 Thread Leo Famulari
On Sun, Nov 06, 2016 at 08:34:24PM +0100, Ricardo Wurmus wrote: > * gnu/packages/audio.scm (faust-2): New variable. LGTM

[PATCH 1/1] gnu: mupdf: Fix CVE-2016-{7504, 7505, 7506, 7563, 7564, 9017, 9136} in bundled mujs.

2016-11-07 Thread Leo Famulari
* gnu/packages/patches/mupdf-CVE-2016-7504.patch, gnu/packages/patches/mupdf-CVE-2016-7505.patch gnu/packages/patches/mupdf-CVE-2016-7506.patch gnu/packages/patches/mupdf-CVE-2016-7563.patch gnu/packages/patches/mupdf-CVE-2016-7564.patch gnu/packages/patches/mupdf-CVE-2016-9017.patch gnu/packages/p

Re: [PATCH] python-cryptography update

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 03:22:35PM +, Marius Bakke wrote: > > The latest version of python-cryptography contains a security fix: > > https://cryptography.io/en/latest/changelog/#id1 > > However, updating requires pytest > 2.9 which we only have in > core-updates. Is it okay to cherry-pick 0b

Re: [PATCH 1/1] gnu: mupdf: Fix CVE-2016-{7504, 7505, 7506, 7563, 7564, 9017, 9136} in bundled mujs.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 11:34:48AM +, Marius Bakke wrote: > Leo Famulari writes: > > > * gnu/packages/patches/mupdf-CVE-2016-7504.patch, > > gnu/packages/patches/mupdf-CVE-2016-7505.patch > > gnu/packages/patches/mupdf-CVE-2016-7506.patch > > gnu/packages/pat

Re: [PATCH 1/2] gnu: Add LLVM variant with RTTI support.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 09:10:46AM +0100, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > On Sun, Nov 06, 2016 at 08:34:23PM +0100, Ricardo Wurmus wrote: > >> * gnu/packages/llvm.scm (llvm-with-rtti): New variable. > > > > Seems okay, although would it m

Re: [PATCH]: gnu: python-jsonschema: Correct inputs.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 04:05:53PM +, Marius Bakke wrote: > This fixes a problem building python2-tempest-lib due to missing > propagation of python2-functools32. > > Note that the native-inputs are still referenced due to a bug with how > the automatic wrapper of $out/bin works. Should they s

Re: [PATCH] gnu: Add qjson.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 09:29:16PM +0100, John Darrington wrote: > * gnu/pacackes/qt.scm (qjson): New variable. > +(license license:lgpl2.1))) Also, the package we removed described the license as lgpl2.1+. If we are bringing this package back, please check which is correct.

Re: [PATCH] gnu: Add qjson.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 09:29:16PM +0100, John Darrington wrote: > * gnu/pacackes/qt.scm (qjson): New variable. We removed this in August due to concerns about its use of the unsupported Qt 4: http://lists.gnu.org/archive/html/guix-devel/2016-08/msg00414.html But I guess it's okay to re-add it i

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 08:41:51PM +0300, Frederick Muriithi wrote: > I'm new to guix and was trying to contribute a new package, for the > ruby gem net-http-digest_auth > > Running "./pre-inst-env guix build ruby-net-http-digest-auth" runs > with seemingly no errors (I've attached the build log).

Libxslt CVE-2016-4738

2016-11-08 Thread Leo Famulari
Here is a patch to fix CVE-2016-4738 in libxslt. From 1cbfeb5bb98924eddf1726fe56987fd1d282e7f8 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 8 Nov 2016 17:12:01 -0500 Subject: [PATCH] gnu: libxslt: Fix CVE-2016-4738. * gnu/packages/patches/libxslt-CVE-2016-4738.patch: New file. * gnu

Re: [PATCH 1/3] gnu: Add python-pypdf2.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 10:37:00PM +0100, Hartmut Goebel wrote: > * gnu/packages/pdf.scm(python-pypdf2, python2-pypdf2): New variables. > +(arguments > + '(#:tests? #f)) ; no tests Are these files not relevant? https://github.com/mstamy2/PyPDF2/tree/master/Tests > +(home-page "htt

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

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 10:37:01PM +0100, Hartmut Goebel wrote: > * gnu/packages/pdf.scm(python2-pypdf): New variable. Same feedback as for python-pypdf2... > +(home-page "http://mstamy2.github.com/PyPDF2";) Also, does it have its own home-page?

Re: [PATCH 3/3] gnu: Add pdfposter.

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 10:37:02PM +0100, Hartmut Goebel wrote: > * gnu/packages/pdf.scm(pdfposter): New variable. I see you are the author of this software :) https://gitlab.com/pdftools/pdfposter/blob/develop/README.txt#L11 > + (uri (string-append "https://pypi.python.org/packages

Re: Libxslt CVE-2016-4738

2016-11-09 Thread Leo Famulari
On Wed, Nov 09, 2016 at 12:57:50AM +, Marius Bakke wrote: > Leo Famulari writes: > > > Here is a patch to fix CVE-2016-4738 in libxslt. > > From 1cbfeb5bb98924eddf1726fe56987fd1d282e7f8 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Tue, 8 Nov 2

Re: [Patch 0/10] Add Ring

2016-11-09 Thread Leo Famulari
On Wed, Nov 09, 2016 at 12:07:10PM -0600, Lukas Gradl wrote: > I would like to apologize for my long silence. I am currently facing > somewhat of a crisis in my professional life, which is taking a lot of > my time and energy. > > Chris Marusich writes: > > > What's the status of this patch ser

Libtiff buffer overflow fix

2016-11-10 Thread Leo Famulari
This patch fixes a buffer overflow in libtiff: http://bugzilla.maptools.org/show_bug.cgi?id=2587 http://seclists.org/oss-sec/2016/q4/381 There is no CVE ID assigned yet. From 5f6d86c83f100ca366a9055dfe30b2e3f0cdf0a9 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 10 Nov 2016 18:23:57

OpenSSL 1.1.0c security update required

2016-11-10 Thread Leo Famulari
OpenSSL 1.1.0c was released today. It fixes CVE-2016-{7053,7054,7055}: https://www.openssl.org/news/secadv/20161110.txt This version of OpenSSL is *not* currently used by any packages, so it's not a critical "drop everything and get to work" update, in my opinion. They changed how library runpat

Re: Time to merge core-updates!

2016-11-12 Thread Leo Famulari
On Sat, Nov 12, 2016 at 04:44:11PM +0100, Ludovic Courtès wrote: > Hello! > > The ‘core-updates’ branch is in good shape. There are 172 new job > failures compared to ‘master’, including packages such as Ardour, clisp, > TeX Maker, and several Python packages: > > https://hydra.gnu.org/eval/10

Re: Libtiff buffer overflow fix

2016-11-12 Thread Leo Famulari
On Fri, Nov 11, 2016 at 12:04:43AM -0500, Kei Kebreau wrote: > Leo Famulari writes: > > > This patch fixes a buffer overflow in libtiff: > > > > http://bugzilla.maptools.org/show_bug.cgi?id=2587 > > http://seclists.org/oss-sec/2016/q4/381 > > > >

[PATCH 1/1] gnu: readline-6.2: Fix CVE-2014-2524.

2016-11-13 Thread Leo Famulari
* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/readline.scm (readline-6.2): Use it. --- gnu/local.mk | 1 + .../patches/readline-6.2-CVE-2014-2524.patch | 42 ++

Re: [PATCH] build-system/perl: Add wrap phase.

2016-11-13 Thread Leo Famulari
On Sun, Nov 13, 2016 at 04:11:07PM +0100, Hartmut Goebel wrote: > Am 13.11.2016 um 13:23 schrieb Ludovic Courtès: > > We should probably factorize this in (guix build utils) eventually and > > have both python-build-system and perl-build-system use it. Like: > > Since we are preparing the new pyt

Re: [PATCH 1/1] gnu: readline-6.2: Fix CVE-2014-2524.

2016-11-13 Thread Leo Famulari
On Sun, Nov 13, 2016 at 01:12:31PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/readline.scm (readline-6.2): Use it. >

Re: [oss-security] CVE-2016-4484: - Cryptsetup Initrd root Shell

2016-11-15 Thread Leo Famulari
On Tue, Nov 15, 2016 at 11:35:12AM +0100, Ludovic Courtès wrote: > Hi Leo, > > Leo Famulari skribis: > > > On Mon, Nov 14, 2016 at 08:45:51PM +, Hector Marco wrote: > >> Hello All, > >> > >> Affected package > >> >

Re: OpenSSL 1.1.0c security update required

2016-11-15 Thread Leo Famulari
On Sat, Nov 12, 2016 at 12:21:44PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > They changed how library runpaths are recorded at build time, and so our > > packaging no longer works: > > > > https://github.com/openssl/openssl/pull/1699 > > I would

[PATCH 1/1] gnu: libtiff: Fix CVE-2016-9297.

2016-11-15 Thread Leo Famulari
* gnu/packages/patches/libtiff-CVE-2016-9297.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/image.scm | 3 +- gnu/packages/patc

Re: [PATCH] Added package xcalib

2016-11-15 Thread Leo Famulari
On Mon, Nov 14, 2016 at 05:05:55PM +0100, Petter wrote: > Hi, > > I just made a recipe for xcalib, with help from iyzsong. This is the first > time I've created one so please be extra alert while reviewing, and don't > hesitate to inform me of mistakes. Thanks Petter and iyzsong! I think the pac

Re: [PATCH v4 3/3] gnu: Add kicad.

2016-11-15 Thread Leo Famulari
On Mon, Nov 07, 2016 at 08:16:28PM +0200, Theodoros Foradis wrote: > * gnu/packages/engineering.scm (kicad): New variable. There are some comments about minor issues on this version 3 of the patch series. I can address these myself before pushing if there are no more comments. I will read the patc

Re: [PATCH] gnu: fix name for ng0.

2016-11-15 Thread Leo Famulari
On Tue, Nov 15, 2016 at 07:18:15PM +, ng0 wrote: > * gnu/packages/gnupg.scm: Apply it. Pushed, thanks! > --- > gnu/packages/gnupg.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm > index 8293248..fccaa97 100644 > --

[PATCH 1/1] gnu: libtiff: Fix some buffer overflows.

2016-11-15 Thread Leo Famulari
* gnu/packages/patches/libtiff-uint32-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/image.scm | 1 + gnu/packag

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-11-15 Thread Leo Famulari
On Thu, Oct 13, 2016 at 10:12:01PM +0200, Ludovic Courtès wrote: > Hartmut Goebel skribis: > > > * guix/build/cmake-build-system.scm (cmake-build-system): Set > > environment variable CTEST_OUTPUT_ON_FAILURE to an non-empty value. > > It’s a good idea, but it would entail a rebuild of 1,000+ p

Re: [PATCH 1/1] gnu: libtiff: Fix CVE-2016-9297.

2016-11-16 Thread Leo Famulari
On Wed, Nov 16, 2016 at 01:08:03PM -0500, Kei Kebreau wrote: > Leo Famulari writes: > > > * gnu/packages/patches/libtiff-CVE-2016-9297.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. > L

Re: [PATCH 1/1] gnu: libtiff: Fix some buffer overflows.

2016-11-16 Thread Leo Famulari
On Wed, Nov 16, 2016 at 01:10:56PM -0500, Kei Kebreau wrote: > Leo Famulari writes: > > > * gnu/packages/patches/libtiff-uint32-overflow.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. > Th

Re: [PATCH] gnu: mpop: Update to 1.2.6.

2016-11-17 Thread Leo Famulari
On Thu, Nov 17, 2016 at 09:46:38PM +0100, Marius Bakke wrote: > Arun Isaac writes: > > Marius Bakke writes: > > > >> Thanks for this. I'm unable to download the new version with > >> `./pre-inst-env guix build mpop`; > > > > Not sure what the problem is. I was able to build mpop successfully on >

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-17 Thread Leo Famulari
On Thu, Nov 17, 2016 at 04:58:45PM +0100, Alex Sassmannshausen wrote: > > Hello > > > You may try e.g. scons, pip, sphinx, or youtube-dl. > > Hartmut was kind enough to suggest the above python applications to test > this `wrap-language-programs` patch set against, however I have been > stuck in

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 09:02:10AM +0100, Alex Sassmannshausen wrote: > Leo Famulari writes: > > Changes like this will need to go on the core-updates branch, where we > > make changes to the core of the system. > > Makes sense, I will push it to core-updates tonight. To c

Re: [PATCH] gnu: packages: Use gettext-minimal.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 08:47:01PM +0300, Alex Kost wrote: > Alex Kost wrote: > > > There is a thing that shouldn't be missed: there are some packages (like > > 'steghide' or 'tomb') in master (and are not presented in core-updates) > > that use 'gnu-gettext'. So when core-updates will be merged

Re: [PATCH] Added package xcalib

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 01:37:04AM +0100, Petter wrote: > I have worked through the issues you brought up, and it should at least be > better now. Maybe even good. It was already good, now it's very good :) > There is no indication of GPL v2 or later in the project though. Okay. Pushed as 01278

Re: [PATCH 1/2] gnu: python-pafy: Disable tests.

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 12:27:56PM +, ng0 wrote: > * gnu/packages/python.scm (python-pafy): Disable tests. Thanks, pushed!

Re: [PATCH 2/2] gnu: mps-youtube: Disable tests.

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 12:27:57PM +, ng0 wrote: > * gnu/packages/video.scm (mps-youtube): Disable tests. Thanks for the helpful comment! Pushed! > --- > gnu/packages/video.scm | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm > i

Re: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:01:40AM -0600, ren...@openmailbox.org wrote: > Hello, > this patch allow to gnome-control-center to load images in SVG format. > E.G. GNOME logo and Mouse & Touchpad settings image. > > Thanks > From 6aa42f1298bbd7b1582fb6894f9ebd1029b203a8 Mon Sep 17 00:00:00 2001 > Fr

Re: [PATCH 1/2] doc: Symlink daemon start-up files.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:00:33PM +0100, Hartmut Goebel wrote: > This patch ensures that always the current profile's daemon will be used. > > The .service file contains the path to the guix-daemon within the store. Thus > when copying the file, it will point to the very version of guix-daemon us

Re: [PATCH 2/2] Add system start-up files for "guix publish".

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:00:34PM +0100, Hartmut Goebel wrote: > * .gitignore: add etc/guix-publish.conf and /etc/guix-publish.service. > * etc/guix-publish.conf.in: New file. > * etc/guix-publish.service.in: New file. > * nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Generalized former >

Re: [PATCH 0/2]

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:00:32PM +0100, Hartmut Goebel wrote: > This series add two patches: > > * doc: Symlink daemon start-up files. > > This patch ensures that always the current profile's daemon will be used. > > This solve a minor issue I experienced when updating guix 0.10 to 0.11:

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

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 09:29:18PM -0600, Eric Bavier wrote: > Hello Guix, > > We've had at least one person on IRC confirm that this firmware package > worked for them, allowing them to use their wireless hardware. > > Would it be appropriate to add this to %base-firmware? The output is > rathe

Re: [PATCH] gnu: Add uget.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 11:03:03PM +0100, Tomáš Čech wrote: > * gnu/packages/bittorrent.scm (uget): New variable. > --- > gnu/packages/bittorrent.scm | 36 > 1 file changed, 36 insertions(+) > > diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorren

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

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 09:14:31PM -0600, Eric Bavier wrote: > On Fri, 18 Nov 2016 16:04:30 -0500 > Leo Famulari wrote: > > > + (version (string-append "20140625-" rev "." (string-take commit > > > 7))) > > > > Is the timestamp

Re: [PATCH] gnu: ruby: Replace with 2.3.2 [fixes CVE-2015-3900].

2016-11-19 Thread Leo Famulari
On Sat, Nov 19, 2016 at 09:32:09AM +1000, Ben Woodcroft wrote: > * gnu/packages/ruby.scm (ruby)[replacement]: New field. > (ruby-2.3.2): New variable. > --- > gnu/packages/ruby.scm | 20 > 1 file changed, 20 insertions(+) > > diff --git a/gnu/packages/ruby.scm b/gnu/packages/

Re: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input.

2016-11-19 Thread Leo Famulari
On Fri, Nov 18, 2016 at 09:10:11PM -0600, ren...@openmailbox.org wrote: > Hello Leo, Danny. > > On 2016-11-18 14:19, Leo Famulari wrote: > > > > I'm not a GNOME user. The issue is that the control center has missing > > icons / logos because they are SVG file

<    1   2   3   4   5   6   7   8   9   10   >