From 34b8a10af3b6999e8dfbb1ee267bd58c09b27bfd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Feb 2026 07:33:09 +0000 Subject: Make TLS spawn instead of exec, sigh --- INSTALL | 2 +- NEWS | 3 ++- doc/index.html | 2 +- doc/upgrade.html | 2 +- package/deps-build | 2 +- src/qmail-remote/tls.c | 61 ++++++++++++++++++++++++++++++++++++++++---------- 6 files changed, 55 insertions(+), 17 deletions(-) diff --git a/INSTALL b/INSTALL index 15c2da3..447a602 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.5.1 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.14.5.2 or later: https://skarnet.org/software/skalibs/ - s6 version 2.14.0.1 or later: https://skarnet.org/software/s6/ - s6-networking version 2.7.2.1 or later: https://skarnet.org/software/s6-networking/ diff --git a/NEWS b/NEWS index 382766c..0144c50 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ Changelog for smtpd-starttls-proxy. In 0.1.0.0 ---------- - - New binary: qmail-remote. + - New binary: qmail-remote. Comes with a qmail-remote-io helper. +This is a full implementation of qmail's SMTP client. In 0.0.2.1 diff --git a/doc/index.html b/doc/index.html index 3b350ea..c5423e5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -34,7 +34,7 @@ inetd-like mail servers that do not already support it.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.14.5.1 or later. It's a build-time requirement. It's also a run-time +2.14.5.2 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • s6 version diff --git a/doc/upgrade.html b/doc/upgrade.html index 1dba5fc..5393bc0 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,7 +22,7 @@