Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package swaks for openSUSE:Factory checked in at 2024-01-16 21:39:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swaks (Old) and /work/SRC/openSUSE:Factory/.swaks.new.9992 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swaks" Tue Jan 16 21:39:15 2024 rev:6 rq:1139184 version:20240103.0 Changes: -------- --- /work/SRC/openSUSE:Factory/swaks/swaks.changes 2023-11-24 23:35:51.333788812 +0100 +++ /work/SRC/openSUSE:Factory/.swaks.new.9992/swaks.changes 2024-01-16 21:39:22.571517679 +0100 @@ -1,0 +2,42 @@ +Mon Jan 15 08:54:47 UTC 2024 - Pedro Monreal <[email protected]> + +- Update to 20240103.0: + * Full changelog in: http://jetmore.org/john/code/swaks/versions.html + * New Features: + * Added --cc and --bcc options + * Numerous TLS debugging and verification improvements + * Debug output contains whether a client cert was requested and whether + one was sent + * Add new options --tls-verify-ca and --tls-verify-host to differentiate + between types of certificate verification (--tls-verify does both) + * 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 + * Add --tls-chain (#60, initial implementation by Wolfgang Karall-Ahlborn) + * Add --tls-get-peer-chain option (analogous to --tls-get-peer-cert, #73) + * Certificate debug now includes all client and peer certs, it a chain + was used (#73) + * 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 +- Remove deprecated dependency on IO::Socket::INET6 +- Use https for URL and sources. + +------------------------------------------------------------------- Old: ---- swaks-20201014.0.tar.gz New: ---- swaks-20240103.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swaks.spec ++++++ --- /var/tmp/diff_new_pack.Ag4yIc/_old 2024-01-16 21:39:23.407548158 +0100 +++ /var/tmp/diff_new_pack.Ag4yIc/_new 2024-01-16 21:39:23.411548304 +0100 @@ -1,7 +1,7 @@ # # spec file for package swaks # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: swaks -Version: 20201014.0 +Version: 20240103.0 Release: 0 Summary: Swiss Army Knife for SMTP License: GPL-2.0-only Group: Productivity/Networking/Email/Clients -URL: http://jetmore.org/john/code/swaks/ -Source: http://jetmore.org/john/code/swaks/files/swaks-%{version}.tar.gz -Requires: perl-IO-Socket-INET6 +URL: https://jetmore.org/john/code/swaks/ +Source: https://jetmore.org/john/code/swaks/files/swaks-%{version}.tar.gz +Requires: perl-IO-Socket-IP Requires: perl-Net-DNS Requires: perl-Net-SSLeay BuildArch: noarch ++++++ swaks-20201014.0.tar.gz -> swaks-20240103.0.tar.gz ++++++ ++++ 2505 lines of diff (skipped)
