[capnproto] Signing releases

2021-08-18 Thread Troy Farrell
Hello everyone, I am using Cap'n Proto in a Sandstorm project. As part of the build process, a script downloads and builds the Cap'n Proto source from capnproto.org. I would like to have a way to verify that the file I've downloaded matches what was released. Would the release manager (Kent

Re: [capnproto] Signing releases

2021-08-20 Thread Troy Farrell
Kenton wrote: > Hi Troy, > > Assuming you're downloading a specific release, I'd recommend checking the > hash against a known-good hash, with a command like: > > echo 'b28054a7a2bfea42bfc392c8d009630d94d72e8ce86a23ad6f18b5e72574064f > capnproto-c++-0.9.0.tar.gz' | sha256sum -c > This is what

[capnproto] Supporting Capability in capnproto-rust

2021-08-26 Thread Troy Farrell
Hello everyone, I posted a message to the Sandstorm list about trying to set a Capability field on a Params struct using capnproto-rust: https://groups.google.com/g/sandstorm-dev/c/Mim3T5C7WUA/m/kuJcPmbZDQAJ It seems that capnproto-rust does not support Capabilities. I would like to know how d

Re: [capnproto] Supporting Capability in capnproto-rust

2021-08-27 Thread Troy Farrell
Thanks David! You're exactly right. I had that staring me in the face, since (I see now that) req.get().get_cap() returns an any_pointer::Builder. Troy -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop re

Re: [capnproto] Re: NAT-Traversal

2023-08-31 Thread Troy Farrell
It may help to read some of the examples for capnproto-rust: https://github.com/capnproto/capnproto-rust/tree/master/example Using "cargo build" with a build.rs file is the normal way to compile your .capnp files for Rust. -- You received this message because you are subscribed to the Google G