Leo Famulari writes:
> On Sat, Jun 11, 2016 at 06:56:38PM -0500, Lukas Gradl wrote:
>> It seems that zlib is only required for tests. In README and README.md
>> zlib is never mentioned among the dependencies, which also supports
>> that it is only needed for tests. I was not aware of that befo
* gnu/packages/curl.scm (curl)[replacement]: New field.
(curl/fixed): New variable.
---
gnu/packages/curl.scm | 15 +++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 222910b..925602e 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packa
If your SSL / TLS provider is mbedTLS (formerly PolarSSL), there is a
bug in curl [CVE-2016-3739] that allows an attacker to bypass the full
certificate check by presenting any valid certificate.
So, you might think are connecting to https://example.com, when in fact
the attacker has a certificate
hi,
This patch fix /bin/sh for gnome-autogen.sh
--
Jovany Leandro G.C
Desarrollador de Software
github: http://github.com/bit4bit
Se libre usa GNU Linux-libre (http://www.gnu.org)>From f9d585eb60a5261dd38d6a4fc5e5d443abc91ed9 Mon Sep 17 00:00:00 2001
From: "Jovany Leandro G.C"
Date: Sat, 11 Ju
On Sat, Jun 11, 2016 at 09:29:54PM -0400, David Thompson wrote:
> * gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
Cool. Should it be part of the GNOME meta-package?
On Sun, Jun 12, 2016 at 12:48:26AM +, ng0 wrote:
> On 2016-06-11(08:24:47-0400), Leo Famulari wrote:
> Insert/Load the guixsd image on a remote/local-remote system, provide
> a password which is not empty, start an sshd (lsh/openssh) and be able
> to do the installation this way... or at least
* gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
---
gnu/packages/gnome.scm | 27 +++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c87c371..0b80ebb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages
Some bugs in OpenSSL were recently disclosed.
CVE-2016-2177
http://seclists.org/oss-sec/2016/q2/500
CVE-2016-2178
http://seclists.org/oss-sec/2016/q2/493
The second bug can apparently be used by an attacker to recover DSA
keys. And remember that OpenSSH uses OpenSSL, so it is affected too.
Shou
On 2016-06-11(08:24:47-0400), Leo Famulari wrote:
> On Tue, Jun 07, 2016 at 10:17:02AM +, ng0 wrote:
> > Could we target a similar behavior for GuixSD for the next release,
> > where people could pass at least a password to startup parameters?
>
> I don't understand your use case fully, but wou
On Tue, Jun 07, 2016 at 10:17:02AM +, ng0 wrote:
> Could we target a similar behavior for GuixSD for the next release,
> where people could pass at least a password to startup parameters?
I don't understand your use case fully, but would it suffice to provide
the password in the operation syst
On Sat, Jun 11, 2016 at 06:56:38PM -0500, Lukas Gradl wrote:
> It seems that zlib is only required for tests. In README and README.md
> zlib is never mentioned among the dependencies, which also supports
> that it is only needed for tests. I was not aware of that before (Shame
> on me).
Is zlib
Hi,
I am sorry for the long silence, this week was busy and I did not find a
lot of time to look into this. My apologies for that!
Leo Famulari writes:
> On Mon, Jun 06, 2016 at 10:07:37AM -0400, Leo Famulari wrote:
>> On Mon, May 30, 2016 at 03:50:41PM -0500, Lukas Gradl wrote:
>> > * gnu/pa
On Sat, Jun 11, 2016 at 11:50:49AM +, ng0 wrote:
> * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50.
Thanks, pushed as bb88a9a976
I packed using the python-build. So I didn't run tests, I'm sorry.
this package is to python2 because I'll need to packing to another package (bitcoin wallet alternative).
I'll add tests and support to py3 in soon.
thanks ben and guixs.
Daniel Pimentel (aka d4n1)On Ben Woodcroft , Jun 10, 201
Just a heads up:
Higan v099 is released and it removes the "balanced" and "performance"
emulation cores (aka profiles), only keeping "accuracy". I pushed a
commit doing the update.
If anyone wishes to use higan but their machine is too slow for the
accuracy profile, we could create a higan-v098
Hi Alex,
> >> > > ...
> >> > > +(modify-phases %standard-phases
> >> > > + (add-before 'configure 'pre-configure
> >> > > + (lambda* (#:key outputs #:allow-other-keys)
> >> > > + (let ((out (assoc-ref outputs "out")))
> >> > > + (sub
I believe the thread was broken in my mailbox because I used gmane
for a while.
Here is one question regarding the package:
On Gentoo we created a user and group dedicated to gnunet
(sample, unfinished post install notes from gentoo below),
gnunet would be started under this user, and users who
wo
From 4d5661ac66940e2583c5bef07bc6a8832af92208 Mon Sep 17 00:00:00 2001
From: ng0
Date: Sat, 11 Jun 2016 20:44:31 +
Subject: [PATCH] gnu: gnurl: Add CA path.
* gnurl(configure-flags): --with-ca-path=/etc/ssl/certs/
---
gnu/packages/gnunet.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deleti
This patch adds rewrites from http to https for
elpa.gnu.org in gnu/packages/emacs.scm
Split off from this thread:
https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00384.html
From 7195a4446d19fee379e339b65e674413ec4398a7 Mon Sep 17 00:00:00 2001
From: ng0
Date: Sat, 11 Jun 2016 18:02:40
On Sat, Jun 11, 2016 at 06:43:21AM -0700, yoo...@gmail.com wrote:
> Upon further reflection.. The Guix manual might not be an appropriate place
> for such a guide. If the Guix manual isn't a good place for such a set of
> instructions, do you have any suggestions for a location (blog, etc)?
There
On 2016-06-11(06:33:24PM+0200), Mathieu Lirzin wrote:
> Hello,
>
> ng0 writes:
>
> > Hi, last cosmetic patch for today.
> > This patch does the following:
> >
> > 1. rewrite every occurence in gnu/packages/*.scm files of
> >http://www.gnu.org to https://www.gnu.org
> > 2. for gnu/packages/emac
Hi Guix,
i just working packaging **workrave**
now it's works. see attachments.:)
let me know how can help
--
Jovany Leandro G.C
Desarrollador de Software
github: http://github.com/bit4bit
Se libre usa GNU Linux-libre (http://www.gnu.org);;;Author Jovany Leandro G.C
;;;LICENSE FREE AS GUIX
On 2016-06-11(06:33:24PM+0200), Mathieu Lirzin wrote:
> Hello,
>
> ng0 writes:
>
> > Hi, last cosmetic patch for today.
> > This patch does the following:
> >
> > 1. rewrite every occurence in gnu/packages/*.scm files of
> >http://www.gnu.org to https://www.gnu.org
> > 2. for gnu/packages/emac
Hello,
ng0 writes:
> Hi, last cosmetic patch for today.
> This patch does the following:
>
> 1. rewrite every occurence in gnu/packages/*.scm files of
>http://www.gnu.org to https://www.gnu.org
> 2. for gnu/packages/emacs.scm enable tls for elpa.gnu.org,
>which is now using a certificate
Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> * gnu/packages/gnucash.scm (gwenhywfar): New variable.
>
> [...]
>
>> +(inputs
>> + `(("libgcrypt" ,libgcrypt)
>> + ("gnutls" ,gnutls)
>> + ("openssl" ,openssl)
>
> Do all three libraries show up in ‘guix gc --references
Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> * gnu/packages/gnucash.scm (gwenhywfar): New variable.
>
> [...]
>
>> +(inputs
>> + `(("libgcrypt" ,libgcrypt)
>> + ("gnutls" ,gnutls)
>> + ("openssl" ,openssl)
>
> Do all three libraries show up in ‘guix gc --references
Dear Guix,
Here's a trivial patch to add rainbow-identifiers that even makes bad
code look pretty ;).
Is it OK to push?
Kind regards,
Roel Janssen
>From 0725af80a8ffb923ede63ac31a61ac245a8a594b Mon Sep 17 00:00:00 2001
From: Roel Janssen
Date: Sat, 11 Jun 2016 16:25:42 +0200
Subject: [PATCH]
This patch adds 178 replacements for http to https
for x.org, anongit.freedesktop.org, cgit.freedesktop.org,
all using the Let's Encrypt CA.
From d79b7e774a333a41a5a2b9ed7d73df2bfd95d08c Mon Sep 17 00:00:00 2001
From: ng0
Date: Sat, 11 Jun 2016 13:29:13 +
Subject: [PATCH] gnu: xorg.scm(): Rep
Yes, I would say it is a bit redundant, partially on purpose :)
I wanted to create a short set of instructions to help users get in to a
GuixSD installation quickly, with the intent that they can poke around
inside the system and then read through the "System Installation" section
for more in-dept
Hi,
this patch updates libmicrohttpd to 0.9.50.
From a3653d6697b7697f357e8db4bae8c61a5e5627b2 Mon Sep 17 00:00:00 2001
From: ng0
Date: Sat, 11 Jun 2016 11:44:17 +
Subject: [PATCH] gnu: libmicrohttpd: Update to 0.9.50.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50.
---
gnu/pac
Jan Nieuwenhuizen writes:
Hi!
Some more info, still no full picture.
TL;DR: 28dc10a4 breaks the cross build on master (i.e. reverting it
fixes the cross build), but core-updates has 28dc10a4 and there the
cross build works. So cross building with 28dc10a4 depends on something
else that is in co
On 2016-06-10(10:39:49-0400), Leo Famulari wrote:
> On Sat, Jun 11, 2016 at 01:02:18AM +, ng0 wrote:
> > After installing OpenTTD, the game asks for a download of
> > OpenGFX (GPL2 licensed) which can be done in application.
> >
> > Now this is not the way this is handled usually, and it is
> >
Hi Matthew,
thank you very much for your patch! Below are some comments.
> From 9d400b025a3d60bc29b58ba0bf1301a418ba7aa2 Mon Sep 17 00:00:00 2001
> From: Matthew Jordan
> Date: Wed, 18 May 2016 18:20:30 -0400
> Subject: [PATCH] gnu: Add Tmux themepack
> * gnu/packages/tmux.scm: (tmux-themepac
Ludovic Courtès writes:
>> The patch below has gnome-tweak-tool communicate with gsettings instead
>> of using the `memory. I'm not sending it as a fix yet because
>> gnome-tweak-tool does not list any themes, as davexunit reported.
>
> So does the patch fix something? (Sorry, I’m quite ignoran
34 matches
Mail list logo