On Sat, Dec 31, 2016 at 05:28:14AM -0800, dian_ce...@zoho.com wrote:
> Hello everyone,
>
> I have been giving GuixSD some thought as the holiday's pass and I had a
> question I wanted to ask. During a recent scare with a computer on my LAN
> being
> compromised (a Windows system), I've been
Hi Danny!
Good find; I can reproduce the crash here... I don't even need to
scroll, it's nearly instant! Here's the IceCat generated report
(copied from IceCat's crash popup window):
AbortMessage: [31898] ###!!! ABORT: X_CopyArea: BadDrawable (invalid Pixmap or
Window parameter); 3 requests ago:
Leo Famulari skribis:
> On Wed, Nov 30, 2016 at 10:31:09PM +, Ludovic Court�s wrote:
>> civodul pushed a commit to branch master
>> in repository guix.
>>
>> commit d30e578a0011b05d1e7d8b3ba7ee38588eba301c
>> Author: Ludovic Courtès
>> Date: Wed Nov 30 23:26:57 2016 +0100
>>
>> gnu:
Leo Famulari skribis:
> On Wed, Nov 30, 2016 at 10:31:09PM +, Ludovic Court�s wrote:
>> civodul pushed a commit to branch master
>> in repository guix.
>>
>> commit d30e578a0011b05d1e7d8b3ba7ee38588eba301c
>> Author: Ludovic Courtès
>> Date: Wed Nov 30 23:26:57 2016 +0100
>>
>> gnu:
Hello Guix! :-)
I’m pleased to announce the last(?) feature of the year: ‘guix copy’!
It copies store items over SSH, pretty much like ‘guix offload’ already
does; documentation below.
Currently there’s no progress report and error reporting is suboptimal,
but I find it useful already.
Feedback
Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> * gnu/packages/embedded.scm (propeller-binutils): New variable.
>
> [...]
>
>> + ,@(substitute-keyword-arguments (package-arguments xbinutils)
>> + ((#:configure-flags flags)
>> + `(cons "--disable-nls" ,fla
I am trying to add mp4v2, and while it's functional, I'm in
contact with upstream to figure out where (if at all) it moved.
So far the (anonymous) opinion, which I do share, is that the
situation is chaotic with so many forks out there. Depending on
how the discussion(s) end, I will suggest (or wi
This is an updated version of the patch. There is only a minor stylish
change, spaces in local.mk are changed to tabs.
From 0cf96ac1167906565c560a12ab730d2192779315 Mon Sep 17 00:00:00 2001
From: Alex Vong
Date: Sat, 31 Dec 2016 00:05:49 +0800
Subject: [PATCH] gnu: tar: Fix CVE-2016-6321.
* gnu/
* gnu/packages/education.scm (touch10): New variable.
* gnu/packages/patches/tipp10-fix-compiling.patch,
gnu/packages/patches/tipp10-remove-license-code.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
---
gnu/local.mk | 2 +
gnu/packages
Am 19.12.2016 um 22:39 schrieb Ludovic Courtès:
>
>> + (uri (string-append "mirror://debian/pool/main/"
>> + "t/tipp10/tipp10_2.1.0.orig.tar.gz"))
> Is there really no upstream for this program? tipp10.com seems to be
> live, no?
There is, but guix is
* gnu/packages/python.scm (python-bpython, python2-bpython): New
variables.
---
gnu/packages/python.scm | 41 +
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 75f5fba..af6ab2f 100644
--- a/gnu/package
* gnu/packages/python.scm (python-blessings, python2-blessings): 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 2dea03b..8dbd64a 100644
--- a/gnu/packages/python
* gnu/packages/python.scm (python-curtsies, python2-curtsies,
python-curtsies-0.1, python2-curtsies-0.1): New variables.
---
gnu/packages/python.scm | 51 +
1 file changed, 51 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/pytho
* gnu/packages/python.scm (python-pyte, python2-pyte): 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 a0542a5..2dea03b 100644
--- a/gnu/packages/python.scm
+++ b/g
Hello everyone,
I have been giving GuixSD some thought as the holiday's pass and I had a
question I wanted to ask. During a recent scare with a computer on my LAN being
compromised (a Windows system), I've been giving thought to some issues with
securing desktops, and one of those is file int
Am 31.12.2016 um 12:16 schrieb Ludovic Courtès:
> after all. However, as a distro, I think we should refrain from
> providing packages unrelated to Guix/Guile that have no upstream.
So this package will not happen, since *I* will not spend my time to
create such a project. As a consequences, ther
Hi Alex,
Alex Kost skribis:
> Ludovic Courtès (2016-12-29 18:40 +0100) wrote:
>
>> Hi!
>>
>> Alex Kost skribis:
[...]
>>> What about making "gnu/packages/files" (or another dirname) directory,
>>> and putting "guix-emacs.el" and kernel configs ("linux-libre-*.conf")
>>> there?
>>>
>>> I mean
Hello,
Hartmut Goebel skribis:
> Am 29.12.2016 um 18:44 schrieb Ludovic Courtès:
>> Given the popularity of PHP, I would expect tutorials and examples to
>> abound already, no?
>>
>> You can of course roll your own and Guix could distribute it, that’s
>> fine. I’m just surprised we even have to
Leo Famulari skribis:
> On Thu, Dec 29, 2016 at 06:51:46PM +0100, Ludovic Courtès wrote:
>> Hi!
>>
>> John Darrington skribis:
>>
>> > For what it's worth, I find that building *anything* related to qemu fails
>> > for different reasons in about 2/3 attempts. So I think there is a
>> > fundam
Hi Guix,
This patch fixes CVE-2016-6321 for GNU Tar. The patch is basically
directly copied from upstream with the modification to the NEWS file
removed since it hunks out to a reject file. The message below is for
your reference.
From 934e7d752bdd04521c8d0bc2c6cde4a66bf074b4 Mon Sep 17 00:00:00
20 matches
Mail list logo