pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qmail Actually generate the promised key sizes. R...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddb22e9f9b82
branches: trunk
changeset: 312806:ddb22e9f9b82
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri Sep 14 16:44:09 2018 +0000
description:
Actually generate the promised key sizes. Ride previous bump.
diffstat:
mail/qmail/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 451dfc5cf529 -r ddb22e9f9b82 mail/qmail/options.mk
--- a/mail/qmail/options.mk Fri Sep 14 16:37:41 2018 +0000
+++ b/mail/qmail/options.mk Fri Sep 14 16:44:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.52 2018/09/14 09:01:53 schmonz Exp $
+# $NetBSD: options.mk,v 1.53 2018/09/14 16:44:09 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_SUPPORTED_OPTIONS+= eai inet6 pam sasl syncdir tls
@@ -139,7 +139,9 @@
SUBST_SED.tmprsadh= -e 's|^export PATH=.*||'
SUBST_SED.tmprsadh+= -e 's|^openssl |${OPENSSL} |'
SUBST_SED.tmprsadh+= -e 's|rsa512|rsa2048|g'
+SUBST_SED.tmprsadh+= -e 's|rsa2048\.new 512|rsa2048.new 2048|g'
SUBST_SED.tmprsadh+= -e 's|dh1024|dh2048|g'
+SUBST_SED.tmprsadh+= -e 's|dh2048\.new 1024|dh2048.new 2048|g'
SUBST_CLASSES+= keys
SUBST_STAGE.keys= do-configure
SUBST_FILES.keys= qmail-smtpd.c
Home |
Main Index |
Thread Index |
Old Index