Re: Libtiff buffer overflow fix

2016-11-10 Thread Kei Kebreau
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 > > There is no CVE ID assigned yet. LGTM! signature.asc Description: PGP signature

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 chan

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 -050

New continuous integration server bought thanks to Igalia

2016-11-10 Thread Ludovic Courtès
Hello Guix! I mentioned it this summer in my GHM talk: free software cooperative Igalia made a generous donation to the “Guix Europe” non-profit, which allowed us to purchase a brand new, Libreboot-powered server, that will ultimately replace the VM behind hydra.gnu.org. Andreas reports on the st

[PATCH 1/4] gnu: Separate util-linux into three packages.

2016-11-10 Thread John Darrington
* gnu/packages/linux.scm (util-linux/base): New variable, (util-linux/mount): New variable, (util-linux) Refine inheriting from util-linux/base. --- gnu/packages/linux.scm | 69 -- 1 file changed, 55 insertions(+), 14 deletions(-) diff --git a/gnu/

[PATCH 4/4] Add fs-search paths to util-linux

2016-11-10 Thread John Darrington
* gnu/packages/linux.scm (util-linux) [arguments]: Add configure flag --enable-fs-paths=. [inputs]: Add nfs-utils. --- gnu/packages/bash.scm | 1 + gnu/packages/guile.scm | 1 + gnu/packages/linux.scm | 9 - 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bash

[PATCH 3/4] gnu: Move util-linux/mount to new file and deal with the effects.

2016-11-10 Thread John Darrington
* gnu/packages/linux-base.scm: New file. * gnu/local.mk: Add it. * gnu/packages/linux.scm (util-linux/base util-linux/mount lvm2 eudev procps kmod): Remove. * gnu/packages/admin.scm: Use module linux-base. * gnu/packages/bash.scm: Use module linux-base. * gnu/packages/guile.scm: Use module linux-b

[PATCH 2/4] gnu: nfs-utils: Change input from util-linux to util-linux/mount.

2016-11-10 Thread John Darrington
* gnu/packages/nfs.scm (inputs): Remove util-linux, Add util-linux/mount. --- gnu/packages/nfs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/nfs.scm b/gnu/packages/nfs.scm index 650a2af..761b19c 100644 --- a/gnu/packages/nfs.scm +++ b/gnu/packages/nfs.scm @@

Re: Web site now uses Haunt

2016-11-10 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > Ludo', > > On 10/11/16 15:40, Ludovic Courtès wrote: >> Hello! (again! :-)) > > Well hello. I didn't see you there. > > This caught my attention: > > From: l...@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) > To: Guile-devel > Bah! It m

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

2016-11-10 Thread Ludovic Courtès
Hello! Marius Bakke skribis: > 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

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

2016-11-10 Thread Efraim Flashner
On Thu, Nov 10, 2016 at 03:22:54PM +, Marius Bakke wrote: > Efraim Flashner writes: > > > * gnu/packages/ncurses.scm (stfl): New variable. > > --- > > gnu/packages/ncurses.scm | 50 > > +++- > > 1 file changed, 49 insertions(+), 1 deletion(-) > >

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

2016-11-10 Thread Christopher Allan Webber
Looks good. Push it!

Re: [PATCH] gnu: gmsh: Update to 2.14.1

2016-11-10 Thread Efraim Flashner
On Thu, Nov 10, 2016 at 01:25:51PM +, Paul Garlick wrote: > * gnu/packages/maths.scm (gmsh): Update version, hash and uri > --- > gnu/packages/maths.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm > index 64e53

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

[PATCH] gnu: milkytracker: Update upstream location.

2016-11-10 Thread ng0
The checksum changed since the new location's archive contains no autotools generated binaries. * gnu/packages/music.scm (milkytracker)[source]: Update source uri and checksum. [arguments]: Run autoreconf before configure. [home-page]: Change to new domain. --- gnu/packages/music.scm | 20 +++

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

2016-11-10 Thread ng0
Full reason in the projects own words: http://milkytracker.titandemo.org/news/2016/11/09/website-back-up-and-running/

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 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: Web site now uses Haunt

2016-11-10 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Hello! (again! :-)) Hate to break it to you but this is still guix-devel. :-P Great news though. :-) > I moved Guile’s web site to Haunt like I did earlier with that of Guix: > > https://lists.gnu.org/archive/html/guix-devel/2016-10/msg01307.html > > S

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: Web site now uses Haunt

2016-11-10 Thread Tobias Geerinckx-Rice
Ludo', On 10/11/16 15:40, Ludovic Courtès wrote: > Hello! (again! :-)) Well hello. I didn't see you there. This caught my attention: From: l...@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Guile-devel Kind regards, T G-R signature.asc Description: OpenPGP dig

Web site now uses Haunt

2016-11-10 Thread Ludovic Courtès
Hello! (again! :-)) I moved Guile’s web site to Haunt like I did earlier with that of Guix: https://lists.gnu.org/archive/html/guix-devel/2016-10/msg01307.html So now the news page is more pleasant to the eye: https://www.gnu.org/software/guile/news/ I figured probably nobody would dislike

Re: Web site now uses Haunt

