summaryrefslogtreecommitdiff
path: root/mail/postfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/postfix: Use proper PCREOlli Hauer2022-03-151-4/+4
| | | | | - bump portscout expression to monitor version postfix version 3.7 - adopt SASL description fix from postfix-current
* mail/postfix: Apply correct config file patchJuraj Lutter2022-03-152-3/+2
| | | | Apply proper config file patch in correct stage.
* mail/postfix: Update to 3.7.0Juraj Lutter2022-03-158-54/+28
| | | | | | | | | | | | | | | - Update to 3.7.0 - Correct installation instructions [1] - Listen on both IPv4 and IPv6 [2] - Use system-wide CA path [3] - Correct typo in pkg-message [4] - Switch to PCRE2 [5] PR: 261821 [1] PR: 252872 [2] PR: 239473 [3] PR: 261824 [4] PR: 262100 [5]
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-8/+8
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* mail/postfix: Update to 3.6.3Juraj Lutter2021-11-082-19/+34
| | | | | | - Update to 3.6.3 - Cleanup Makefile a bit - Release notes: http://www.postfix.org/announcements/postfix-3.6.3.html
* mail/postfix: Fix multiple build issuesJuraj Lutter2021-10-302-3/+14
| | | | | | | | - Add ssl to USES - Fix plist issues - Install sample files properly PR: 259530
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* mail/postfix{,-ldap-sasl,-sasl}: FlavorizeYasuhiro Kimura2021-10-281-89/+104
| | | | | | | | | | * Add entries for slave ports to MOVED * Pet portlint and portclippy * Reformat Makefile with portfmt PR: 255641 Approved by: maintainer timeout (> 2 months) Differential Revision: https://reviews.freebsd.org/D32361
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-3/+3
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* net/openldap24-server: Make SASL permanent for OpenLDAP port.Xin LI2021-08-011-10/+3
| | | | | | | PR: ports/257374 Reviewed by: obrien Approved by: portmgr (exp-run by antoine) Differential Revision: https://reviews.freebsd.org/D31301
* mail/postfix: Update to 3.6.2Juraj Lutter2021-07-262-4/+4
|
* mail/postfix: Check for supported OpenSSL versionJuraj Lutter2021-07-081-2/+3
| | | | | | - Check if OpenSSL at least 1.1.1a is being used - LibreSSL is not supported as it dos not (yet) provide the TLSv1.3 API found in OpenSSL 1.1.1 API.
* mail/postfix: Update to 3.6.1Juraj Lutter2021-06-142-4/+4
| | | | | Relnotes: http://www.postfix.org/announcements/postfix-3.6.1.html Reported by: portscout
* mail/postfix-*: Take maintainershipJuraj Lutter2021-05-301-1/+1
| | | | | | Take maintainership of postfix ports. No functional changes. Approved by: ohauer
* mail/postfix mail/postfix-current: add back PKGPREFIX for sasl buildOlli Hauer2021-05-061-0/+4
|
* mail/postfix: update to 3.6.0Olli Hauer2021-05-069-77/+41
| | | | | Postfix 3.6 requires minimum OpenSSL 1.1.1, so mark broken for FreeBSD 11 with 'OpenSSL base'
* mail/postfixOlli Hauer2021-04-122-5/+5
| | | | update to 3.5.10
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/postfix{-current}: Fix build on 14.0-CURRENTKai Knoblich2021-01-232-4/+14
| | | | | | | | | | | [...] In file included from alldig.c:29: ./sys_defs.h:1259:2: error: "unsupported platform" #error "unsupported platform" ^ [...] Approved by: portmgr (build fix blanket)
* - update to 3.5.9Olli Hauer2021-01-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | ======== 20210116 Feature: when a Postfix program makes a DNS query that requests DNSSEC validation (usually for Postfix DANE support) but the DNS response is not DNSSEC validated, Postfix will send a DNS query configured with the "dnssec_probe" parameter to determine if DNSSEC support is available, and logs a warning if it is not. By default, the probe has type "ns" and domain name ".". The probe is sent once per process lifetime. Files: dns/dns.h, dns/dns_lookup.c, dns/dns_sec.c, test_dns_lookup.c, global/mail_params.[hc], mantools/postlink. The makedefs script no longer disables DNSSEC when Postfix is built with libc-musl. Instead Postfix will rely on the new dnssec_probe feature, and will log a warning when Postfix requests DNSSEC validation, but the infrastructure does not validate DNSSEC signatures. File: makedefs. The default "smtp_tls_dane_insecure_mx_policy = dane" was causing unnecessary dnssec_probe activity. The default is now "dane" when smtp_tls_security_level is "dane", otherwise it is "may". File: global/mail_params.h.
* - update to 3.5.8Olli Hauer2020-11-092-6/+6
| | | | | | - shut up sed_checked.sh (it is not really helpful with RE replacements on 140+ files with 50% hit rate) MFH: 2020Q4
* devel/icu: update to 68.1Jan Beich2020-11-031-1/+1
| | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* - update to 3.5.7Olli Hauer2020-08-312-4/+4
| | | | MFH: 2020Q3
* - update to 3.5.6Olli Hauer2020-07-262-4/+4
| | | | | | | | | | | | | | 20200726 Bugfix (introduced: Postfix 3.5.5): part of a memory leak fix was backported to the wrong place. File: tls/tls_misc.c. The Postfix 3.5.5 workaround did not explicitly override the system-wide OpenSSL configuration of allowed TLS protocol versions, for sessions where the remote SMTP client sends SNI. It's better to be safe than sorry. File: tls/tls_server.c. PR: 248271 Reported by: many
* - update to 3.5.5Olli Hauer2020-07-252-4/+4
|
* Fix easy typo.Mark Linimon2020-07-031-1/+1
| | | | | Reported by: V_PauAmma_V Approved by: portmgr ("obvious fix")
* - update to 3.6-20200627Olli Hauer2020-06-282-4/+4
|
* - update to 3.5.3Olli Hauer2020-06-162-4/+4
| | | | | | | | | | | | | | | Changelog: 20200530 Bugfix (introduced: Postfix 3.1): "postfix tls deploy-server-cert" did not handle a missing optional argument. 20200610 Bugfix (introduced: Postfix 3.4): in the Postfix SMTP server, the SNI callback reported an error when it was called a second time. This happened after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to a remote SMTP client. MFH: 2020Q2
* - update to 3.5.2Olli Hauer2020-05-193-8/+8
|
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases)
* - update to 3.5.1Olli Hauer2020-04-192-4/+4
| | | | MFH: 2020Q2
* - update to 3.5.0Olli Hauer2020-03-172-5/+5
|
* - update to 3.4.10Olli Hauer2020-03-132-11/+10
| | | | | | | | - adjust PORTSCOUT to include 3.5.x - remove deprecated ports from CONFLICTS_INSTALL - add BLACKLISTD to OPTIONS_DEFAULT - MYSQL_USES s/=/?=/ to allow testbuild without defining XX MYSQL dedicated make.conf's in poudriere
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
* Update Postfix to 3.4.9 (bugfix-only release)Matthias Andree2020-02-222-7/+8
| | | | | | | | | | | | | | | | | | While here, also strip libexec/postfix/postlogd. Announcement: http://www.postfix.org/announcements/postfix-3.4.9.html Fixed in all supported stable releases: Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). Reported by Jaroslav Skarvada. Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. Problem reported by David Bürgin. Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance. PR: 243879 Submitted by: Juraj Lutter <juraj@lutter.sk> Approved by: maintainer timeout 15d (ohauer@) MFH: 2020Q1 (patchlevel upgrade with only bugfixes) Differential Revision: https://reviews.freebsd.org/D23502
* - update to 3.4.8Olli Hauer2019-11-262-5/+5
|
* - fix PORTSCOUT versionOlli Hauer2019-10-141-1/+1
|
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
* - update to 3.4.7Olli Hauer2019-09-292-4/+4
|
* - update to 3.4.6Olli Hauer2019-07-062-4/+4
|
* - convert pkg-message to UCLOlli Hauer2019-06-231-1/+19
|
* - update to 3.4.5Olli Hauer2019-04-1913-129/+27
| | | | - adopt libressl patches from OpenBSD
* - update to postfix-3.3.4Olli Hauer2019-03-315-70/+15
| | | | | | | | | | | | | | | | | | Changelog: 20190312 Bugfix (introduced: Postfix 2.2): reject_multi_recipient_bounce has been producing false rejects starting with the Postfix 2.2 smtpd_end_of_data_restrictons, and for the same reasons, did the same with the Postfix 3.4 BDAT command. The latter was reported by Andreas Schulze. File: smtpd/smtpd_check.c. 20190328 Bugfix (introduced: Postfix 3.0): LMTP connections over UNIX-domain sockets were cached but not reused, due to a cache lookup key mismatch. Therefore, idle cached connections could exhaust LMTP server resources, resulting in two-second pauses between email deliveries. This problem was investigated by Juliana Rodrigueiro. File: smtp/smtp_connect.c.
* devel/icu: update to 64.1Jan Beich2019-03-271-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479
* - update to 3.3.3Olli Hauer2019-02-282-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20181202 Bugfix (introduced: postfix-2.11): with posttls-finger, connections to unix-domain servers always resulted in "Failed to establish session" even after a connection was established. Jaroslav Skarva. File: posttls-finger/posttls-finger.c. 20181227 (a forgotten bugfix from 20180707) Bugfix (introduced: Postfix 3.0): with smtputf8_enable=yes, table lookups could casefold the search string when searching a lookup table that does not use fixed-string keys (regexp, pcre, tcp, etc.). Historically, Postfix would not case-fold the search string with such tables. File: util/dict_utf8.c. 20190217 Cleanup: when the master daemon runs with PID=1 (init mode), reap orhpan processes from non-Postfix code running in the same container, instead of terminating with a panic. File: master/master_spawn.c. MFH: 2019Q1
* - add ability to overwrite OPTIONS_DEFAULT for slave portsOlli Hauer2018-11-281-1/+1
| | | | | | | (s/=/?=/) PR: 233608 Submitted by: HEO SeonMeyong
* - fix build with libressl 2.8.2Olli Hauer2018-11-262-3/+12
| | | | | | PR: 233517 233527 Submitted by: Andrej Ebert Reported by: Herbert J. Skuhra