Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go-ipfs: update to 0.5.0
@ 2020-04-30  2:01 NeelChotai
  2020-04-30  5:06 ` [PR PATCH] [Updated] " NeelChotai
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: NeelChotai @ 2020-04-30  2:01 UTC (permalink / raw)
  To: ml

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

There is a new pull request by NeelChotai against master on the void-packages repository

https://github.com/NeelChotai/void-packages go-ipfs-update
https://github.com/void-linux/void-packages/pull/21479

go-ipfs: update to 0.5.0


A patch file from https://github.com/void-linux/void-packages/pull/21479.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-ipfs-update-21479.patch --]
[-- Type: text/x-diff, Size: 1043 bytes --]

From d8ea00ae5f4a598cd571e42277e20dfbfa9e1c76 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Thu, 30 Apr 2020 03:00:48 +0100
Subject: [PATCH] go-ipfs: update to 0.5.0

---
 srcpkgs/go-ipfs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template
index 2685a89641a..4d1b080109d 100644
--- a/srcpkgs/go-ipfs/template
+++ b/srcpkgs/go-ipfs/template
@@ -1,6 +1,6 @@
 # Template file for 'go-ipfs'
 pkgname=go-ipfs
-version=0.4.23
+version=0.5.0
 revision=1
 build_style=go
 go_import_path="github.com/ipfs/${pkgname}"
@@ -13,7 +13,7 @@ license="MIT, Apache-2.0"
 homepage="https://ipfs.io"
 changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=21a7b7bfe822d5c6a64c4848eebd6f25f18ad4c94acdd0bbb56235c7c13d38c3
+checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496
 
 pre_build() {
 	# Disable the dynamic plugin loader for now; breaks cross.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] go-ipfs: update to 0.5.0
  2020-04-30  2:01 [PR PATCH] go-ipfs: update to 0.5.0 NeelChotai
@ 2020-04-30  5:06 ` NeelChotai
  2020-04-30 15:44 ` NeelChotai
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: NeelChotai @ 2020-04-30  5:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by NeelChotai against master on the void-packages repository

https://github.com/NeelChotai/void-packages go-ipfs-update
https://github.com/void-linux/void-packages/pull/21479

go-ipfs: update to 0.5.0


A patch file from https://github.com/void-linux/void-packages/pull/21479.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-ipfs-update-21479.patch --]
[-- Type: text/x-diff, Size: 1239 bytes --]

From a258dbf8bd4023c2c374a650487cdc7d4520bd59 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Thu, 30 Apr 2020 03:00:48 +0100
Subject: [PATCH] go-ipfs: update to 0.5.0

---
 srcpkgs/go-ipfs/template | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template
index 2685a89641a..a85000f0247 100644
--- a/srcpkgs/go-ipfs/template
+++ b/srcpkgs/go-ipfs/template
@@ -1,6 +1,6 @@
 # Template file for 'go-ipfs'
 pkgname=go-ipfs
-version=0.4.23
+version=0.5.0
 revision=1
 build_style=go
 go_import_path="github.com/ipfs/${pkgname}"
@@ -13,14 +13,7 @@ license="MIT, Apache-2.0"
 homepage="https://ipfs.io"
 changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=21a7b7bfe822d5c6a64c4848eebd6f25f18ad4c94acdd0bbb56235c7c13d38c3
-
-pre_build() {
-	# Disable the dynamic plugin loader for now; breaks cross.
-	if [ "$CROSS_BUILD" ]; then
-		rm plugin/loader/load_linux.go
-	fi
-}
+checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496
 
 post_install() {
 	vinstall misc/completion/ipfs-completion.bash 644 usr/share/bash-completion/completions ipfs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] go-ipfs: update to 0.5.0
  2020-04-30  2:01 [PR PATCH] go-ipfs: update to 0.5.0 NeelChotai
  2020-04-30  5:06 ` [PR PATCH] [Updated] " NeelChotai
@ 2020-04-30 15:44 ` NeelChotai
  2020-04-30 15:46 ` NeelChotai
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: NeelChotai @ 2020-04-30 15:44 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by NeelChotai against master on the void-packages repository

https://github.com/NeelChotai/void-packages go-ipfs-update
https://github.com/void-linux/void-packages/pull/21479

go-ipfs: update to 0.5.0


A patch file from https://github.com/void-linux/void-packages/pull/21479.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-ipfs-update-21479.patch --]
[-- Type: text/x-diff, Size: 1404 bytes --]

From dd6b2216f426588ee7e8d6a77026b92bdd78f636 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Thu, 30 Apr 2020 03:00:48 +0100
Subject: [PATCH] go-ipfs: update to 0.5.0

---
 srcpkgs/go-ipfs/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template
index 2685a89641a..9678b131f57 100644
--- a/srcpkgs/go-ipfs/template
+++ b/srcpkgs/go-ipfs/template
@@ -1,11 +1,11 @@
 # Template file for 'go-ipfs'
 pkgname=go-ipfs
