Re: [PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-25 Thread Marius Bakke
I don't know how to use AFL. Another option is to simply package up the git version, as there appears to be no users of mupdf in the tree. WDYT, is this patch safe? signature.asc Description: PGP signature >From c51f44edf3293aae323eded49dcba750f54607cb Mon Sep 17 00:00:00 2001 From: Mar

[PATCH] gnu: yubico.scm: Rename to security-token.scm.

2016-10-25 Thread Marius Bakke
e.. What do you think? >From 615733b5d0ea6af5cd858f7e258a64a9fb3bc394 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 26 Oct 2016 07:33:24 +0100 Subject: [PATCH] gnu: yubico.scm: Rename to security-token.scm. * gnu/packages/yubico.scm: Delete file. * gnu/packages/security-token.scm: New file. * gnu/local.mk (GNU_SY

Re: [PATCH] gnu: yubico.scm: Rename to security-token.scm.

2016-10-25 Thread Marius Bakke
Marius Bakke writes: > diff --git a/gnu/local.mk b/gnu/local.mk > index ff2d976..cd6c715 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -325,6 +325,7 @@ GNU_SYSTEM_MODULES = \ >%D%/packages/scsi.scm \ >

Re: [PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-26 Thread Marius Bakke
Ludovic Courtès writes: >> From c51f44edf3293aae323eded49dcba750f54607cb Mon Sep 17 00:00:00 2001 >> From: Marius Bakke >> Date: Wed, 26 Oct 2016 06:39:34 +0100 >> Subject: [PATCH] gnu: mupdf: Modify CVE-2016-8674 patch to apply to 1.9a. >> >> The fix from u

Re: [PATCH 0/2] gnu: Add libpcsclite

2016-10-27 Thread Marius Bakke
Mike Gerwitz writes: > Marius: > > Thanks for your mentoring on this. :) You're welcome! :) > > On Mon, Oct 24, 2016 at 17:21:18 +0100, Marius Bakke wrote: >> I'll continue working on getting ccid integrated and eventually make a >> pcscd service for Gui

[PATCH 1/1] gnu: Add ccid.

2016-10-27 Thread Marius Bakke
/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2014 Ludovic Courtès ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2016 Mike Gerwitz +;;; Copyright © 2016 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -25,11 +26,50

Re: [PATCH] gnu: Add plantuml.

2016-10-27 Thread Marius Bakke
Theodoros Foradis writes: > * gnu/packages/plantuml.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk | 1 + > gnu/packages/plantuml.scm | 87 > +++ > 2 files changed, 88 insertions(+) > create mode 1006

Re: [PATCH] gnu: Add qwt.

2016-10-27 Thread Marius Bakke
Thomas Danckaert writes: > This patch adds Qwt. > > For the license, I picked LGPL2.1, but in fact Qwt has its own “Qwt > License”, which is the same as the LGPL2.1, but relaxes (or tries to > relax) some of its conditions (see > http://qwt.sourceforge.net/qwtlicense.html). Can we stick with

[PATCH] gnu: vim: Update to 8.0.0047.

2016-10-27 Thread Marius Bakke
MO it beats keeping track of the frequent patches. WDYT? >From 786dc474126431c8d2b9b97644dd629f5f7aed37 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 27 Oct 2016 14:14:40 +0100 Subject: [PATCH] gnu: vim: Update to 8.0.0047. * gnu/packages/vim.scm (vim): Update to 8.0.0047. [source]: C

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-28 Thread Marius Bakke
Mike Gerwitz writes: > On Thu, Oct 27, 2016 at 10:46:11 +0100, Marius Bakke wrote: >> + `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output >> + "/pcsc/drivers")) > > When I ru

Re: 01/01: gnu: python-urllib3: Update to 1.18.1.

2016-10-28 Thread Marius Bakke
Leo Famulari writes: > On Thu, Oct 27, 2016 at 01:05:19PM +0000, Marius Bakke wrote: >> mbakke pushed a commit to branch master >> in repository guix. >> >> commit 6178274d19ed3e637b5365b64a28f298574df81f >> Author: Marius Bakke >> Date: Thu Oct 27 14:

Re: [PATCH] gnu: Add qwt.

2016-10-28 Thread Marius Bakke
> * gnu/packages/qt.scm (qwt): New variable. I pushed this as fc381a3. `guix lint` reports that qttools "should probably be a native-input", but it is referenced, so that is wrong. signature.asc Description: PGP signature

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-28 Thread Marius Bakke
Ricardo Wurmus writes: > Marius Bakke writes: > >> The official vim mirrors only carries major versions and individual >> patches, no up-to-date releases. This patch changes the source uri to >> the tagged github releases instead of downloading all 40+ (so far)

Re: [PATCH] gnu: vim: Update to 8.0.0047.

2016-10-28 Thread Marius Bakke
Ricardo Wurmus writes: >>> Guix can handle downloading patches, so there’s really no need for >>> switching in my opinion. “gnu/packages/bash.scm” could be used as a >>> reference for how to deal with a large number of patches. >> >> vim-7.4 ended at 2367 patches[0]. 8.0 is currently at 51 (four

Re: [PATCH] gnu: Add python2-rpython.

2016-10-29 Thread Marius Bakke
Alex Vong writes: > * gnu/packages/python.scm (python2-rpython): New variable. [...] > +;;; The RPython toolchain currently does not support Python 3. ^^^ Only two semicolons here. The rest LGTM. > +(define-public python2-rpython > + (package > +(name "python2-rpython") > +(version

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

2016-10-29 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-imagesize, python2-imagesize): New > variables. > --- > gnu/packages/python.scm | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index f7485

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

2016-10-29 Thread Marius Bakke
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 haven't tried building the series, but the patches LGTM overall. signature.as

Re: [PATCH] gnu: Add nethogs.

2016-10-30 Thread Marius Bakke
Arun Isaac writes: > Arun Isaac writes: > >> +(arguments >> + `(#:make-flags `("CC=gcc" >> + ,(string-append "PREFIX=" %output)) >> + #:phases >> + (modify-phases %standard-phases >> + (delete 'configure > > Currently, the nethogs binary goes t

Re: [PATCH] Add php

2016-10-30 Thread Marius Bakke
> From 2b0d70360296a9f7639529507bea6d28d3524e06 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/packages/php.scm: New file. > * gnu/packages/php.scm (php): New variable. > --- > gnu/local.mk | 1 + > gnu

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-31 Thread Marius Bakke
Mike Gerwitz writes: > Marius: > > Sorry for the late reply. > > On Fri, Oct 28, 2016 at 12:27:29 +0100, Marius Bakke wrote: >> Packages are not allowed to write to /var, so to run pcscd on Guix you >> will have to symlink ~/.guix-profile/pcsc/drivers to >> /var

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

2016-10-31 Thread Marius Bakke
Follow-up to 59b2034787909cf7efa4e8d672a815b466d7d09d. * guix/licenses.scm (define-module): Export fdl1.2+. --- guix/licenses.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/licenses.scm b/guix/licenses.scm index ff214cf..1e19300 100644 --- a/guix/licenses.scm +++ b/g

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

2016-10-31 Thread Marius Bakke
/packages/speech.scm +++ b/gnu/packages/speech.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 David Thompson +;;; Copyright © 2016 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -22,7 +23,12 @@ #:use-module (guix download) #:use

[PATCH 1/3] gnu: Add dotconf.

2016-10-31 Thread Marius Bakke
/gnu/packages/textutils.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2016 Alex Griffin ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2016 ng0 +;;; Copyright © 2016 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -459,3 +460,35 @@ categories.") ;; GNU General Public Li

[PATCH 0/3] Update lua and nmap.

2016-10-31 Thread Marius Bakke
Recent nmap requires lua-5.3. I've built the dependents and only wireshark required 5.2 (which did not trigger rebuild).

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

2016-10-31 Thread Marius Bakke
* 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 --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d9b08ef..35156f6

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

2016-10-31 Thread Marius Bakke
* 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 changed, 18 insertions(+), 5 deletions(-) diff --git a/gnu/packages/lua.scm

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

2016-10-31 Thread Marius Bakke
* gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to 'lua-5.2'. --- gnu/packages/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1f6ed77..5089d3d 100644 --- a/gnu/packages/networki

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

2016-10-31 Thread Marius Bakke
Leo Famulari writes: > On Mon, Oct 31, 2016 at 01:29:42PM +0000, 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. >

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

2016-10-31 Thread Marius Bakke
Leo Famulari writes: > On Mon, Oct 31, 2016 at 01:29:44PM +0000, 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 ++

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

2016-10-31 Thread Marius Bakke
Leo Famulari writes: > On Mon, Oct 31, 2016 at 10:49:28AM +0000, 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=s

[PATCH] gnu: Add font-adobe-source-code-pro.

2016-11-01 Thread Marius Bakke
/fonts.scm +++ b/gnu/packages/fonts.scm @@ -11,6 +11,7 @@ ;;; Copyright © 2016 Jookia <166...@gmail.com> ;;; Copyright © 2016 Eric Bavier ;;; Copyright © 2016 Dmitry Nikolaev +;;; Copyright © 2016 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -28,6 +29,7 @@ ;;; along with GN

[PATCH] gnu: Add geteltorito.

2016-11-01 Thread Marius Bakke
/cdrom.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2015 Paul van der Walt ;;; Copyright © 2015, 2016 Efraim Flashner ;;; Copyright © 2016 Alex Kost +;;; Copyright © 2016 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -359,3 +360,37 @@ from an audio CD.") that grabs tracks off

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

2016-11-01 Thread Marius Bakke
* gnu/packages/django.scm (python-django): Update to 1.10.3. [source]: Remove patch. * gnu/packages/patches/python-django-fix-testcase.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk | 1 - gnu/packages/django.scm

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

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

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

2016-11-02 Thread Marius Bakke
rom 8805df4d6a71db8ca1888c4258274a942faee279 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 2 Nov 2016 09:01:36 + Subject: [PATCH] gnu: curl: Update replacement to 7.51.0 [fixes CVE-2016-{8615..8625}]. * gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0. (curl-7.50.3): Replace with ... (curl-7.5

Re: [PATCH] gnu: curl: Update replacement to 7.51.0.

2016-11-02 Thread Marius Bakke
ng0 writes: > * gnu/packages/curl.scm (curl)[replacement]: Update to 7.51.0. > (curl-7.50.3): Replace with ... > (curl-7.51.0): ... this. Ha, I should learn to check the inbox before submitting patches! I haven't done grafts before, so would like a second opinion before pushing, but happy to ta

Re: [PATCH] mps-youtube

2016-11-02 Thread Marius Bakke
ng0 writes: > I am not sure about how the non-python runtime dependencies are supposed to > be handled in python packages. > > python-pafy needs youtube-dl to function. > mps-youtube needs at least mpv and optionally ffmpeg to deal with conversion > of formats. Have you checked whether the inp

Re: [PATCH] mps-youtube

2016-11-02 Thread Marius Bakke
ng0 writes: >>> So far they are in (inputs). Are those supposed to be installed by the >>> users themselves? >> >> For optional dependencies (i.e. if mps-youtube gracefully handles >> missing ffmpeg), leaving it up to the user is good (but then it should >> not be an input). For "hard" runtime d

Re: [PATCH] gnu: Add perl-getopt-long.

2016-11-02 Thread Marius Bakke
Alex Sassmannshausen writes: > A single patch adding perl-getopt-long. The patch looks good, but is dual perl/gpl licensed according to the README and lib/Getopt/Long.pm. I updated the license information and committed as e681e347c4ed071db88442c2c592241ea0f43857. Thanks! signature.asc Descrip

How to use custom grub?

2016-11-03 Thread Marius Bakke
Greetings Guix, I have a working UEFI GuixSD system, by adding FAT32 support to base-initrd and installing the initial UEFI bootloader from a non-Guix live CD. Now that it's booted, I want to use a custom 'grub-efi' package so that `guix system reconfigure` works without passing --no-grub and man

Re: How to use custom grub?

2016-11-03 Thread Marius Bakke
Danny Milosavljevic writes: > Hi Marius, > > yeah, I've noticed that problem, too. > > David and I got some steps in the direction of fixing it (for U-Boot support): > > The U-Boot support patch generalized this, see my E-Mail to this list, > subject "[WIP PATCH] gnu: add U-Boot support to opera

Re: How to use custom grub?

2016-11-03 Thread Marius Bakke
Danny Milosavljevic writes: > Hi Marius, > > yeah, I've noticed that problem, too. > > David and I got some steps in the direction of fixing it (for U-Boot support): > > The U-Boot support patch generalized this, see my E-Mail to this list, > subject "[WIP PATCH] gnu: add U-Boot support to opera

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

2016-11-05 Thread Marius Bakke
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 year-old CVE. There is a 2.8.0 release of weex from last year on http://weex.sf.net, is that still affected? W

Re: [PATCH] mps-youtube, revision 3

2016-11-05 Thread Marius Bakke
Hartmut Goebel writes: > Am 04.11.2016 um 20:23 schrieb ng0: >> [PATCH 1/2] gnu: Add python-pafy. >> >> - made youtube-dl propagated-input as suggested by harmut >> >> [PATCH 2/2] gnu: Add mps-youtube. >> >> - no changes >> > > Both LGTM. > > Adding the comment about youtube_dl was a good idea :-

Re: How to use custom grub?

2016-11-05 Thread Marius Bakke
Ludovic Courtès writes: >> Looking at guix/scripts/system.scm, grub is defined as >> (package->derivation grub). I tried exporting grub-configuration-grub >> and using that in the (package->derivation) procedure, but that broke >> the world :) >> >> What is the correct approach here? > > What you

[PATCH 1/6] gnu: Add fatfsck-static.

2016-11-05 Thread Marius Bakke
/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2016 Jan Nieuwenhuizen ;;; Copyright © 2016 Roel Janssen +;;; Copyright © 2016 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -27,6 +28,7 @@ #:use-module

[PATCH 2/6] linux-initrd: Support FAT filesystems.

2016-11-05 Thread Marius Bakke
* gnu/system/linux-initrd.scm (base-initrd): When a FAT filesystem is present: Add fatfsck/static in (helper-packages); and add nls_iso8859-1 in (linux-modules). --- gnu/system/linux-initrd.scm | 9 + 1 file changed, 9 insertions(+) diff --git a/gnu/system/linux-initrd.scm b/gnu/system/li

Initial vfat support.

2016-11-05 Thread Marius Bakke
Hello Guix, These patches allow using a FAT32 /boot partition. There are a couple of problems still: * grub-efi tests are failing. I don't understand why, any tips here appreciated. This package can wait, however. * The changes to base-initrd are only picked up if (needed-for-boot #t). I th

[PATCH 5/6] gnu: Add efibootmgr.

2016-11-05 Thread Marius Bakke
* gnu/packages/linux.scm (efibootmgr): New variable. --- gnu/packages/linux.scm | 46 ++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 86e9ff5..5896410 100644 --- a/gnu/packages/linux.scm +++ b/gnu/p

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

2016-11-05 Thread Marius Bakke
* 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 100644 --- a/gnu/packages/grub.scm +++ b/gnu/packages/grub.scm @@ -157,3 +157,

[PATCH 4/6] gnu: Add efivar.

2016-11-05 Thread Marius Bakke
/linux.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2016 David Craven ;;; Copyright © 2016 John Darrington +;;; Copyright © 2016 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -62,6 +63,7 @@ #:use-module (gnu packages perl) #:use-module (gnu

[PATCH 3/6] file-systems: Suppress fsck status completion bar.

2016-11-05 Thread Marius Bakke
* gnu/build/file-systems.scm (check-file-system): Drop "-C" argument from fsck for compatibility with other fscks. --- gnu/build/file-systems.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm index bfc353a..30abe94 10064

Re: [PATCH 1/6] gnu: Add python-pycodestyle.

2016-11-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle): > New variables. > --- > gnu/packages/python.scm | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 51

Re: [PATCH 2/6] gnu: Add python-orderedmultidict.

2016-11-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict): > New variables. > --- > gnu/packages/python.scm | 42 ++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packa

Re: [PATCH 3/6] gnu: Add python-furl.

2016-11-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-furl, python2-furl): New variables. > > --- > gnu/packages/python.scm | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 49c09fc..3eb

Re: [PATCH 4/6] gnu: Add python-flask-babel.

2016-11-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-flask-babel, python2-flask-babel): > New variables. LGTM. signature.asc Description: PGP signature

