commit a714016950a8cb75fdce2fa9778df373659b9bb9 from: murilo ijanc date: Thu Mar 26 01:35:58 2026 UTC Update versions: tesseras-dht 0.1.2, tesseras-paste 0.1.1 commit - 491b1aba7e11117e7ff099bf4519d763aa9ae2ca commit + a714016950a8cb75fdce2fa9778df373659b9bb9 blob - b8ea4baa86a52455cf76984a49d1d05aa9293ee5 blob + 3ff7002178fc3e02390789c26e194bf44ef2bab4 --- tesseras-dht.html +++ tesseras-dht.html @@ -42,20 +42,20 @@ built-in NAT traversal, reliable transport, and Ed2551

Download

-

Current version: 0.1.1

+

Current version: 0.1.2

Source tarballs and signatures are available at tesseras.net/pub/tesseras-dht/.

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

Compare the two outputs. They must match.

blob - f1ac6f3dd6799534e20856d47b360475ee20b383 blob + 802894788a87a6e04fdb9fd1a96f13b456705ece --- tesseras-paste.html +++ tesseras-paste.html @@ -52,11 +52,12 @@ No central server stores your data.

-w port HTTP server port -g global NAT (public server) -n no auto-bootstrap (skip DNS SRV) - -b host:port bootstrap peer (repeatable)
+ -b host:port bootstrap peer (repeatable) + -v verbose (debug logging)

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 Verified

Verify 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.sha256

Compare the two outputs. They must match.