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
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
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 \
>
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
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
/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
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
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
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
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
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:
> * 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
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)
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
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
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
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
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
> 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
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
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
/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
/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
Recent nmap requires lua-5.3. I've built the dependents and only
wireshark required 5.2 (which did not trigger rebuild).
* 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
* 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
* 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
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.
>
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 ++
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
/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
/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
* 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
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
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
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
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
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
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
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
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
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
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
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 :-
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
/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
* 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
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
* 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
* 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,
/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
* 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
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
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
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
Danny Milosavljevic writes:
> * gnu/packages/python.scm (python-flask-babel, python2-flask-babel):
> New variables.
LGTM.
signature.asc
Description: PGP signature
Nit-pick, but the commit message should be in the following style:
"gnu: python-sqlalchemy-utils: Propagate existing inputs.".
signature.asc
Description: PGP signature
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
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
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
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
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
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
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
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
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
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
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
* 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
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
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
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
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
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
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
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
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
>>>
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-
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
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
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
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
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
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
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
>> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
101 - 200 of 1073 matches
Mail list logo