From a714016950a8cb75fdce2fa9778df373659b9bb9 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Wed, 25 Mar 2026 22:35:58 -0300 Subject: Update versions: tesseras-dht 0.1.2, tesseras-paste 0.1.1 --- tesseras-dht.html | 8 ++++---- tesseras-paste.html | 13 +++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/tesseras-dht.html b/tesseras-dht.html index b8ea4ba..3ff7002 100644 --- a/tesseras-dht.html +++ b/tesseras-dht.html @@ -42,20 +42,20 @@ built-in NAT traversal, reliable transport, and Ed25519 authentication.

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.

diff --git a/tesseras-paste.html b/tesseras-paste.html index f1ac6f3..8028947 100644 --- a/tesseras-paste.html +++ b/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.

-- cgit v1.2.3