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 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
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
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
* 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/
* 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
* 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
* 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
@@
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
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
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(-)
> >
Looks good. Push it!
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
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
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 +++
Full reason in the projects own words:
http://milkytracker.titandemo.org/news/2016/11/09/website-back-up-and-running/
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
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
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
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
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
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
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
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
* 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
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. :-)
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
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,
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
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
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
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
>
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’
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
* 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
* 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
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
* 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
38 matches
Mail list logo