summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-03-31 22:57:25 +0300
committerDima Panov <fluffy@FreeBSD.org>2022-03-31 22:57:25 +0300
commitd5f03fef61f8dd05ac7308ad148e2a98e598fdcc (patch)
tree06db11bd3393584790d3cff82646738656e3814f /mail/exim/Makefile
parentaudio/protracker: Update to 1.43 (diff)
mail/exim: port TLS patches from upstream (+)
This fixes hang in TLS transport after 4xx or 5xx bug (see https://bugs.exim.org/show_bug.cgi?id=2864) PR: 262594 Tested by: Kurt Jaeger, David Siebörger
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 614fd1f88b0a..d6c7c6ffc8b1 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -2,7 +2,7 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= mail
MASTER_SITES= EXIM:exim
MASTER_SITE_SUBDIR= /exim4/:exim \
@@ -77,6 +77,11 @@ EXTRA_PATCHES= \
${DEBIAN_PATCHES_PREFIX}_50-Fix-include_directory-in-redirect-routers.-Bug-2715.patch:-p1 \
${DEBIAN_PATCHES_PREFIX}_55-Specific-check-for-null-pointer.patch:-p1
+TLS_PATCHES_PREFIX= ${FILESDIR}/tls/
+EXTRA_PATCHES+= \
+ ${TLS_PATCHES_PREFIX}patch-tls1:-p1 \
+ ${TLS_PATCHES_PREFIX}patch-tls2:-p1
+
.include <bsd.port.options.mk>
# OCSP is supported for openssl only