GNU bug report logs - #41880
[PATCH] gnu: go-ipfs: Update to 0.5.1.

Previous Next

Package: guix-patches;

Reported by: Martin Becze <mjbecze <at> riseup.net>

Date: Mon, 15 Jun 2020 20:12:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 41880 in the body.
You can then email your comments to 41880 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#41880; Package guix-patches. (Mon, 15 Jun 2020 20:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Martin Becze <mjbecze <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 15 Jun 2020 20:12:02 GMT) Full text and rfc822 format available.

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

From: Martin Becze <mjbecze <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Martin Becze <mjbecze <at> riseup.net>
Subject: [PATCH] gnu: go-ipfs: Update to 0.5.1.
Date: Mon, 15 Jun 2020 15:11:39 -0500
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
---
 gnu/packages/ipfs.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 7ef7108c1f..15f174f8b6 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Pierre Neidhardt <mail <at> ambrevar.xyz>
 ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2019, 2020 Martin Becze <mjbecze <at> riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -212,7 +213,7 @@ written in Go.")
 (define-public go-ipfs
   (package
     (name "go-ipfs")
-    (version "0.4.23")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -220,7 +221,7 @@ written in Go.")
              "https://dist.ipfs.io/go-ipfs/v" version
              "/go-ipfs-source.tar.gz"))
        (sha256
-        (base32 "191ir4h6c76xcnbwx9fj8j2lzzqyp10inmqd8sa393b5y0jmhi5a"))
+        (base32 "0lpilycjbc1g9adp4d5kryfprixj18hg3235fnivakmv7fy2akkm"))
        (file-name (string-append name "-" version "-source"))))
     (build-system go-build-system)
     (arguments
-- 
2.26.2





Information forwarded to guix-patches <at> gnu.org:
bug#41880; Package guix-patches. (Mon, 15 Jun 2020 23:08:01 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: Martin Becze <mjbecze <at> riseup.net>
Cc: 41880 <at> debbugs.gnu.org
Subject: Re: [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
Date: Tue, 16 Jun 2020 01:07:00 +0200
[Message part 1 (text/plain, inline)]
Martin Becze <mjbecze <at> riseup.net> writes:
> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1

afaik, this version doesn't support http POST anymore.
Maybe this could break things in the ipfs branches?

-- 
<jwz> college is for pussies!
(from irc.mozilla.org)
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#41880; Package guix-patches. (Tue, 16 Jun 2020 00:54:02 GMT) Full text and rfc822 format available.

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

From: Martin Becze <mjbecze <at> riseup.net>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 41880 <at> debbugs.gnu.org
Subject: Re: [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
Date: Mon, 15 Jun 2020 19:53:29 -0500
[Message part 1 (text/plain, inline)]
Whats in the ipfs branch? I'm down to test, if I know what to test.

On 6/15/20 6:07 PM, Michael Rohleder wrote:
> Martin Becze <mjbecze <at> riseup.net> writes:
>> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
> 
> afaik, this version doesn't support http POST anymore.
> Maybe this could break things in the ipfs branches?
> 

[signature.asc (application/pgp-signature, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 18 Jun 2020 12:47:02 GMT) Full text and rfc822 format available.

Notification sent to Martin Becze <mjbecze <at> riseup.net>:
bug acknowledged by developer. (Thu, 18 Jun 2020 12:47:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Martin Becze <mjbecze <at> riseup.net>
Cc: 41880-done <at> debbugs.gnu.org
Subject: Re: [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
Date: Thu, 18 Jun 2020 14:46:39 +0200
Hi Martin,

Martin Becze <mjbecze <at> riseup.net> skribis:

> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1

Applied!

Michael Rohleder <mike <at> rohleder.de> skribis:

> afaik, this version doesn't support http POST anymore.
> Maybe this could break things in the ipfs branches?

Good to know.  We’ll have to adjust the code there; that shouldn’t
prevent us from updating the package in the meantime IMO.

Martin Becze <mjbecze <at> riseup.net> skribis:

> Whats in the ipfs branch? I'm down to test, if I know what to test.

It’s at <https://issues.guix.gnu.org/33899>, but don’t worry about it.

Thanks,
Ludo’.




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

This bug report was last modified 3 years and 283 days ago.

Previous Next


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