From fd3d9f170685ab441c945282be644b8a29ac9121 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 25 Dec 2022 03:10:36 +0100 Subject: [PATCH] packages/kubo: fix obscure SIGILL bug --- .../base/ipfs/ipfs-unsafe-allow-all-paths-for-filestore.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/base/ipfs/ipfs-unsafe-allow-all-paths-for-filestore.patch b/patches/base/ipfs/ipfs-unsafe-allow-all-paths-for-filestore.patch index 2ffdb65..77e7773 100644 --- a/patches/base/ipfs/ipfs-unsafe-allow-all-paths-for-filestore.patch +++ b/patches/base/ipfs/ipfs-unsafe-allow-all-paths-for-filestore.patch @@ -1,5 +1,5 @@ diff --git a/vendor/github.com/ipfs/go-filestore/fsrefstore.go b/vendor/github.com/ipfs/go-filestore/fsrefstore.go -index 9eb2b43..43e336c 100644 +index 9eb2c43..43e336c 100644 --- a/vendor/github.com/ipfs/go-filestore/fsrefstore.go +++ b/vendor/github.com/ipfs/go-filestore/fsrefstore.go @@ -291,9 +291,6 @@ func (f *FileManager) putTo(ctx context.Context, b *posinfo.FilestoreNode, to pu