10 Commits

Author SHA1 Message Date
sthen
3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
abieber
2bbd551da7 Update go-ipfs to v0.8.0 2021-03-05 14:13:14 +00:00
abieber
8331c163cf Bump go-ipfs to 0.7.0 - this fixes runtime. 2020-09-23 23:16:46 +00:00
abieber
71832f42b0 Bump go-ipfs to 0.6.0 now that we have Go > 1.13.
Changelog here: https://github.com/ipfs/go-ipfs/releases/tag/v0.6.0
2020-07-28 13:43:51 +00:00
abieber
5bb039ebb3 Update go-ipfs to 0.5.1
- Switch to MODGO_MODNAME.
- Updates the license (now Apache 2 + MIT)
- Adds me as maintainer.
- Remove patches.
- Include ipfswatch / seccat.

OK and fixes from kn@
2020-06-07 15:36:11 +00:00
jsing
bf150cec6f Make net/go-ipfs build with Go 1.13.
This effectively brings in a985d3407aa71f30cf86696ee0a2f409709f22e1 from
golang.org/x/xerrors.
2019-09-12 19:05:23 +00:00
solene
d76cc947f6 Update to go-ipfs-0.4.22
now DISTFILE includes version number (from jca)
2019-08-29 10:40:53 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
edd
0587243ad4 net/go-ipfs: Inline daemon_flags as suggested by ajacoutot@.
And add NO_TEST=Yes, which was supposed to be part of my previous commit.

daemon_flags change, OK ajacoutot@.
NO_TEST change, OK abieber@.

Thanks
2018-12-18 14:56:13 +00:00
edd
6cf5f21530 Import net/go-ipfs.
```
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas
from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single
bittorrent swarm, exchanging git objects. IPFS provides an interface as
simple as the HTTP web, but with permanence built in.
```

Originally from Fabian Raetz, with input from abieber@.

OK abieber@, thanks.
2018-12-18 11:58:21 +00:00