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
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
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.
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)
> >> +
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
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.
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
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
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
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
* 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
* 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
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
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
* 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
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
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!
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 --
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!
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
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
On Mon, Oct 31, 2016 at 10:49:26AM +, Marius Bakke wrote:
> * gnu/packages/textutils.scm (dotconf): New variable.
LGTM
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
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
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!
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
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
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.
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)
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
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
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
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
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
> --
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
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
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
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
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
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
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
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
&
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
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
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
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
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
On Sat, Nov 05, 2016 at 09:07:48PM +, ng0 wrote:
> * gnu/packages/w3m.scm (w3m)[source]: Fix the commit string.
Thanks, pushed!
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:
>
>
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
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
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?
On Sun, Nov 06, 2016 at 08:34:24PM +0100, Ricardo Wurmus wrote:
> * gnu/packages/audio.scm (faust-2): New variable.
LGTM
* 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
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
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
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
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
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.
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
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).
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
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
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?
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
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
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
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 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
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
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
> >
> >
* 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 ++
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
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.
>
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
> >>
>
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
* 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
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
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
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
> --
* 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
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
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
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
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
>
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
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
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
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
On Wed, Nov 16, 2016 at 12:27:56PM +, ng0 wrote:
> * gnu/packages/python.scm (python-pafy): Disable tests.
Thanks, pushed!
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
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
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
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
>
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:
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
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
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
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/
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
501 - 600 of 3849 matches
Mail list logo