Mark H Weaver writes:
> This patch upgrades cURL to 7.35.0.
Ah, nevermind, I see that Sree already did this.
Mark
>From ae342554c8bc60a2bd238a0869c7bd5ba33619e2 Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Wed, 19 Feb 2014 02:06:13 -0500
Subject: [PATCH] gnu: tor: Upgrade to 0.2.4.20.
* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.20.
---
gnu/packages/tor.scm | 4 ++--
1 file changed, 2 insertions(+),
This adds gmime, another step toward notmuch (mail).
Mark
>From c848b174fc5ab2268f72736fe574a2def50ed095 Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Tue, 18 Feb 2014 23:08:04 -0500
Subject: [PATCH] gnu: Add gmime.
* gnu/packages/mail.scm (gmime): New variable.
---
gnu/packages/mail.
This patch upgrades cURL to 7.35.0.
Mark
>From 5b2d248c545cfe0383525bb59e9d3c8160651737 Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Tue, 18 Feb 2014 19:46:57 -0500
Subject: [PATCH] gnu: curl: Upgrade to 7.35.0.
* gnu/packages/curl.scm (curl): Upgrade to 7.35.0.
---
gnu/packages/cu
This patch is needed to allow gnutls to find the system-wide trust store
(trusted CA certificates).
Mark
>From 51fdea28198bd284949c98bc423e5fcef6169068 Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Tue, 18 Feb 2014 21:30:53 -0500
Subject: [PATCH] gnu: gnutls: Configure location of sy
Sree Harsha Totakura wrote:
> I am suspecting that this is a problem with you kernel configuration.
> Do you have the namespaces available (the following options) in your
> config?
>
> CONFIG_NAMESPACES=y
> CONFIG_UTS_NS=y
> CONFIG_IPC_NS=y
> CONFIG_USER_NS=y
> CONFIG_PID_NS=y
> CONFIG_NET_NS=y
Wo
On 02/18/2014 11:39 PM, Andreas Enge wrote:
> Thanks, also pushed! The patch that you could remove for gnurl is still
> needed for curl? Did you make a bug report?
Yes, it is still needed. It has been fixed by cURL upstream though, so
we can remove it after the next release.
Sree
On Tue, Feb 18, 2014 at 09:45:56PM +0100, Sree Harsha Totakura wrote:
> The following patches update cURL to 7.35.0 and fix its test cases.
Thanks, also pushed! The patch that you could remove for gnurl is still
needed for curl? Did you make a bug report?
Andreas
On Tue, Feb 18, 2014 at 09:57:42PM +0100, Sree Harsha Totakura wrote:
> Upstream has fixed the previously failing testcase 1022. Hence,
> it is no longer required to be disabled.
Applied, thanks! I dropped the "with-directory-excursion" line as there
was only one file to be patched.
Andreas
On 02/18/2014 05:29 PM, David Knight wrote:
> it downloads about 277M of files (up to guile-2.0.9.tar.xz) into
> /nix/store then errors with "guix package: error: build failed: unable
> to fork: Invalid argument". Rerunning the command gives the same error
> message.
It is common to install those
when I try:
guix package -i hello
it downloads about 277M of files (up to guile-2.0.9.tar.xz) into
/nix/store then errors with "guix package: error: build failed: unable
to fork: Invalid argument". Rerunning the command gives the same error
message.
The same error shows on two different distr
On Tue, Feb 18, 2014 at 09:05:17PM +0100, Sree Harsha Totakura wrote:
> * gnu/packages/dc (ncdc): Update to 1.19.
Applied, thanks! (After replacing leading tabs with spaces.)
Andreas
Upstream has fixed the previously failing testcase 1022. Hence,
it is no longer required to be disabled.
Sree Harsha Totakura (1):
gnu: gnurl: Do not disable testcase 1022.
gnu/packages/gnunet.scm | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
--
1.8.5.3
* gnu/packages/gnunet.scm (gnurl): Do not disable testcase 1022.
---
gnu/packages/gnunet.scm | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index b084796..dd54911 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages
* gnu/packages/curl.scm (curl): Add a new phase and python-2 to native-inputs.
---
gnu/packages/curl.scm | 16 ++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index ea7dbf6..747535d 100644
--- a/gnu/packages/curl.scm
+++
* gnu/packages/curl.scm (curl): Update to 7.35.0.
---
gnu/packages/curl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index a9bfa76..ea7dbf6 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -36,14 +36,14 @
The following patches update cURL to 7.35.0 and fix its test cases.
Sree Harsha Totakura (2):
gnu: curl: Update to 7.35.0.
gnu: curl: Fix tests.
gnu/packages/curl.scm | 20
1 file changed, 16 insertions(+), 4 deletions(-)
--
1.8.5.3
* gnu/packages/dc (ncdc): Update to 1.19.
---
gnu/packages/dc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dc.scm b/gnu/packages/dc.scm
index 75ed5f4..a4ba6c9 100644
--- a/gnu/packages/dc.scm
+++ b/gnu/packages/dc.scm
@@ -33,14 +33,14 @@
(define-public
Mark H Weaver skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Mark H Weaver skribis:
>>
>>> From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001
>>> From: Mark H Weaver
>>> Date: Tue, 18 Feb 2014 10:34:04 -0500
>>> Subject: [PATCH] gnu: shishi: Add more inputs for libid
l...@gnu.org (Ludovic Courtès) writes:
> Mark H Weaver skribis:
>
>> From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001
>> From: Mark H Weaver
>> Date: Tue, 18 Feb 2014 10:34:04 -0500
>> Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support.
>>
>> * gnu/pac
Manolis Ragkousis skribis:
> My second patch for adding GNU Mig. :-D
Nice! A couple of comments:
> +(define-public gnumig
> + (package
> +(name "gnumig")
The variable and package name should be ‘mig’ (‘gnumach’ is one of the
exceptions to the rule.)
> +(arguments
> +`(#:configur
Mark H Weaver skribis:
> From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver
> Date: Tue, 18 Feb 2014 10:34:04 -0500
> Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support.
>
> * gnu/packages/shishi.scm (shishi): Add 'pkg-config' nativ
Mark H Weaver skribis:
> Andreas Enge writes:
>> It looks like the patch broke dmd on i686 and x86_64:
>>http://hydra.gnu.org/eval/52352
>
> Wow, those tests must be very fragile. All I did was increase all of
> the sleep times by a factor of about 3. I didn't look closely at the
> logic.
My second patch for adding GNU Mig. :-D
From b218f112dc2ca41ede992b9478b981eb353b85a0 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Tue, 18 Feb 2014 17:22:50 +
Subject: [PATCH] gnu: hurd: Add GNU Mig.
* gnu/packages/hurd.scm (gnumig): Add GNU Mig
---
gnu/packages/hurd.scm | 33 +
>From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Tue, 18 Feb 2014 10:34:04 -0500
Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support.
* gnu/packages/shishi.scm (shishi): Add 'pkg-config' native-input.
Add 'libidn' and 'linux-
Mark H Weaver skribis:
> From 9d422c7b980702812278b2497a9de5974097977b Mon Sep 17 00:00:00 2001
> From: Mark H Weaver
> Date: Tue, 18 Feb 2014 03:46:09 -0500
> Subject: [PATCH] gnu: gnutls: Upgrade to 3.2.11.
>
> * gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.11. Improve URI
> computation
This patch upgrades gnutls.
Mark
>From 9d422c7b980702812278b2497a9de5974097977b Mon Sep 17 00:00:00 2001
From: Mark H Weaver
Date: Tue, 18 Feb 2014 03:46:09 -0500
Subject: [PATCH] gnu: gnutls: Upgrade to 3.2.11.
* gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.11. Improve URI
computa
27 matches
Mail list logo