Re: [PATCH 5/6] gnu: Make python-sqlalchemy-utils's existing inputs propagated.

2016-11-05 Thread Marius Bakke
Nit-pick, but the commit message should be in the following style: "gnu: python-sqlalchemy-utils: Propagate existing inputs.". signature.asc Description: PGP signature

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

2016-11-05 Thread Marius Bakke
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/packages/python.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/pac

Re: [PATCH 1/6] gnu: Add fatfsck-static.

2016-11-05 Thread Marius Bakke
Hartmut Goebel writes: > Am 05.11.2016 um 13:55 schrieb Marius Bakke: >> +(define-public fatfsck/static >> + (package >> +(name "fatfsck-static") > > What is the reason for using a different name in "define"? I mostly followed the convention o

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

2016-11-05 Thread Marius Bakke
Marius Bakke writes: > Leo Famulari writes: > >> On Mon, Oct 31, 2016 at 01:29:42PM +0000, 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): Ne

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

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

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

2016-11-06 Thread Marius Bakke
Leo Famulari writes: > On Sat, Nov 05, 2016 at 06:43:39PM +0000, 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 we

Re: [PATCH 0/6] Provide some optional sqlalchemy utils.

2016-11-06 Thread Marius Bakke
Danny Milosavljevic writes: > Danny Milosavljevic (6): > gnu: Add python-pycodestyle. > gnu: Add python-orderedmultidict. > gnu: Add python-furl. > gnu: Add python-flask-babel. > gnu: Make python-sqlalchemy-utils's existing inputs propagated. > gnu: Provide pytest to python-sqlalchemy

Re: [PATCH 3/6] file-systems: Suppress fsck status completion bar.

2016-11-06 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> * gnu/build/file-systems.scm (check-file-system): Drop "-C" argument >> from fsck for compatibility with other fscks. > > Oh so fsck.ext2 would no longer show any kind of progress report? > That’s annoying

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

2016-11-06 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> Leo Famulari writes: >> >>> On Sat, Nov 05, 2016 at 12:55:11PM +, Marius Bakke wrote: >>>> * gnu/packages/grub.scm (grub-efi): New variable. >>>> --- >>>> gnu/packag

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

2016-11-07 Thread Marius Bakke
Ludovic Courtès writes: >>>> From 940c03c7dcddec019e27f6eb1470aeab4db57799 Mon Sep 17 00:00:00 2001 >>>> From: Marius Bakke >>>> Date: Thu, 20 Oct 2016 17:26:52 +0100 >>>> Subject: [PATCH] gnu: Add grub-efi. >>&g

Re: [PATCH 3/6] file-systems: Suppress fsck status completion bar.

2016-11-07 Thread Marius Bakke
Ludovic Courtès writes: > Hey! > > Marius Bakke skribis: > >> Ludovic Courtès writes: >> >>> Marius Bakke skribis: >>> >>>> * gnu/build/file-systems.scm (check-file-system): Drop "-C" argument >>>> from fsck for comp

Re: How to use custom grub?

2016-11-07 Thread Marius Bakke
Danny Milosavljevic writes: >> Hmm, did you mean (package->drivation (grub-configuration-grub >> (operating-system-bootloader os))) ? Otherwise it can't work. > > Fixing typo: > > Hmm, did you mean (package->derivation (grub-configuration-grub > (operating-system-bootloader os))) ? Otherwise it

[PATCH] system: Use grub from bootloader configuration.

2016-11-07 Thread Marius Bakke
* gnu/system/grub.scm (gnu): Export grub-configuration-grub. * guix/scripts/system.scm (perform-action): Use it. Co-authored-by: Danny Milosavljevic --- gnu/system/grub.scm | 1 + guix/scripts/system.scm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/system/grub.s

Re: How to use custom grub?

2016-11-07 Thread Marius Bakke
Danny Milosavljevic writes: > Hi Marius, > > On Mon, 07 Nov 2016 11:36:51 + > Marius Bakke wrote: > >> That's it! This makes it pick up (bootloader (grub-configuration (grub >> grub-efi))) from my config.scm: >> >> making '/gnu/store/kgk

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

2016-11-07 Thread Marius Bakke
Danny Milosavljevic writes: > * 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 5b5287e..c6ec6d3 100644 > --- a/gnu/package

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

2016-11-08 Thread Marius Bakke
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/patches/mupdf-CVE-2016-7563.patch > gnu/packages/patches/mupdf-CVE-2016-7564.patch > gnu/packages/patches/mupdf

Re: How to use custom grub?

2016-11-08 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> From 5e31312aeae87d63ab2c64e92835231b59c804db Mon Sep 17 00:00:00 2001 >> From: Marius Bakke >> Date: Mon, 7 Nov 2016 11:56:52 + >> Subject: [PATCH] system: Use grub from bootloader configuration. &g

[PATCH] python-cryptography update

2016-11-08 Thread Marius Bakke
uilt the dependent packages with this patch (and the above commit), only python2-tempest-lib failed (which is also failing on master): >From 5ed9879919f86e9d3ea889a3aec00df95f70a187 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 8 Nov 2016 14:46:36 + Subject: [PATCH] gnu: python

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

2016-11-08 Thread Marius Bakke
now? I *think* this is fixed in wip-python-build-system, but haven't checked yet (still building dependents). >From 929b9caa995cc0b75a8a5cd8d4b85102c240d2f6 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 8 Nov 2016 15:50:13 + Subject: [PATCH] gnu: python-jsonschema: Correc

Re: [PATCH] python-cryptography update

2016-11-08 Thread Marius Bakke
Leo Famulari writes: > On Tue, Nov 08, 2016 at 03:22:35PM +0000, Marius Bakke wrote: >> >> The latest version of python-cryptography contains a security fix: >> >> https://cryptography.io/en/latest/changelog/#id1 >> >> However, updating requires pyt

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

2016-11-08 Thread Marius Bakke
Hartmut Goebel writes: > Am 08.11.2016 um 18:30 schrieb Leo Famulari: >>> > * gnu/packages/python.scm (python-jsonschema)[inputs]: Remove >>> > python-setuptools. Move python-vcversioner to ... >>> > [native-inputs]: ... here. >>> > * gnu/packages/python.scm (python2-jsonschema)[inputs]: Move >>>

Re: Libxslt CVE-2016-4738

2016-11-08 Thread Marius Bakke
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 2016 17:12:01 -0500 > Subject: [PATCH] gnu: libxslt: Fix CVE-2016-4738. > > * gnu/packages/patches/libxslt-CVE-

Re: Shutdown of googlecode end of the year - we have affected packages!

2016-11-08 Thread Marius Bakke
Adonay Felipe Nogueira writes: > I can't work on this issue right now, but I can at least do some > preliminary listing of affected recipes, so here's a small contribution > (although some removal of false-positives must be done): > > From root of git repository (binary matches removed). > > $ g

Re: [PATCH] Explicitly pass grub to install, install-grub*, install-grub, initialize-hard-disk and qemu-image.

2016-11-10 Thread Marius Bakke
Hi Danny, Thanks for this patch! I have verified that it works both for `guix system vm-image` and on my grub-efi system. Do you think this eliminates the need for the "setenv PATH" trick in guix/scripts/system.scm:648? For the record, I tested the patch with that section removed as well, making

Re: [PATCH 1/2] gnu: Add stfl.

2016-11-10 Thread Marius Bakke
Efraim Flashner writes: > * gnu/packages/ncurses.scm (stfl): New variable. > --- > gnu/packages/ncurses.scm | 50 > +++- > 1 file changed, 49 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm > index 979

Re: [PATCH 2/2] gnu: Add newsbeuter.

2016-11-10 Thread Marius Bakke
Efraim Flashner writes: > * gnu/packages/rss.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk | 1 + > gnu/packages/rss.scm | 75 > > 2 files changed, 76 insertions(+) > create mode 100644 gnu/packa

Re: [PATCH] gnu: milkytracker: Update upstream location, files

2016-11-10 Thread Marius Bakke
ng0 writes: > Full reason in the projects own words: > http://milkytracker.titandemo.org/news/2016/11/09/website-back-up-and-running/ Thanks! They still provide the same releases on the new home page, so I pushed a two-line version of this as 1b35fea19f4675e9491479c4fb09a626357716db. signatur

Re: [PATCH] gnu: milkytracker: Update upstream location.

2016-11-11 Thread Marius Bakke
ng0 writes: > > I'm irritated that 1b35fea19f4675e9491479c4fb09a626357716db ended > up with the remark "reported by ng0" as I did not report it, I've > sent a patch. Sorry about that. After reducing the patch to two lines, there was still a copyright line added, which felt out-of-place for a sim

Re: [PATCH] gnu: milkytracker: Update upstream location, files

2016-11-11 Thread Marius Bakke
ng0 writes: > Marius Bakke writes: > >> ng0 writes: >> >>> Full reason in the projects own words: >>> http://milkytracker.titandemo.org/news/2016/11/09/website-back-up-and-running/ >> >> Thanks! They still provide the same releases on the new

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

2016-11-11 Thread Marius Bakke
>> guix/build/download.scm:383:6: In procedure tls-wrap: >> guix/build/download.scm:383:6: X.509 certificate of 'static.nvd.nist.gov' >> could not be verified: >> signer-not-found >> invalid That's interesting, I have a similar problem after rebuilding my GuixSD system from latest git and re

Re: [PATCH] gnu: mpv: Use lua@5.2.

2016-11-14 Thread Marius Bakke
Andy Patterson writes: > Hi, > > This patch re-enables lua support in mpv. After reading > waftools/checks/custom.py in the distribution, I came to the conclusion > that lua > 5.2 isn't supported, so I think this is the right approach. Thanks for catching this, applied! signature.asc Descripti

Re: [PATCH] Add php

2016-11-14 Thread Marius Bakke
Julien Lepiller writes: >> Could you send an updated patch to address those issues? Then we can >> happily apply it. > here is the updated patch. I let the tests be done because it doesn't > harm, but it does no good either, so feel free to disable them if you > prefer. Hello! I've gone through

Re: [PATCH] Add php

2016-11-14 Thread Marius Bakke
Marius Bakke writes: > Julien Lepiller writes: > >>> Could you send an updated patch to address those issues? Then we can >>> happily apply it. >> here is the updated patch. I let the tests be done because it doesn't >> harm, but it does no good ei

Re: [PATCH] tests: Don't check file-systems in container tests.

2016-11-14 Thread Marius Bakke
Ludovic Courtès writes: > Hi, > > Andy Patterson skribis: > >> The containers test was hanging for me, and this patch fixed the >> problem. > > [...] > >> From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001 >> From: Andy Patterson >> Date: Sat, 12 Nov 2016 22:10:01 -0500 >> S

Re: [PATCH] Add php

2016-11-14 Thread Marius Bakke
Ludovic Courtès writes: > Hi Marius, > > Marius Bakke skribis: > >> Marius Bakke writes: >> >>> Julien Lepiller writes: >>> >>>>> Could you send an updated patch to address those issues? Then we can >>>>> happily appl

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

2016-11-17 Thread Marius Bakke
Arun Isaac writes: > Please find attached patch to update mpop from 1.2.5 to 1.2.6. Thanks for this. I'm unable to download the new version with `./pre-inst-env guix build mpop`; however downloading manually with `guix download` works fine and returns the hash, so I pushed the patch. Here is th

Re: [PATCH] Add php

2016-11-17 Thread Marius Bakke
tyreunom writes: > Le 2016-11-17 01:01, Marius Bakke a écrit : >> Ludovic Courtès writes: >> >>> Marius Bakke skribis: >>> >>>> Some failures are indeed due to missing network or programs in the >>>> build >>>> environmen

Re: [PATCH] Add php

2016-11-17 Thread Marius Bakke
about are the iconv crashes. That may be due to > lacking locales though. You could try commenting them out and adding "glibc-locales" to native-inputs. Not sure if they will get picked up by that however. A better test may be to try out that particular functionality using the install

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

2016-11-17 Thread Marius Bakke
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 > my system. But, I did download manua

Re: 01/01: gnu: mpop: Use 'sourceforge' mirror.

2016-11-17 Thread Marius Bakke
Leo Famulari writes: > lfam pushed a commit to branch master > in repository guix. > > commit 175c9103800640a2ecdc2c33094a03687270b341 > Author: Leo Famulari > Date: Thu Nov 17 15:55:06 2016 -0500 > > gnu: mpop: Use 'sourceforge' mirror. > > This is a followup to commit 5837e69936

Re: [PATCH] gnu: xonsh: Update to 0.4.7.

2016-11-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/shells.scm (xonsh): Update to 0.4.7. > --- > gnu/packages/shells.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied! signature.asc Description: PGP signature

Re: [PATCH] Add php

2016-11-18 Thread Marius Bakke
Julien Lepiller writes: > On Thu, 17 Nov 2016 21:43:39 +0100 > Marius Bakke wrote: > >> Julien Lepiller writes: >> >> >> >> Unfortunately that only fixed a handful of tests, the remaining >> >> >> 50-something had to be disabled

Re: [PATCH] Update lilypond to 2.19.50

2016-11-20 Thread Marius Bakke
Nicolas Goaziou writes: > Hello, > > The following patch updates lilypond to 2.19.50. Thanks for this! It seems they released 2.19.51 today, can you send a patch for that instead? :-) Perhaps we should switch to the stable branch when 2.20.x is out. signature.asc Description: PGP signature

Re: [PATCH] Add php

2016-11-20 Thread Marius Bakke
Marius Bakke writes: >>> > Failures in tests caused by external gd are not too serious to >>> > require us to switch to the bundled one I think. We may not even >>> > need to patch our libgd with php specific patches, since the >>> > failures a

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