Bug 281569 - mail/postfix-current: update to version 3.9-20240917
Summary: mail/postfix-current: update to version 3.9-20240917
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-18 11:52 UTC by John R
Modified: 2024-09-20 19:39 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (otis)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John R 2024-09-18 11:52:49 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-09-19 07:31:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a02e2de00e850cb96814f68f5de2d80d0fe52062

commit a02e2de00e850cb96814f68f5de2d80d0fe52062
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-09-19 07:29:37 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-09-19 07:30:44 +0000

    mail/postfix-current: Update to 3.10-20240917

    PR:             281569

 mail/postfix-current/Makefile | 2 +-
 mail/postfix-current/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2024-09-19 09:43:12 UTC
Committed, thanks.
Comment 3 John R 2024-09-20 19:39:38 UTC
With these more recent releases of postfix you may see a lot of "Connection closed (IDLE running for 0.001 + waiting input for" events...nothing to worry about...https://en.m.wikipedia.org/wiki/IMAP_IDLE