diff options
author | schmonz <schmonz@pkgsrc.org> | 2021-01-14 15:42:35 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2021-01-14 15:42:35 +0000 |
commit | 926de3de65f60f2b71a8f94465779394159997cc (patch) | |
tree | 287b6866de8fae30c0a675e3f1c25a538542d979 /mail/qmail-run/Makefile | |
parent | 4479fafdd198cdad17ada8cce8209e508b2e9401 (diff) | |
download | pkgsrc-926de3de65f60f2b71a8f94465779394159997cc.tar.gz |
Take steps toward running under other UCSPI-TLS server implementations:
- Set CADIR in the environment.
- Prefer a separate keyfile for TLS. If it's not present, attempt to
generate it by copying out the private key from the certfile.
- Don't provide an affordance for overriding the compiled-in cipherlist.
- Be willing to enable TLS without a DH params file.
While here, invent control/localfilters. If it exists, it's a sequence
of filters for SMTP connections on localhost.
Bump version.
Diffstat (limited to 'mail/qmail-run/Makefile')
-rw-r--r-- | mail/qmail-run/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-run/Makefile b/mail/qmail-run/Makefile index 5f609dfa163..adb4c49bb7f 100644 --- a/mail/qmail-run/Makefile +++ b/mail/qmail-run/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2020/12/14 11:59:45 schmonz Exp $ +# $NetBSD: Makefile,v 1.79 2021/01/14 15:42:35 schmonz Exp $ # -DISTNAME= qmail-run-20201214 +DISTNAME= qmail-run-20210114 CATEGORIES= mail MASTER_SITES= # empty DISTFILES= # empty |