From unknown Sun Jun 22 22:46:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61651] [PATCH] gnu: gnunet: Update to 0.19.3. Resent-From: Adam Faiz Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Feb 2023 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61651 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61651@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167690085712474 (code B ref -1); Mon, 20 Feb 2023 13:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Feb 2023 13:47:37 +0000 Received: from localhost ([127.0.0.1]:51030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6W0-0003F6-Gn for submit@debbugs.gnu.org; Mon, 20 Feb 2023 08:47:36 -0500 Received: from lists.gnu.org ([209.51.188.17]:36018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6Vy-0003Eo-Eo for submit@debbugs.gnu.org; Mon, 20 Feb 2023 08:47:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU6Vw-0003nn-Er for guix-patches@gnu.org; Mon, 20 Feb 2023 08:47:32 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU6Vu-000556-I5 for guix-patches@gnu.org; Mon, 20 Feb 2023 08:47:32 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0C83041135 for ; Mon, 20 Feb 2023 14:47:27 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5RIo8Y2VcFDi for ; Mon, 20 Feb 2023 14:47:26 +0100 (CET) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676900845; bh=KeAPvDbcHUJGoH+gbA2aL8ktnZWOkyOnx+FNtGXHDcg=; h=Date:To:From:Subject; b=YPEWzlJuuN3t4Ybfoxe6ihI2Ujq914YiXvgfGQEi/zguUZFvyroTN6PiWo3dx5jhj hJDI97ekc8BBmlxL70tmJdKrdpZ38MB1Gz1qGyu0I2BezXOlIhSV5qTdeGFJhxPa8C e5laCZAdex9ySIGdjiKWXPg0MT1fgGR/iU64n2Cw/RiPI1+D82+sQezra+/PzxS/11 wfV4YJgJOcs2RNFdam9FN85MDBMGRALyzxTlmdn52I5KAQDeuYzEaEnt2HL++Tk1hS gbUPLrLflGzuT0lTz83R1Ep+Lgl1PiP0LcRhqq4dXJUz3cUyEUuQD3PDPZhAeycsfM +Jza6ycxGaAfw== Date: Mon, 20 Feb 2023 21:47:20 +0800 MIME-Version: 1.0 Content-Language: en-US From: Adam Faiz Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=adam.faiz@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From 7bfd653e503e7e8be16179ed1ba2ac15b303c8b7 Mon Sep 17 00:00:00 2001 Message-Id: <7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org> From: AwesomeAdam54321 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 From unknown Sun Jun 22 22:46:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61651] [PATCH] gnu: gnunet-gtk: Update to 0.19.0. References: In-Reply-To: Resent-From: Adam Faiz Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Feb 2023 13:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61651 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61651@debbugs.gnu.org Received: via spool by 61651-submit@debbugs.gnu.org id=B61651.167690095312923 (code B ref 61651); Mon, 20 Feb 2023 13:50:02 +0000 Received: (at 61651) by debbugs.gnu.org; 20 Feb 2023 13:49:13 +0000 Received: from localhost ([127.0.0.1]:51035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6XZ-0003MK-1Y for submit@debbugs.gnu.org; Mon, 20 Feb 2023 08:49:13 -0500 Received: from knopi.disroot.org ([178.21.23.139]:36590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6XX-0003MA-FV for 61651@debbugs.gnu.org; Mon, 20 Feb 2023 08:49:12 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id F3B764458A for <61651@debbugs.gnu.org>; Mon, 20 Feb 2023 14:49:09 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pvs49u7GCJ14 for <61651@debbugs.gnu.org>; Mon, 20 Feb 2023 14:49:08 +0100 (CET) Message-ID: <539e3757-c44f-de0b-2694-d8eb73bd2679@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676900948; bh=VybRzzxujHV7n0c7O5nG4XdZdSDGRpC3dz8xHEdG18g=; h=Date:To:From:Subject; b=ELzuSnCjGMD4AWPeQ/lKdjY0J0tIDGECLJhVg1sCifoBd6+A3C+wy94RZkicSW+OA zGYLZzICAGXySzWP5u+8dH1fNO0l0iL2LstUvyafWNoQ/NUWT5+vnDNGcITUvkuyWb a4ni9V1/Bhl4qk4c9Lb53FPxBJKwSwcg98+2tJ54bEkm2LMSmqWdO8w9zrZckNPfPR JJbIb/iFBtnZG1kS6az0IJfXed50fxBsfzBURd/6PRKoM9QTe45p37GtkkTt/PpvYu WqjihHOdkQiMiGL3Ru2XaJ0Sgui9jZ60kdTExjCR8hPwkrH0J4PG7T3qT2V+fmhpE7 ojrxDQtu9J49w== Date: Mon, 20 Feb 2023 21:49:05 +0800 MIME-Version: 1.0 Content-Language: en-US From: Adam Faiz Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From dce4da889aed8b5102611ee600021dc7e56670a1 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org> References: <7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org> From: AwesomeAdam54321 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 From unknown Sun Jun 22 22:46:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61651] [PATCH] gnu: gnunet-gtk: Use new style inputs, gexps. References: In-Reply-To: Resent-From: Adam Faiz Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Feb 2023 13:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61651 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61651@debbugs.gnu.org Received: via spool by 61651-submit@debbugs.gnu.org id=B61651.167690103613063 (code B ref 61651); Mon, 20 Feb 2023 13:51:01 +0000 Received: (at 61651) by debbugs.gnu.org; 20 Feb 2023 13:50:36 +0000 Received: from localhost ([127.0.0.1]:51039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6Yu-0003Oc-Ej for submit@debbugs.gnu.org; Mon, 20 Feb 2023 08:50:36 -0500 Received: from knopi.disroot.org ([178.21.23.139]:45062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6Yt-0003OV-4Y for 61651@debbugs.gnu.org; Mon, 20 Feb 2023 08:50:35 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 795824459E for <61651@debbugs.gnu.org>; Mon, 20 Feb 2023 14:50:34 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id doZgbNyCNFM9 for <61651@debbugs.gnu.org>; Mon, 20 Feb 2023 14:50:33 +0100 (CET) Message-ID: <77d953d5-d0af-c41e-cffa-bb6acebd243e@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676901033; bh=ufbgjYu+JyNfiwN1d3GSiORLJxSEjWM/2FTjfdWlpo4=; h=Date:To:From:Subject; b=fIH3OXbpm8L6+MtWr+c8/GUR3aSGAuGmB4VhoTZbQ56ULpQsgr4BHFrfhuviRY5EM faNTf4aCqo8/zpUJ5a+qsV7WGUf4ijP2QMxAuak1zkHapm9LxQOHKNYCeoB2187j05 ppBcVEkiT7bc5JWDEauvHs9MDcEo7h+6aYKTt/HeGkGIofxggq5gMkILlPJQqcmhXx MJ19NzUfNyKaw+bn3FLAGUBx/5duEU5IAR3yZCI5LczdbUX+k68iWWmHlL59U9fm2S wfex2EQgZIMXbRLdLCg70o1Ph+ovRMWEaSxqkcrzgD8Wq2w1jNVpdJ6YfG5UMyu+oS s3r1qYR8LCdlQ== Date: Mon, 20 Feb 2023 21:50:30 +0800 MIME-Version: 1.0 Content-Language: en-US From: Adam Faiz Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From 58f04e934a71781f0232fcd20b4e89df39062db9 Mon Sep 17 00:00:00 2001 Message-Id: <58f04e934a71781f0232fcd20b4e89df39062db9.1676897203.git.adam.faiz@disroot.org> In-Reply-To: <7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org> References: <7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org> From: AwesomeAdam54321 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 From unknown Sun Jun 22 22:46:02 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Adam Faiz Subject: bug#61651: closed (Re: [bug#61651] [PATCH] gnu: gnunet: Update to 0.19.3.) Message-ID: References: <87y1op4qwp.fsf@kitej> X-Gnu-PR-Message: they-closed 61651 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61651@debbugs.gnu.org Date: Wed, 22 Feb 2023 16:17:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1677082622-28438-1" This is a multi-part message in MIME format... ------------=_1677082622-28438-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61651: [PATCH] gnu: gnunet: Update to 0.19.3. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 61651@debbugs.gnu.org. --=20 61651: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61651 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1677082622-28438-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 61651-done) by debbugs.gnu.org; 22 Feb 2023 16:16:23 +0000 Received: from localhost ([127.0.0.1]:60158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUrn4-0007NZ-Hh for submit@debbugs.gnu.org; Wed, 22 Feb 2023 11:16:22 -0500 Received: from mout01.posteo.de ([185.67.36.65]:49461) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUrmz-0007NG-G2 for 61651-done@debbugs.gnu.org; Wed, 22 Feb 2023 11:16:21 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 6BB3E240382 for <61651-done@debbugs.gnu.org>; Wed, 22 Feb 2023 17:16:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1677082571; bh=Kq7ud+hfA9vQ/UQt3o5/HKbFj/xLdzwNIjuRDqJWIQY=; h=From:To:Cc:Subject:Date:From; b=lUCQPYnGL16Vzlknojsg2xO1fpWwZkDOMSF0jsOmLaDv20nPjcz+Z79dIuxV5V0ER PCm/j6z7yaoUMvMhNvRSqswpSAJOZ6v6WSCxZD7jDSVzYtk6J2+ffIqrlceEJXsXLT 6GDI6m2JF94WtHWGZtL/JTuvj3695B9/ZbVh9itxYW9mozwHNmvLuxxfEbImRUHshj 9nGK7eagyFgsyhzMoq4nACv4j697HTnYQi4aHHtXJu8CWVxTuMFpFTLh+U5yLeU49z sK2cyaNfMn7BIBwjDyLchs9qtkKoEVUWn5GVVkIF5fKN5weEsFImYxqs8P/kMr5rDt z3jOzcfL0poUA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PMLqs5v8Hz9rxB; Wed, 22 Feb 2023 17:16:07 +0100 (CET) References: From: Guillaume Le Vaillant To: Adam Faiz Subject: Re: [bug#61651] [PATCH] gnu: gnunet: Update to 0.19.3. Date: Wed, 22 Feb 2023 16:08:56 +0000 In-reply-to: Message-ID: <87y1op4qwp.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61651-done Cc: 61651-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY/Y/xg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8wuQEAgZ5ou1SnxpwyEPPVMJs7wIFSjj1gfxoMtsz8 1QG8qoQA/iOg7y9mwMk8QOMrJTtnsS6Uk2ewklTaa3gD/A9sFSpg =QvoS -----END PGP SIGNATURE----- --=-=-=-- ------------=_1677082622-28438-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Feb 2023 13:47:37 +0000 Received: from localhost ([127.0.0.1]:51030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6W0-0003F6-Gn for submit@debbugs.gnu.org; Mon, 20 Feb 2023 08:47:36 -0500 Received: from lists.gnu.org ([209.51.188.17]:36018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU6Vy-0003Eo-Eo for submit@debbugs.gnu.org; Mon, 20 Feb 2023 08:47:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU6Vw-0003nn-Er for guix-patches@gnu.org; Mon, 20 Feb 2023 08:47:32 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU6Vu-000556-I5 for guix-patches@gnu.org; Mon, 20 Feb 2023 08:47:32 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0C83041135 for ; Mon, 20 Feb 2023 14:47:27 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5RIo8Y2VcFDi for ; Mon, 20 Feb 2023 14:47:26 +0100 (CET) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676900845; bh=KeAPvDbcHUJGoH+gbA2aL8ktnZWOkyOnx+FNtGXHDcg=; h=Date:To:From:Subject; b=YPEWzlJuuN3t4Ybfoxe6ihI2Ujq914YiXvgfGQEi/zguUZFvyroTN6PiWo3dx5jhj hJDI97ekc8BBmlxL70tmJdKrdpZ38MB1Gz1qGyu0I2BezXOlIhSV5qTdeGFJhxPa8C e5laCZAdex9ySIGdjiKWXPg0MT1fgGR/iU64n2Cw/RiPI1+D82+sQezra+/PzxS/11 wfV4YJgJOcs2RNFdam9FN85MDBMGRALyzxTlmdn52I5KAQDeuYzEaEnt2HL++Tk1hS gbUPLrLflGzuT0lTz83R1Ep+Lgl1PiP0LcRhqq4dXJUz3cUyEUuQD3PDPZhAeycsfM +Jza6ycxGaAfw== Date: Mon, 20 Feb 2023 21:47:20 +0800 MIME-Version: 1.0 Content-Language: en-US To: guix-patches@gnu.org From: Adam Faiz Subject: [PATCH] gnu: gnunet: Update to 0.19.3. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=adam.faiz@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From 7bfd653e503e7e8be16179ed1ba2ac15b303c8b7 Mon Sep 17 00:00:00 2001 Message-Id: <7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org> From: AwesomeAdam54321 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 ------------=_1677082622-28438-1--