[Bug 281569] postfix-current: update to version 3.9-20240917
Date: Wed, 18 Sep 2024 11:52:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281569 Bug ID: 281569 Summary: postfix-current: update to version 3.9-20240917 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: gamer@ryppn.com Version bump postfix-current to 20240917 from 20240612 Changes 20240614 Documentation: made the descriptions of command-line arguments inside {} more consistent. Files: proto/master, pipe/pipe.c. 20240618 Code health: factored out duplicate code for unknown and unimplemented commands in the SMTP server. File: smtpd/smtpd.c. 20240622 Documentation: in the rbl_reply_maps description,added text how it handles reject_rbl_* or reject_rhsbl_* queries with an address filter. Also added text to clarify the differences between rbl_reply_maps and postscreen_dnsbl_reply_map. File: proto/postconf.proto. 20240623 Feature: improved rbl_reply_maps usability. After a query with the form domain=address-filter returns no result, rbl_reply_maps will query the tables with the domain (i.e. without the =address-filter). Files: smtpd/smtpd_check.c, proto/postconf.proto, smtpd/smtpd_check_access, smtpd/smtpd_exp.in, smtpd/smtpd_exp.ref. 20240626 Cleanup: updated SMTP server regression tests for last-minute changes to the wording of deprecation messages. Files: smtpd/smtpd_check_backup.ref, smtpd/smtpd_deprecated.ref, smtpd/smtpd_exp.ref. 20240719 Bitrot: with MySQL 8.0.35 and later set TLS options with mysql_options() instead of mysql_ssl_set(). Researched by Robert Fuhrer. Files: global/dict_mysql.c, proto/mysql_table. 20240720 Bitrot: MariaDB Connector/C 3.0.0 lists mysql_options() as deprecated, and recommends using mysql_optionsv() instead. Option names and semantics have not changed. Peter Ajamian. Files: global/dict_mysql.c, proto/mysql_table. 20240721 Reproducible build: sort the output from 'env'. Scott Kitterman. File: makedefs. 20240722 Bitrot: some groff version complains about ".ft C" directives in postconf(5) manpages. File: mantools/postconf2man. 20240724 Documentation: re-worded some text about Debian hard-coding the Cyrus SASL smtpd.conf search path. Files: proto/SASL_README.html, proto/postconf.proto. Cleanup: the Postfix DNS client returned only the first fragment of a multi-fragment TXT record. This would become an issue when looking up policy records with strings longer than 255 bytes. File: dns/dns_lookup.c. 20240731 Documentation: automatic BCC recipients are subject to address canonicalization (missing domain), canonical_maps, masquerade_domains, and virtual_alias_maps. Files: proto/postconf.proto. Documentation: 'redirect' recipients are subject to address canonicalization (add missing domain), but not subject to canonical_maps, masquerade_domains, and virtual_alias_maps. Files: proto/access, proto/header_checks. 20240807 Documentation: update the *sender_login_* descriptions with guidance to enforce that the From: header address matches the envelope sender (MAIL FROM) address. File: proto/postconf.proto. 20240808 Typofix in comment. File: global/normalize_mailhost_addr.c. 20240831 Bugfix: require that stable releases have a three-number mail_version value. Found by Michael Orlitzky. File: mantools/check-snapshot-nonprod. 20240902 Documentation: update the local_login_sender_maps description with guidance to enforce that the From: header address matches the envelope sender (MAIL FROM) address. File: proto/postconf.proto. 20240909 Bitrot: some platforms prefer the pkgconf command over pkg-config, which in turn has superseded icu-config. File: makedefs. 20230910 Cleanup: the enable_threaded_bounces feature was re-implemented. This simplifies the code and improves the handling of multiline Message-Id: headers (no software should generate those, but...). Files: bounce/bounce_notify_util.c, cleanup/cleanup.h, cleanup/cleanup_extracted.c, cleanup/cleanup_message.c, cleanup/cleanup_state.c, global/mail_proto.h, multiple bounce testfiles. 20240917 Minor feature: "postcat -f" option to prepend the filename to each output line. This simplifies test data development. File: postcat/postcat.c. diff Makefile /root/workarea/packages/postfix-current-20240917/Makefile 2c2 < DISTVERSION= 3.10-20240612 --- > DISTVERSION= 3.10-20240917 diff distinfo /root/workarea/packages/postfix-current-20240917/distinfo 2,3c2,3 < SHA256 (postfix/postfix-3.10-20240612.tar.gz) = 2dcea4741f0005251b43f07a06ba96204d27f918949e2b823f67280e924c7039 < SIZE (postfix/postfix-3.10-20240612.tar.gz) = 4958739 --- > SHA256 (postfix/postfix-3.10-20240917.tar.gz) = 4a49976de8da959dbf29fdf0e31999745f4adf36eac9280335e7d023b84b6ada > SIZE (postfix/postfix-3.10-20240917.tar.gz) = 4960629 -- You are receiving this mail because: You are the assignee for the bug.