summaryrefslogtreecommitdiff
path: root/mail/postfix/files/patch-src_tls_tls__server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/postfix: update to 3.6.0Olli Hauer2021-05-061-2/+2
| | | | | Postfix 3.6 requires minimum OpenSSL 1.1.1, so mark broken for FreeBSD 11 with 'OpenSSL base'
* - update to 3.4.5Olli Hauer2019-04-191-2/+2
| | | | - adopt libressl patches from OpenBSD
* - update to postfix-3.3.4Olli Hauer2019-03-311-36/+10
| | | | | | | | | | | | | | | | | | 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.
* - fix build with libressl 2.8.2Olli Hauer2018-11-261-2/+11
| | | | | | PR: 233517 233527 Submitted by: Andrej Ebert Reported by: Herbert J. Skuhra
* mail/postfix: Fix runtime issues with LibreSSLBernard Spil2016-08-291-0/+29
- Add LibreSSL checks to <> 1.1.0 OpenSSL checks - Bump portrevision PR: 212223 Submitted by: Markus Kohlmeier <rootservice@gmail.com> Reported by: Markus Kohlmeier <rootservice@gmail.com> Approved by: ohauer (via PR) MFH: 2016Q3