From d99666ce62cff37b6204a8635d489d5dbf298a2f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 27 Mar 2025 16:54:15 +0000 Subject: Prepare for next version, fix configure Signed-off-by: Laurent Bercot --- COPYING | 2 +- INSTALL | 6 +++--- NEWS | 6 ++++++ configure | 3 +-- doc/index.html | 8 ++++---- doc/upgrade.html | 11 +++++++++++ package/info | 2 +- 7 files changed, 27 insertions(+), 11 deletions(-) diff --git a/COPYING b/COPYING index c99cd7a..4acd7bb 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2021-2024 Laurent Bercot +Copyright (c) 2021-2025 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/INSTALL b/INSTALL index 489fec3..5825760 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.3.0 or later: https://skarnet.org/software/skalibs/ - - s6 version 2.13.1.0 or later: https://skarnet.org/software/s6/ - - (optional but recommended): s6-networking version 2.7.0.4 or later: + - skalibs version 2.14.4.0 or later: https://skarnet.org/software/skalibs/ + - s6 version 2.13.1.1 or later: https://skarnet.org/software/s6/ + - (optional but recommended): s6-networking version 2.7.0.5 or later: https://skarnet.org/software/s6-networking/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index d4c2450..c1a76cc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for smtpd-starttls-proxy. +In 0.0.1.6 +---------- + + - Bugfixes. + + In 0.0.1.5 ---------- diff --git a/configure b/configure index c41b82d..371c2ef 100755 --- a/configure +++ b/configure @@ -55,9 +55,8 @@ exit 0 # If your system does not have printf, you can comment this, but it is # generally not a good idea to use echo. -# See http://etalabs.net/sh_tricks.html +# See http://www.etalabs.net/sh_tricks.html echo () { - IFS=" " printf %s\\n "$*" } diff --git a/doc/index.html b/doc/index.html index d54a338..581f438 100644 --- a/doc/index.html +++ b/doc/index.html @@ -34,13 +34,13 @@ 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.3.0 or later. It's a build-time requirement. It's also a run-time +2.14.4.0 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 -2.13.1.0 or later. It's a build-time and run-time requirement.
  • +2.13.1.1 or later. It's a build-time and run-time requirement.
  • Recommended at run-time: s6-networking version -2.7.0.4 or later. It's not a requirement, but you won't be able +2.7.0.5 or later. It's not a requirement, but you won't be able to do much with smtpd-starttls-proxy if you don't have a suitable UCSPI-TLS server tool, and s6-networking provides a simple one.
  • @@ -57,7 +57,7 @@ provides a simple one.
    • The current released version of smtpd-starttls-proxy is -0.0.1.5.
    • +0.0.1.6.
    • You can checkout a copy of the smtpd-starttls-proxy git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index 0f35004..434f721 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,17 @@

      What has changed in smtpd-starttls-proxy

      +

      in 0.0.1.6

      + +
        +
      • skalibs +dependency bumped to 2.14.4.0
      • +
      • s6 +dependency bumped to 2.13.1.1
      • +
      • s6-networking +recommended dependency bumped to 2.7.0.5
      • +
      +

      in 0.0.1.5

        diff --git a/package/info b/package/info index 1cf181d..279586a 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=smtpd-starttls-proxy -version=0.0.1.5 +version=0.0.1.6 category=mail package_macro_name=SMTPD_STARTTLS_PROXY -- cgit v1.3.1