Skip to content

Commit bbf4305

Browse files
committed
swaks: update to 20240103.0. Changes:
New Features: * Added cc and bcc options * Numerous TLS debugging and verification improvements o Debug output contains whether a client cert was requested and whether one was sent o Add new options tls-verify-ca and tls-verify-host to differentiate between types of certificate verification (tls- verify does both) o Add tls-target option to allow setting of hostname to be used in hostname verification. This is useful in some inet debugging situations and required to do hostname verification with socket or pipe o Add tls-chain (#60, initial implementation by Wolfgang Karall- Ahlborn) o Add tls-get-peer-chain option (analogous to tls-get-peer-cert, #73) o Certificate debug now includes all client and peer certs, it a chain was used (#73) o Certificate debug now includes notAfter, commonName, and subjectAltName Notable Changes: * output-file, output-file-stderr, and output-file-stdout now truncate the specified file if it already exists * Documentation improvements * Extensive test harness improvements * Add new stop-point XCLIENT-HELO to address lack of specificity when mixing XCLIENT usage with the HELO stop-point * Add new stop-point PROXY * Use IO::Socket::IP by default. Will still use IO::Socket::INET/INET6 to cover transition, but this is deprecated and will be removed in the future (#43) * TLS session debug information is now printed even if we decide not to continue the session (eg for failed verification) * Previously-deprecated functionality to allow some options to be either a filename or a literal string has been removed. Using the @ sigil is now the only was to specify file contents * Previously-deprecated -g option removed Notable Bugs Fixed: * TLS certificate verification did not always work. It should now
1 parent 5be33f7 commit bbf4305

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed

mail/swaks/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.15 2022/06/28 11:34:35 wiz Exp $
1+
# $NetBSD: Makefile,v 1.16 2024/01/04 11:28:17 schmonz Exp $
22

3-
DISTNAME= swaks-20201014.0
4-
PKGREVISION= 2
3+
DISTNAME= swaks-20240103.0
54
CATEGORIES= mail
65
MASTER_SITES= ${HOMEPAGE}files/
76

@@ -13,6 +12,7 @@ LICENSE= gnu-gpl-v2
1312
#DEPENDS+= p5-Authen-NTLM (not in pkgsrc)
1413
DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
1514
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
15+
DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
1616

1717
USE_TOOLS+= perl:run
1818
USE_LANGUAGES= # none
@@ -25,6 +25,4 @@ INSTALLATION_DIRS= bin
2525
do-install:
2626
${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} ${DESTDIR}${PREFIX}/bin/${PKGBASE}
2727

28-
.include "options.mk"
29-
3028
.include "../../mk/bsd.pkg.mk"

mail/swaks/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.7 2021/10/26 10:54:31 nia Exp $
1+
$NetBSD: distinfo,v 1.8 2024/01/04 11:28:17 schmonz Exp $
22

3-
BLAKE2s (swaks-20201014.0.tar.gz) = 29ad6746b54a2795bb958302b8aa8f1208dbec9aa874a6f92879800d8ed7f42a
4-
SHA512 (swaks-20201014.0.tar.gz) = 8a4e8dc810a9c5943afdbc4db7130e110c42e211d6927ce1cdbab6f81fa49c31490e6c3668ec3cea79580c07b281ce30901b3b4a71325951167158cc9d70d9cc
5-
Size (swaks-20201014.0.tar.gz) = 110953 bytes
3+
BLAKE2s (swaks-20240103.0.tar.gz) = 6c0ad6b8ad8fa58598cffb100507da8ee8c7115f01e56f56c52e343479043151
4+
SHA512 (swaks-20240103.0.tar.gz) = 89d62cdb94630666c1acb1feb3b62585f36b4d59d14e56d998da6efe45538e9f5072379eebee43dd7244aa3981dbd8d6eb9a42ff7fa21a73127d171b8b3189f5
5+
Size (swaks-20240103.0.tar.gz) = 121308 bytes

mail/swaks/options.mk

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)