GNU bug report logs - #61651
[PATCH] gnu: gnunet: Update to 0.19.3.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Mon, 20 Feb 2023 13:48:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61651 in the body.
You can then email your comments to 61651 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61651; Package guix-patches. (Mon, 20 Feb 2023 13:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Faiz <adam.faiz <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Feb 2023 13:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gnunet: Update to 0.19.3.
Date: Mon, 20 Feb 2023 21:47:20 +0800
From 7bfd653e503e7e8be16179ed1ba2ac15b303c8b7 Mon Sep 17 00:00:00 2001
Message-Id: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 20 Feb 2023 19:53:03 +0800
Subject: [PATCH] gnu: gnunet: Update to 0.19.3.

* gnu/packages/gnunet.scm (gnunet): Update to 0.19.3.
---
 gnu/packages/gnunet.scm | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index c98ceefad7..58349a798d 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -37,6 +37,7 @@ (define-module (gnu packages gnunet)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages curl)
+  #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
@@ -60,6 +61,7 @@ (define-module (gnu packages gnunet)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages sphinx)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages text-editors)
   #:use-module (gnu packages tls)
@@ -258,7 +260,7 @@ (define-public gnurl
 (define-public gnunet
   (package
    (name "gnunet")
-   (version "0.16.3")
+   (version "0.19.3")
    (source
     (origin
       (method url-fetch)
@@ -266,12 +268,19 @@ (define-public gnunet
                           ".tar.gz"))
       (sha256
        (base32
-        "12n33r9nnkl5xwx8pwf571l2zvnvfllc8vm6mamrlyjk2cphaf9j"))))
+        "09bspbjl6cll8wcrl1vnb56jwp30pcrg1yyj6xy3i0fl2bzdbdw2"))
+      (modules '((guix build utils)))
+      (snippet
+       #~(begin
+           ;; This is fixed in the upstream repository but the fix
+           ;; has not been released.
+           (substitute* "src/gns/test_proxy.sh"
+             (("test_gnunet_proxy.conf") "test_gns_proxy.conf"))))))
    (build-system gnu-build-system)
    (inputs
     (list bluez
           glpk
-          gnurl
+          curl
           gnutls/dane
           gstreamer
           jansson
@@ -291,7 +300,7 @@ (define-public gnunet
           zbar
           zlib))
    (native-inputs
-    (list curl openssl pkg-config python xxd
+    (list curl openssl pkg-config python xxd python-sphinx 
python-sphinx-rtd-theme
           (@ (gnu packages base) which)))
    (arguments
     '(#:parallel-tests? #f ; Parallel tests aren't supported.

base-commit: 08edbd2535ae622d319a51e6f877d23d75dc24f3
-- 
2.39.1




Information forwarded to guix-patches <at> gnu.org:
bug#61651; Package guix-patches. (Mon, 20 Feb 2023 13:50:02 GMT) Full text and rfc822 format available.

Message #8 received at 61651 <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 61651 <at> debbugs.gnu.org
Subject: [PATCH] gnu: gnunet-gtk: Update to 0.19.0.
Date: Mon, 20 Feb 2023 21:49:05 +0800
From dce4da889aed8b5102611ee600021dc7e56670a1 Mon Sep 17 00:00:00 2001
Message-Id: 
<dce4da889aed8b5102611ee600021dc7e56670a1.1676897203.git.adam.faiz <at> disroot.org>
In-Reply-To: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz <at> disroot.org>
References: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 20 Feb 2023 20:08:48 +0800
Subject: [PATCH] gnu: gnunet-gtk: Update to 0.19.0.

* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.19.0.
---
 gnu/packages/gnunet.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 58349a798d..fea6c50947 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -431,14 +431,14 @@ (define-public gnunet-scheme
 (define-public gnunet-gtk
   (package (inherit gnunet)
     (name "gnunet-gtk")
-    (version "0.13.1")
+    (version "0.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1zdzgq16h77w6ybwg3lqjsjr965np6iqvncqvkbj07glqd4wss0j"))))
+                "0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
     (arguments
      `(#:configure-flags
        (list "--with-libunique"
@@ -452,6 +452,7 @@ (define-public gnunet-gtk
        ("gtk+" ,gtk+)
        ("libextractor" ,libextractor)
        ("libgcrypt" ,libgcrypt)
+       ("libsodium" ,libsodium)
        ("libunique" ,libunique)
        ("qrencode" ,qrencode)))
     (native-inputs
-- 
2.39.1




Information forwarded to guix-patches <at> gnu.org:
bug#61651; Package guix-patches. (Mon, 20 Feb 2023 13:51:01 GMT) Full text and rfc822 format available.

Message #11 received at 61651 <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 61651 <at> debbugs.gnu.org
Subject: [PATCH] gnu: gnunet-gtk: Use new style inputs, gexps.
Date: Mon, 20 Feb 2023 21:50:30 +0800
From 58f04e934a71781f0232fcd20b4e89df39062db9 Mon Sep 17 00:00:00 2001
Message-Id: 
<58f04e934a71781f0232fcd20b4e89df39062db9.1676897203.git.adam.faiz <at> disroot.org>
In-Reply-To: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz <at> disroot.org>
References: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 20 Feb 2023 20:18:23 +0800
Subject: [PATCH] gnu: gnunet-gtk: Use new style inputs, gexps.

* gnu/packages/gnunet.scm (gnunet-gtk): Use new style inputs, gexps.
[arguments]: Use new style and gexps.
[inputs]: Use new style.
---
 gnu/packages/gnunet.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index fea6c50947..264c876cc4 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -440,21 +440,21 @@ (define-public gnunet-gtk
                (base32
                 "0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
     (arguments
-     `(#:configure-flags
-       (list "--with-libunique"
-             "--with-qrencode"
-             (string-append "--with-gnunet="
-                            (assoc-ref %build-inputs "gnunet")))))
+     (list #:configure-flags
+           #~(list "--with-libunique"
+                   "--with-qrencode"
+                   (string-append "--with-gnunet="
+                                  #$(this-package-input "gnunet")))))
     (inputs
-     `(("glade3" ,glade3)
-       ("gnunet" ,gnunet)
-       ("gnutls" ,gnutls/dane)
-       ("gtk+" ,gtk+)
-       ("libextractor" ,libextractor)
-       ("libgcrypt" ,libgcrypt)
-       ("libsodium" ,libsodium)
-       ("libunique" ,libunique)
-       ("qrencode" ,qrencode)))
+     (list glade3
+           gnunet
+           gnutls/dane
+           gtk+
+           libextractor
+           libgcrypt
+           libsodium
+           libunique
+           qrencode))
     (native-inputs
      (list pkg-config libglade))
     (synopsis "Graphical front-end tools for GNUnet")
-- 
2.39.1




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Wed, 22 Feb 2023 16:17:02 GMT) Full text and rfc822 format available.

Notification sent to Adam Faiz <adam.faiz <at> disroot.org>:
bug acknowledged by developer. (Wed, 22 Feb 2023 16:17:02 GMT) Full text and rfc822 format available.

Message #16 received at 61651-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Faiz <adam.faiz <at> disroot.org>
Cc: 61651-done <at> debbugs.gnu.org
Subject: Re: [bug#61651] [PATCH] gnu: gnunet: Update to 0.19.3.
Date: Wed, 22 Feb 2023 16:08:56 +0000
[Message part 1 (text/plain, inline)]
Patches pushed as 6d53351a6d13039eb076e584d13225e0158c5a08 and
following.
Thanks.

Note: The patch for updating gnunet was mangled by your email client (it
cut a long line in native-inputs in two). To prevent this from
happening, you can use the "git send-email" command, or send patches as
attachments, or set your email client to no-line-cutting-mode if that's
possible.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 23 Mar 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.