pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail-run Bump dependency on qmail-acceptutils fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84384fc1a93b
branches:  trunk
changeset: 325749:84384fc1a93b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Nov 24 16:38:14 2018 +0000

description:
Bump dependency on qmail-acceptutils for new STARTTLS behavior, and
provide the necessary configuration entry.

diffstat:

 mail/qmail-run/Makefile        |  6 +++---
 mail/qmail-run/files/fixsmtpio |  5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 26a2cca546e4 -r 84384fc1a93b mail/qmail-run/Makefile
--- a/mail/qmail-run/Makefile   Sat Nov 24 16:36:35 2018 +0000
+++ b/mail/qmail-run/Makefile   Sat Nov 24 16:38:14 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2018/11/14 16:46:58 schmonz Exp $
+# $NetBSD: Makefile,v 1.59 2018/11/24 16:38:14 schmonz Exp $
 #
 
-DISTNAME=              qmail-run-20181114
+DISTNAME=              qmail-run-20181124
 CATEGORIES=            mail
 MASTER_SITES=          # empty
 DISTFILES=             # empty
@@ -15,7 +15,7 @@
 DEPENDS+=              pkg_alternatives-[0-9]*:../../pkgtools/pkg_alternatives
 DEPENDS_QMAIL=         qmail>=1.03nb41:../../mail/qmail
 DEPENDS+=              ${DEPENDS_QMAIL}
-DEPENDS+=              qmail-acceptutils>=20181108:../../mail/qmail-acceptutils
+DEPENDS+=              qmail-acceptutils>=20181124:../../mail/qmail-acceptutils
 DEPENDS+=              qmail-qfilter>1.5nb1:../../mail/qmail-qfilter
 DEPENDS+=              qmail-rejectutils>=20181110:../../mail/qmail-rejectutils
 
diff -r 26a2cca546e4 -r 84384fc1a93b mail/qmail-run/files/fixsmtpio
--- a/mail/qmail-run/files/fixsmtpio    Sat Nov 24 16:36:35 2018 +0000
+++ b/mail/qmail-run/files/fixsmtpio    Sat Nov 24 16:38:14 2018 +0000
@@ -17,11 +17,14 @@
 :rcpt::451 GL - temporary*::451 greylisted, retry later (#4.7.1)
 :data::451 GL - temporary*::451 greylisted, retry later (#4.7.1)
 
+# Remove greeting for child process restarted after upgrading to STARTTLS
+SSL_CIPHER:greeting::2*::
+
 ########################################################################
 
 ### For users authenticated via authup(8):
 
-# SMTP conversation already in progress, replace greeting
+# Replace greeting for child process started after authenticating
 AUTHUP_USER:greeting::2*::235 ok, go ahead (#2.0.0)
 
 # If client closes connection, tell authup the session succeeded



Home | Main Index | Thread Index | Old Index