2016-11-10 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> I moved the web site to Haunt like I did earlier with that of Guix: >> >> https://lists.gnu.org/archive/html/guix-devel/2016-10/msg01307.html >> >> So now the news page is more pleasant to the eye: >> >> https://www.gnu.org

Re: Web site now uses Haunt

2016-11-10 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > I moved the web site to Haunt like I did earlier with that of Guix: > > https://lists.gnu.org/archive/html/guix-devel/2016-10/msg01307.html > > So now the news page is more pleasant to the eye: > > https://www.gnu.org/software/guile/news/ > > I figured

[PATCH] gnu: gmsh: Update to 2.14.1

2016-11-10 Thread Paul Garlick
* gnu/packages/maths.scm (gmsh): Update version, hash and uri --- gnu/packages/maths.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 64e53e2..c9792a1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm

Web site now uses Haunt

2016-11-10 Thread Ludovic Courtès
Hello! I moved the web site to Haunt like I did earlier with that of Guix: https://lists.gnu.org/archive/html/guix-devel/2016-10/msg01307.html So now the news page is more pleasant to the eye: https://www.gnu.org/software/guile/news/ I figured probably nobody would dislike the change. :-)

Re: [Patch v2 3/3] gnu: Add pdfposter.

2016-11-10 Thread Hartmut Goebel
Am 10.11.2016 um 11:48 schrieb Ludovic Courtès: > LGTM with these changes. I pushed the patch series with all your requests handled. Thanks for reviewing and expeling my errors :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-com

Re: Shepherd does not recycle zombie processes

2016-11-10 Thread Carlo Zancanaro
On Wed, Nov 09 2016, Ludovic Courtès wrote Could you run shepherd in “strace -f” and see where the SIGCHLD signals go? I don't really know how to read strace's output (and there's a lot of it), but sometimes it gives a line like this: --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED,

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

2016-11-10 Thread Hartmut Goebel
Am 10.11.2016 um 13:35 schrieb Ludovic Courtès: > Hmm, OK. That doesn’t make it sounds like it’s really safe to use with > Python 3. You challenged me :-) I fixed the test-suite using a simple change which opens a file in binary mode. -- Regards Hartmut Goebel | Hartmut Goebel | h.g

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

2016-11-10 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 10.11.2016 um 11:46 schrieb Ludovic Courtès: >>> > +(arguments >>> > + `(#:tests? #f)) ; tests fail in Python 3 (due to str vs bytes) >> So probably we should only build the Python 2 variant? WDYT? >> > > The main feature of PyPDF2 is that is supports Python

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

2016-11-10 Thread Hartmut Goebel
Am 10.11.2016 um 11:46 schrieb Ludovic Courtès: >> > +(arguments >> > + `(#:tests? #f)) ; tests fail in Python 3 (due to str vs bytes) > So probably we should only build the Python 2 variant? WDYT? > The main feature of PyPDF2 is that is supports Python 3, what the old pyPdf does not. So

Re: [Patch v2 3/3] gnu: Add pdfposter.

2016-11-10 Thread Ludovic Courtès
Efraim Flashner skribis: > On Wed, Nov 09, 2016 at 11:39:13PM +0100, Hartmut Goebel wrote: >> * gnu/packages/pdf.scm(pdfposter): New variable. ^ Space. :-) [...] >> +(arguments >> + `(#:tests? #f ; no test suite, only for visula control >

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

2016-11-10 Thread Ludovic Courtès
Hartmut Goebel skribis: > * gnu/packages/pdf.scm(python2-pypdf): New variable. ^ Space. > +(synopsis "Pure Python PDF toolkit") > +(description "A pure Python library built as a PDF toolkit. Please turn this into a sentence. OK with these changes, thanks! Ludo’

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

2016-11-10 Thread Ludovic Courtès
Hartmut Goebel skribis: > * gnu/packages/pdf.scm(python-pypdf2, python2-pypdf2): New variables. ^ Space please. > +(arguments > + `(#:tests? #f)) ; tests fail in Python 3 (due to str vs bytes) So probably we should only build the Python 2 variant? WDYT? > +@ite

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

2016-11-10 Thread Danny Milosavljevic
* gnu/build/install.scm (install-grub): Add grub-store-path parameter. Use it. * gnu/build/vm.scm (initialize-hard-disk): Add grub parameter. Use it. Call modified install-grub. * guix/scripts/system.scm (install-grub*): Add grub parameter. Pass it along to install-grub. * guix/scripts/system.scm

[PATCH 2/2] gnu: Add newsbeuter.

2016-11-10 Thread Efraim Flashner
* 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/packages/rss.scm diff --git a/gnu/local.mk b/gn

[PATCH 0/2] Add newsbeuter

2016-11-10 Thread Efraim Flashner
I've been using newsbeuter for a couple of years now. Initially packaged this months ago and finally cleaned it up for submission. Efraim Flashner (2): gnu: Add stfl. gnu: Add newsbeuter. gnu/local.mk | 1 + gnu/packages/ncurses.scm | 50 +++- gnu/pac

[PATCH 1/2] gnu: Add stfl.

2016-11-10 Thread Efraim Flashner
* 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 9799167..468cd99 100644 --- a/gnu/packages/nc