Hi Solene, On Sat, Mar 14, 2020 at 04:07:33PM +0100, Solene Rapenne wrote: > Hi, I've been able to try it with a file and a directory with success, > but using a text message, nothing is output, can you confirm you get the > same behavior?
I can repro. Seems broken. Upstream fix: https://github.com/psanford/wormhole-william/commit/6d07707ace18f539ff860103b4fd625a46093c07 1.0.3, released 2 days ago, includes this commit. Here's a diff to update, OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/wormhole-william/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 13 Mar 2020 11:56:53 -0000 1.1.1.1 +++ Makefile 14 Mar 2020 17:44:37 -0000 @@ -2,7 +2,7 @@ COMMENT = magic wormhole implementation in Go -V = 1.0.2 +V = 1.0.3 DISTNAME = wormhole-william-vendored-${V} PKGNAME = wormhole-william-${V} Index: distinfo =================================================================== RCS file: /cvs/ports/net/wormhole-william/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 13 Mar 2020 11:56:53 -0000 1.1.1.1 +++ distinfo 14 Mar 2020 17:44:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (wormhole-william-vendored-1.0.2.tar.gz) = RXJstrwzQfUNR+nm//GIQMFCxabe18akbkWGDAXJ9+M= -SIZE (wormhole-william-vendored-1.0.2.tar.gz) = 1323710 +SHA256 (wormhole-william-vendored-1.0.3.tar.gz) = yzRqicOFUcO9mqvO/lOGTK7jAy85toJZoRH4VYOZWZk= +SIZE (wormhole-william-vendored-1.0.3.tar.gz) = 1323609 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk