all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: guix-devel@gnu.org
Subject: Gnunet update
Date: Tue, 12 Aug 2014 16:06:42 +0200	[thread overview]
Message-ID: <20140812140642.GA7541@debian> (raw)

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

Hello,

the attached patch attempts to update gnunet to its current release 0.10.1.
It fails one of its tests; Sree, could you maybe look into it? It would be
nice to be up-to-date before coming to the GHM in gnunet's birth place!

Thanks,

Andreas


[-- Attachment #2: gnunet.scm.patch --]
[-- Type: text/plain, Size: 1859 bytes --]

diff --git a/gnu-system.am b/gnu-system.am
index a1dea39..2a2867f 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -313,8 +313,6 @@ dist_patch_DATA =						\
   gnu/packages/patches/glib-tests-timer.patch			\
   gnu/packages/patches/glibc-bootstrap-system.patch		\
   gnu/packages/patches/glibc-ldd-x86_64.patch			\
-  gnu/packages/patches/gnunet-fix-scheduler.patch		\
-  gnu/packages/patches/gnunet-fix-tests.patch    		\
   gnu/packages/patches/gobject-introspection-cc.patch		\
   gnu/packages/patches/grub-gets-undeclared.patch		\
   gnu/packages/patches/gstreamer-0.10-bison3.patch		\
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index e4ef3d4..ff8c765 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,25 +186,14 @@ supports HTTPS, HTTPS and GnuTLS.")
 (define-public gnunet
   (package
    (name "gnunet")
-   (version "0.10.0")
+   (version "0.10.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/gnunet/gnunet-" version
                           ".tar.gz"))
       (sha256 (base32
-               "0zqpc47kywhjrpphl0palz849khv00ra2gjrfkysp6p0gfsbvd0i"))
-      (patches
-       (list
-        ;; Patch to fix serious bug in scheduler; upstream commit: #31747
-        (search-patch "gnunet-fix-scheduler.patch")
-        ;; Patch to fix bugs in testcases:
-        ;; * Disable peerinfo-tool tests as they depend on reverse DNS lookups
-        ;; * Allow revocation and integration-tests testcases to run on
-        ;;   loopback; upstream: #32130, #32326
-        ;; * Skip GNS testcases requiring DNS lookups; upstream: #32118
-        (search-patch "gnunet-fix-tests.patch")))
-      (patch-flags '("-p0"))))
+               "04wxzm3wkgqbn42b8ksr4cx6m5cckyig5cls1adh0nwdczwvnp7n"))))
    (build-system gnu-build-system)
    (inputs
     `(("glpk" ,glpk)

             reply	other threads:[~2014-08-12 14:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 14:06 Andreas Enge [this message]
2014-08-12 18:25 ` Gnunet update Ludovic Courtès
2014-08-13 13:08   ` Sree Harsha Totakura
2014-08-13 20:27 ` mhw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140812140642.GA7541@debian \
    --to=andreas@enge.fr \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.