Commit722f1ae5Recorded27 Apr 2026Repositorysigil-tls

Bump sigil-crypto dep to ^0.15; bump version to 0.14.1

Message

Tracks sigil-crypto v0.15.0 which adds the SCRAM-SHA-256 primitives (hmac-sha256-bytes, pbkdf2-sha256). sigil-tls itself doesn't use those primitives, but the dep range needs to move with the ecosystem so downstream consumers pulling sigil-tls + sigil-crypto via standard semver resolution don't end up with an unsatisfiable graph.

The previous range ^0.13.1 was a leftover from before sigil-crypto was bumped to 0.14 — sigil-tls already advertised sigil: "^0.14" but the dep range never got dragged forward. Auto-derived sigil-stdlib (sigil 0.14 feature) means we don't need to declare it here.

Patch bump (0.14.0 → 0.14.1): no API change, dep-range fix only. The lockfile is intentionally left at the prior pin; the atomic merge+tag flow regenerates it against the freshly tagged sigil-crypto v0.15.0.

Changed
 package.sgl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Diff
package.sglmodified
@@ -9,7 +9,7 @@
9
10
(package
11
name: "sigil-tls"
12
version: "0.14.0"
+12
version: "0.14.1"
13
sigil: "^0.14"
14
description: "TLS/SSL connections for Sigil"
15
url: "https://codeberg.org/sigil/sigil-tls"
@@ -17,7 +17,7 @@
17
authors: (list "David Wilson <[email protected]>")
18
19
dependencies: (list
20
(from-git url: "codeberg:sigil/sigil-crypto" version: "^0.13.1"))
+20
(from-git url: "codeberg:sigil/sigil-crypto" version: "^0.15"))
21
22
;; Native library definition
23
;; Note: mbedTLS headers/libs come from sigil-crypto dependency — the