GNU bug report logs - #43256
[PATCH] gnu: gnunet: Update to 0.13.3.

Previous Next

Package: guix-patches;

Reported by: Brendan Tildesley <mail <at> brendan.scot>

Date: Mon, 7 Sep 2020 11:34:01 UTC

Severity: normal

Tags: patch

Done: Brendan Tildesley <mail <at> brendan.scot>

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 43256 in the body.
You can then email your comments to 43256 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#43256; Package guix-patches. (Mon, 07 Sep 2020 11:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brendan Tildesley <mail <at> brendan.scot>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 07 Sep 2020 11:34:01 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gnunet: Update to 0.13.3.
Date: Mon,  7 Sep 2020 21:32:44 +1000
* gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.
---
 gnu/packages/gnunet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index f321e624af..2e94f3784b 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -256,7 +256,7 @@ supports HTTP, HTTPS and GnuTLS.")
 (define-public gnunet
   (package
    (name "gnunet")
-   (version "0.13.1")
+   (version "0.13.3")
    (source
     (origin
       (method url-fetch)
@@ -264,7 +264,7 @@ supports HTTP, HTTPS and GnuTLS.")
                           ".tar.gz"))
       (sha256
        (base32
-        "15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3"))))
+        "15lj359zqga58svd9ifvljwsxshn2fqq4p9qnkiqq6jd2g20d3ii"))))
    (build-system gnu-build-system)
    (inputs
     `(("bluez" ,bluez)
-- 
2.28.0





Information forwarded to guix-patches <at> gnu.org:
bug#43256; Package guix-patches. (Mon, 07 Sep 2020 12:53:02 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: 43256 <at> debbugs.gnu.org
Subject: Re: [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3.
Date: Mon, 07 Sep 2020 14:52:24 +0200
Brendan Tildesley <mail <at> brendan.scot> writes:
> * gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.

If I remeber right, the problem with this bump is that
gnunet-gtk doesn't build anymore... ;(


-- 
A lifetime isn't nearly long enough to figure out what it's all about.




Information forwarded to guix-patches <at> gnu.org:
bug#43256; Package guix-patches. (Mon, 07 Sep 2020 12:54:02 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 43256 <at> debbugs.gnu.org
Subject: Re: [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3.
Date: Mon, 7 Sep 2020 22:53:44 +1000
On 7/9/20 10:50 pm, Michael Rohleder wrote:
> Brendan Tildesley <mail <at> brendan.scot> writes:
>> * gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.
> If I remeber right, the problem with this bump is that
> gnunet-gtk doesn't build anymore... ;(
>
Ah ok... I guess we wait for a new gnunet-gtk release then ^.^ Should I 
leave this here or close it?





Information forwarded to guix-patches <at> gnu.org:
bug#43256; Package guix-patches. (Mon, 07 Sep 2020 13:15:01 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: Brendan Tildesley <mail <at> brendan.scot>
Cc: 43256 <at> debbugs.gnu.org
Subject: Re: [bug#43256] [PATCH] gnu: gnunet: Update to 0.13.3.
Date: Mon, 07 Sep 2020 15:14:20 +0200
Brendan Tildesley <mail <at> brendan.scot> writes:
>>> * gnu/packages/gnunet.scm (gnunet): Update to 0.13.3.
>> If I remeber right, the problem with this bump is that
>> gnunet-gtk doesn't build anymore... ;(
>>
> Ah ok... I guess we wait for a new gnunet-gtk release then ^.^ Should
> I leave this here or close it?

Hmm, idk.

Currently gnunet-gtk compiles, but it doesn't realy work (and I'm still
trying to understand why/fix it...), so we don't loose very much if it fails
to build.

On the other hand, we could just wait for a new release and push both
bump's together.

I tend to the latter as you suggested and close this, but I'm not sure.

-- 
Lachen und Laecheln sind Tor und Pforte durch die viel Gutes in den
Menschen hineinhuschen kann. (Christian Morgenstern)




Information forwarded to guix-patches <at> gnu.org:
bug#43256; Package guix-patches. (Thu, 01 Oct 2020 12:03:02 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 43740 <at> debbugs.gnu.org, 43256 <at> debbugs.gnu.org
Subject: Re: [bug#43740] [PATCH] gnu: gnunet: Update to 0.13.3.
Date: Thu, 01 Oct 2020 14:02:24 +0200
[Message part 1 (text/plain, inline)]
Hi!

Thanks for the patch.
I think, it has been send already:
https://issues.guix.gnu.org/43256

-- 
Je mehr eine Kultur begreift, dass ihr aktuelles Weltbild eine Fiktion ist,
desto höher ist ihr wissenschaftliches Niveau.
Albert Einstein
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#43256; Package guix-patches. (Thu, 01 Oct 2020 12:50:02 GMT) Full text and rfc822 format available.

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

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 43256 <at> debbugs.gnu.org, 43740-done <at> debbugs.gnu.org
Subject: Re: [bug#43740] [PATCH] gnu: gnunet: Update to 0.13.3.
Date: Thu, 1 Oct 2020 14:49:13 +0200
Hi!

Le 10/01, Michael Rohleder a écrit :
> Thanks for the patch.
> I think, it has been send already:
> https://issues.guix.gnu.org/43256

Sorry for the duplicate! Thanks for noticing!


-- 
Tanguy




Reply sent to Brendan Tildesley <mail <at> brendan.scot>:
You have taken responsibility. (Sat, 08 May 2021 01:59:02 GMT) Full text and rfc822 format available.

Notification sent to Brendan Tildesley <mail <at> brendan.scot>:
bug acknowledged by developer. (Sat, 08 May 2021 01:59:02 GMT) Full text and rfc822 format available.

Message #25 received at 43256-close <at> debbugs.gnu.org (full text, mbox):

From: Brendan Tildesley <mail <at> brendan.scot>
To: "43256-close <at> debbugs.gnu.org" <43256-close <at> debbugs.gnu.org>
Subject: [PATCH] gnu: gnunet: Update to 0.13.3.
Date: Sat, 8 May 2021 03:57:58 +0200 (CEST)
[Message part 1 (text/plain, inline)]
Superseded by https://issues.guix.gnu.org/45875 https://issues.guix.gnu.org/45875 , and 0.14.1 is out.
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Jun 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 338 days ago.

Previous Next


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