commit a714016950a8cb75fdce2fa9778df373659b9bb9
from: murilo ijanc Current version: 0.1.1 Current version: 0.1.2 Source tarballs and signatures are available at
tesseras.net/pub/tesseras-dht/. Compare the two outputs. They must match.Download
-Verify with signify
-$ signify -Vp tesseras.pub -m tesseras-dht-0.1.1.tar.gz -x tesseras-dht-0.1.1.tar.gz.sig
+
$ signify -Vp tesseras.pub -m tesseras-dht-0.1.2.tar.gz -x tesseras-dht-0.1.2.tar.gz.sig
Signature Verified
Verify with SHA256
-$ sha256 tesseras-dht-0.1.1.tar.gz
-$ cat tesseras-dht-0.1.1.tar.gz.sha256
+$ sha256 tesseras-dht-0.1.2.tar.gz
+$ cat tesseras-dht-0.1.2.tar.gz.sha256
tp — CLI client that talks to the daemon over a Unix socket.
-usage: tp [-s sock] <command> [args] +usage: tp [-s sock] [-v] <command> [args] put [-t ttl] [-p] read stdin, store paste (-p = public, no encryption) get <key> retrieve paste to stdout @@ -89,20 +90,20 @@ as content needs time to propagate across DHT nodes.Download
-Current version: 0.1.0
+Current version: 0.1.1
Source tarballs and signatures are available at tesseras.net/pub/tesseras-paste/.
Verify with signify
-$ signify -Vp tesseras.pub -m tesseras-paste-0.1.0.tar.gz -x tesseras-paste-0.1.0.tar.gz.sig +$ signify -Vp tesseras.pub -m tesseras-paste-0.1.1.tar.gz -x tesseras-paste-0.1.1.tar.gz.sig Signature VerifiedVerify with SHA256
-$ sha256 tesseras-paste-0.1.0.tar.gz -$ cat tesseras-paste-0.1.0.tar.gz.sha256+$ sha256 tesseras-paste-0.1.1.tar.gz +$ cat tesseras-paste-0.1.1.tar.gz.sha256Compare the two outputs. They must match.