-version=0.4.23
+version=0.5.0
 revision=1
 build_style=go
 go_import_path="github.com/ipfs/${pkgname}"
 go_package="${go_import_path}/cmd/ipfs"
-hostmakedepends="git"
+hostmakedepends="git gcc-multilib"
 depends="fs-repo-migrations>=1.3.0"
 short_desc="Global versioned P2P merkle DAG file system"
 maintainer="Christopher Brannon <chris@the-brannons.com>"
@@ -13,12 +13,11 @@ license="MIT, Apache-2.0"
 homepage="https://ipfs.io"
 changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=21a7b7bfe822d5c6a64c4848eebd6f25f18ad4c94acdd0bbb56235c7c13d38c3
+checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496
 
 pre_build() {
-	# Disable the dynamic plugin loader for now; breaks cross.
 	if [ "$CROSS_BUILD" ]; then
-		rm plugin/loader/load_linux.go
+		export CGO_ENABLED=0
 	fi
 }
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] go-ipfs: update to 0.5.0
  2020-04-30  2:01 [PR PATCH] go-ipfs: update to 0.5.0 NeelChotai
  2020-04-30  5:06 ` [PR PATCH] [Updated] " NeelChotai
  2020-04-30 15:44 ` NeelChotai
@ 2020-04-30 15:46 ` NeelChotai
  2020-04-30 15:56 ` [PR PATCH] [Closed]: " NeelChotai
  2020-04-30 19:50 ` [PR PATCH] [Merged]: " Hoshpak
  4 siblings, 0 replies; 6+ messages in thread
From: NeelChotai @ 2020-04-30 15:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by NeelChotai against master on the void-packages repository

https://github.com/NeelChotai/void-packages go-ipfs-update
https://github.com/void-linux/void-packages/pull/21479

go-ipfs: update to 0.5.0


A patch file from https://github.com/void-linux/void-packages/pull/21479.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-ipfs-update-21479.patch --]
[-- Type: text/x-diff, Size: 1146 bytes --]

From 71ad75de4bbd77eb83bdb9d266379d42c407f8d6 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Thu, 30 Apr 2020 03:00:48 +0100
Subject: [PATCH] go-ipfs: update to 0.5.0

---
 srcpkgs/go-ipfs/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template
index 2685a89641a..6b962aee3c4 100644
--- a/srcpkgs/go-ipfs/template
+++ b/srcpkgs/go-ipfs/template
@@ -1,6 +1,6 @@
 # Template file for 'go-ipfs'
 pkgname=go-ipfs
-version=0.4.23
+version=0.5.0
 revision=1
 build_style=go
 go_import_path="github.com/ipfs/${pkgname}"
@@ -13,12 +13,11 @@ license="MIT, Apache-2.0"
 homepage="https://ipfs.io"
 changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=21a7b7bfe822d5c6a64c4848eebd6f25f18ad4c94acdd0bbb56235c7c13d38c3
+checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496
 
 pre_build() {
-	# Disable the dynamic plugin loader for now; breaks cross.
 	if [ "$CROSS_BUILD" ]; then
-		rm plugin/loader/load_linux.go
+		export CGO_ENABLED=0
 	fi
 }
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: go-ipfs: update to 0.5.0
  2020-04-30  2:01 [PR PATCH] go-ipfs: update to 0.5.0 NeelChotai
                   ` (2 preceding siblings ...)
  2020-04-30 15:46 ` NeelChotai
@ 2020-04-30 15:56 ` NeelChotai
  2020-04-30 19:50 ` [PR PATCH] [Merged]: " Hoshpak
  4 siblings, 0 replies; 6+ messages in thread
From: NeelChotai @ 2020-04-30 15:56 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

go-ipfs: update to 0.5.0
https://github.com/void-linux/void-packages/pull/21479

Description:
Cross-compilation still appears to be broken; building without GCC seems to work.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: go-ipfs: update to 0.5.0
  2020-04-30  2:01 [PR PATCH] go-ipfs: update to 0.5.0 NeelChotai
                   ` (3 preceding siblings ...)
  2020-04-30 15:56 ` [PR PATCH] [Closed]: " NeelChotai
@ 2020-04-30 19:50 ` Hoshpak
  4 siblings, 0 replies; 6+ messages in thread
From: Hoshpak @ 2020-04-30 19:50 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

go-ipfs: update to 0.5.0
https://github.com/void-linux/void-packages/pull/21479

Description:
Cross-compilation still appears to be broken; building without GCC seems to work.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-30 19:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  2:01 [PR PATCH] go-ipfs: update to 0.5.0 NeelChotai
2020-04-30  5:06 ` [PR PATCH] [Updated] " NeelChotai
2020-04-30 15:44 ` NeelChotai
2020-04-30 15:46 ` NeelChotai
2020-04-30 15:56 ` [PR PATCH] [Closed]: " NeelChotai
2020-04-30 19:50 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).