18 Commits

Author SHA1 Message Date
abieber
f798747755 drop maintainer of stuff I don't use anymore 2022-10-05 14:54:22 +00:00
ajacoutot
9e45440fb2 Use the rc_exec function instead of ${rcexec}. 2022-05-21 10:50:49 +00:00
sthen
7e0635adb5 mark BROKEN 2022-04-27 08:46:54 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
abieber
75ce36992f Update to 0.11.0
Changes:
https://github.com/ipfs/go-ipfs/releases/tag/v0.11.0
2021-12-16 16:12:43 +00:00
ajacoutot
0d2c286d35 Add RCS Ids. 2021-11-01 13:00:14 +00:00
tb
369db10c16 Go ports: remove ./ from '.include "modules.inc"' line
ok danj semarie
2021-08-14 07:01:22 +00:00
abieber
4f3dd3d83f Update go-ipfs to v0.9.1
OK solene@
2021-07-22 16:01:47 +00:00
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