aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix
Commit message (Collapse)AuthorAgeFilesLines
* 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) Notes: svn path=/head/; revision=562385
* - 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. Notes: svn path=/head/; revision=561946
* - 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 Notes: svn path=/head/; revision=554672
* 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) Notes: svn path=/head/; revision=553940
* - update to 3.5.7Olli Hauer2020-08-312-4/+4
| | | | | | | MFH: 2020Q3 Notes: svn path=/head/; revision=547158
* - 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 Notes: svn path=/head/; revision=543491
* - update to 3.5.5Olli Hauer2020-07-252-4/+4
| | | | Notes: svn path=/head/; revision=543403
* Fix easy typo.Mark Linimon2020-07-031-1/+1
| | | | | | | | Reported by: V_PauAmma_V Approved by: portmgr ("obvious fix") Notes: svn path=/head/; revision=541132
* - update to 3.6-20200627Olli Hauer2020-06-282-4/+4
| | | | Notes: svn path=/head/; revision=540694
* - 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 Notes: svn path=/head/; revision=539321
* - update to 3.5.2Olli Hauer2020-05-193-8/+8
| | | | Notes: svn path=/head/; revision=535804
* 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) Notes: svn path=/head/; revision=532707
* - update to 3.5.1Olli Hauer2020-04-192-4/+4
| | | | | | | MFH: 2020Q2 Notes: svn path=/head/; revision=532128
* - update to 3.5.0Olli Hauer2020-03-172-5/+5
| | | | Notes: svn path=/head/; revision=528583
* - 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 Notes: svn path=/head/; revision=528345
* 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/ Notes: svn path=/head/; revision=528343
* 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 Notes: svn path=/head/; revision=526760
* - update to 3.4.8Olli Hauer2019-11-262-5/+5
| | | | Notes: svn path=/head/; revision=518448
* - fix PORTSCOUT versionOlli Hauer2019-10-141-1/+1
| | | | Notes: svn path=/head/; revision=514470
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514142
* 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/ Notes: svn path=/head/; revision=513733
* - update to 3.4.7Olli Hauer2019-09-292-4/+4
| | | | Notes: svn path=/head/; revision=513252
* - update to 3.4.6Olli Hauer2019-07-062-4/+4
| | | | Notes: svn path=/head/; revision=505962
* - convert pkg-message to UCLOlli Hauer2019-06-231-1/+19
| | | | Notes: svn path=/head/; revision=504937
* - update to 3.4.5Olli Hauer2019-04-1913-129/+27
| | | | | | | - adopt libressl patches from OpenBSD Notes: svn path=/head/; revision=499382
* - 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. Notes: svn path=/head/; revision=497399
* 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 Notes: svn path=/head/; revision=496981
* - 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 Notes: svn path=/head/; revision=494127
* - add ability to overwrite OPTIONS_DEFAULT for slave portsOlli Hauer2018-11-281-1/+1
| | | | | | | | | | (s/=/?=/) PR: 233608 Submitted by: HEO SeonMeyong Notes: svn path=/head/; revision=486094
* - fix build with libressl 2.8.2Olli Hauer2018-11-262-3/+12
| | | | | | | | | PR: 233517 233527 Submitted by: Andrej Ebert Reported by: Herbert J. Skuhra Notes: svn path=/head/; revision=485924
* - update to 3.3.2Olli Hauer2018-11-252-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 20180617 Bugfix (introduced: Postfix 2.11): minor memory leak when minting issuer certs. This affects a tiny minority of use cases. Viktor Dukhovni, based on a fix by Juan Altmayer Pizzorno for the ssl_dane library. 20180817 Workaround: postconf build did not abort if the m4 command is not installed (on a system that does have the make command, the awk command, the perl command, and the C compiler?!). 20181104 Multiple 'bit rot' fixes for OpenSSL API changes, including support to disable TLSv1.3, to avoid issuing multiple session tickets, and to allow OpenSSL >= 1.1.0 run-time micro version bumps without complaining about library version mismatches. Viktor Dukhovni. 20181106 Bugfix (introduced: 3.0): smtpd_discard_ehlo_keywords could not disable "SMTPUTF8". because the lookup table was using "EHLO_MASK_SMTPUTF8" instead. 20181110 Documentation: update documentation for Postfix versions that support disabling TLS 1.3. 20181117 Improved logging of TLS 1.3 summary information, and improved reporting of the same info in Received: message headers. Viktor Dukhovni. MFH: 2018Q4 Notes: svn path=/head/; revision=485859
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-1/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* - fix build on FreeBSD 13-CURRENTOlli Hauer2018-10-222-3/+12
| | | | | | | | PR: 232502 Submitted by: Kai Notes: svn path=/head/; revision=482754
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* Drop always true (and tautologic) OSVERSION conditionsDmitry Marakasov2018-06-211-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=472997
* - update to 3.3.1Olli Hauer2018-06-023-14/+13
| | | | | | | - rework MySQL patch Notes: svn path=/head/; revision=471364
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* - fix build agains maraidb100 [1]Olli Hauer2018-02-281-7/+40
| | | | | | | | | | | | Firt definition of MARIADB_VERSION_ID can be found in mariadb102 therefore we have to use MARIADB_BASE_VERSION which is defined in mariadb55 and mariadb10x PR: 226266 [1], 220224 Reported by: Zilon [1] Notes: svn path=/head/; revision=463264